Retrieve Observations from Data Commons
dc_get_observations(
date,
variable_dcids = NULL,
entity_dcids = NULL,
entity_expression = NULL,
parent_entity = NULL,
entity_type = NULL,
select = c("date", "entity", "value", "variable"),
filter_domains = NULL,
filter_facet_ids = NULL,
api_key = Sys.getenv("DATACOMMONS_API_KEY"),
base_url = Sys.getenv("DATACOMMONS_BASE_URL", unset =
"https://api.datacommons.org/v2/"),
return_type = "json"
)A date string, "latest", or "all" to return observations for
all dates.
Optional. Vector of statistical variable DCIDs.
Optional. Vector of entity DCIDs (e.g., places). One of
entity_dcids, entity_expression, or the combination of parent_entity
and entity_type is required.
Optional. A relation expression string (used in
place of entity_dcids). One of entity_dcids, entity_expression, or the
combination of parent_entity and entity_type is required.
Optional. A parent entity DCID to be used in combination
with entity_type to construct an entity expression.
Optional. A child entity type (e.g., "County") to be
used with parent_entity to construct an entity expression.
Required. Character vector of fields to select. Must include
"entity" and "variable". Defaults to
c("date", "entity", "value", "variable").
Optional. Vector of domain names to filter facets.
Optional. Vector of facet IDs to filter observations.
Your Data Commons API key. If not provided, uses the
environment variable DATACOMMONS_API_KEY.
The base URL of the Data Commons API. Defaults to the public
endpoint. For custom deployments, must end with /core/api/v2/.
Either "list" (parsed R object), "json" (JSON string),
or "data.frame".
A list (if return_type = "list"), JSON string (if
return_type = "json"), or data frame (if return_type = "data.frame")
# Look up the statistical variables available for a given entity (place)
dc_get_observations(
date = "latest",
entity_dcids = c("country/TGO", "country/USA"),
select = c("entity", "variable")
)
#> iterating ■■■ 5% | ETA: 1m
#> [1] "{\"byVariable\":{\"Count_Person_47Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkfzstnr86yf7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jttgnvqdt7093\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdc8eyvwgy526\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cjrzzc3pc61f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7qxkytkfpql4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPDL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_NegligentManslaughter_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glvleffhg5ds6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ChineseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zr718zyvlp2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhf461sxm2tbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9frjeqe7zysgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cthmgfrbwch33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm4len27stfvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Soap_Detergent_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PCS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crvpk9b454sm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf1d3l2xd2h7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymcnr2me36vs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1jsptxfmblvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fnbktep24fj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rryn575hdsn8h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.36-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/755tf54y47zh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7nc2t2v42gs3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84hq5kbb0z1r8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl9g65msprzy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgxhe8c2v8lt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjv71jyr1q225\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_Incest_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA04_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc5q7hht9mrwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkjr9nk1r3lmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjr7zy1jtwew8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bv7kyvhmn3vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncgx3sxv28d15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r67rn5b73wzr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t05vrdltfdlw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_RetailPrice_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr1jwke4gr4e7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g85qf2ww02wt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxynv8rk1yfc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjvxe8ptztd63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxkfjfqmq4hk\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorVehicleBodyWork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps5605sfhysf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlrsej34p1g57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioVulnificusEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9deys01ll7qzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9xfr0melsq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw8ywdg08q9zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn4gv6etxg0j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/495t0ysr45s4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1rr909rxhnwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr0mkjhczsz6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lq2fk637zrsh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/COAL.PRICE_BY_RANK.LIG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18z864k97qgeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wctezb00z64f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e70ebmqkej1kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0fxzm6816bzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl9vt8hr76eeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxehhe3p62yb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4n7805t91g5f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/087clj7r1t9d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nze5y3ry27q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnt354vhdf2ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fg21glen1qy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs6j0gr1wnl26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmqgc706mnz56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_SleepLessThan7Hours\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Appliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9x3q1nmsh5n3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g12lf0cnhnbp9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F400_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Potatoes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87gcj54gsh7q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8b38fl01h9kf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1tcwbzes46y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klkbswcsy9qg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3grbm69r3q8gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3rr4k9f9pkr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4pebpzjrgv48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy3pcb065tzp9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex5s5619h7bf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1m0t5yesjg5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrl5g0jkmyfg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvt6rl8wglzk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyp6x4nse9196\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgrrn61j7rfr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ENACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekzhbz3vzbl06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k80fms3sj5bfg\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ph1yrkxr6t97\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkgnbkggllnw1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_G_5_B_F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jp0qshm308df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kekvgn0scy5xg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19sy121xwbkn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nglg0nvjw3ysf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzvxcex52fzkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhspq22y9yc85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgg51w3r2jq6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze50qqn49nxsd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z9eskv92cwx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5etl7bch6tqg5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4qwqkfxzxkv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Influenza_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxxs6jew6gkm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf18zpxgb5b77\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnkbv54m0cd19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqg589jxk28tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjgeb9n6nymh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phw4svddr0np1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90b9x74yn7td9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e26j6vl2kd3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cffdlewjgs9z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exp97cdsw91f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdgdvm0c0g68c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh34t74zjnnt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wgdxn09f3bv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfbwqkprm5lb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vjbefh1y1bdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/240mqxbzq9gb4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpvh2xbv52q24\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epylsmbq70vwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherLandTransportAccidents_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54p9mj8s2l8w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2215x34vs3zg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2RI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.3-1-BCF.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_POP_DPND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_55To64Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jgrnxttvl834\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl8188ddccht7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehicleParts_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lkge88cen5qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htygsgw30v001\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxnl33169r8p2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HyperplasiaOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bx82r3l1st45\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76p4yn4evr7x3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhs2htqx2x1jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3x81prllzxhc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/g20_receive_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/cxh5xtmpgvh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d13swljpwqn08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbjx4jvy4yvw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0zlyvx7twnr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsxz4znh0y1r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03hy1mq9nsk47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAtElementaryAndSecondarySchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l178e10wh80p9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c4zcyw02n71g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3rnd8gn063c5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSOtherServices_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b7knnswcf049\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrv88eryrdzjg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_POA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj6dg4618tnv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3nfec6yz3s76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sqzqtr7m20p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhcqcyv5wkp08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elp7yw416mmgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34z908zvs6cec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t61ehpfd1082h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtjfxcmfexwhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8ken5tc9pnb8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--IN\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_COLLV\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_GreenhouseGas_CopperMining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MiscellaneousPersonalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxwhv6vc0rye7\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zx8gl7jy7kl\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8mh36d49e7k2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CPUCI.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v2jq8d8zhx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewchtlvjlljk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8w7c2b95yhp6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_NHR_NOAPPLN\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2213j845gzhx\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_1524_SP_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/s6k63wlf2nw8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b9347sb8x697\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--71%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d9bne7mfegm\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz5n7xdg3qwd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_InLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt7t0sxeq6259\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q25jvr9566vq3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_SubbituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8200py5xl2w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x52qptkbptf14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdmtge4617pr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5wx3r4ld9hl8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecordedMusicAndMusicSubscriptions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxze7nq501th9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xjcx3wefybb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydkbm2mtzffc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khvlj45kqh2ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g06cqvny9mws3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc7lpv4hqg3jd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PrivateNonGuaranteed_Bond_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/041k0evf6qc9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/976gv65y1elv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhzfw1zecf4s2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m363vhzkcnnpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5r5w3xzz82xd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ADVN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0dc5dg7g54zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbk6zhqxzy3w6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwg1fmxxswzcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq84ervqzeg1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q998fnplsne3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5mxq9n9k5mt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq1k58y1rtdl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7btk6w13tz1j6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cw8wese1jt59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5gdbe41jbp0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc1m0j38nc43h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr7xmcc7b31z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdCleaningProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47jseh2jfcjrf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vy54b6qtbr68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jmn33jnp38dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9vpw262kgwdg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/608mps4nt7hqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98g0lr307mk44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g5lptct3fqqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46jd8hfgj108d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdycnynv4ptp6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_Kerosene\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67To69Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l000p42wrzzr2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5epj2tqql9j03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqq1v07mz7xw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8m6l929v5nbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gsmxdvtq51gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s27zq7g33m724\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrklcervsw7vd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdPaperProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eswr7yh0bnt58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleThermal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rrc50zyft1jh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSManufacturing_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dxr5t9xv7cyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1qg8dpfng4zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_LackReliableTransport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qg2bl4qf9hq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkgzcdrtyvqmb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tdmme2m30s8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzqtfm0p3rsec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8969xlc692kp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyf3fjw1vj8j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xysyk5k40tjz2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rdhbq9mh90q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3eyp6qt7gvpw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkrl2lwgb3ztd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSHealthCareSocialAssistance_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndg1xk1e9frc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v36zdtbtfmd28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlg0m9v7bxzcc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tx0mhnep19yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dbgfmf0f9cld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25gc89ezbx3v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s7n5k77cd4e9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p93ezvh5k9b2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drzg8trrx6dc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg9gtj0p5z8lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1324lsylrf17\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_7\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppex48ts772kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcfv0ydqtwnz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr06qsnsr494b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e98b5ksbe68b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqqee4d2eczw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjx767pjx0ff3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSRCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_1To1.99RatioToPovertyLine_AsAFractionOf_Count_Person_15To50Years_Female_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_With5To6Person_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_NonInstitutionalized_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_CombustibleFuel_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_5Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyj2xmyd422b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4dnvdzx4er5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2jfy0l5f2l75\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherBeverageMaterialsIncludingTea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/814h3kldbecq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7wmx8mm9rmc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20kyh4sj8t1r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf553kk1bnql6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2vsls8e514g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr0bpl3mq71lg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSRealEstateRentalLeasing_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn6e4km87evg7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_MainActivityProducerElectricityPowerPlants_Geothermal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ydeq3eb43w68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82393ktq43p09\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Sodomy_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wygw2fz1g7sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z0kxk19nt2yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7qm6zn8gs1tc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.81-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m08mg7c8xww1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edn146tbzy319\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shp401d7c31q6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA21_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/978hv04pdh9l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgl4xbjv078d6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmc8ym6dh764g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-1-TBPD.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22yy8lk7zl01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6qd46xzjyv4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2F_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/EN_POP_EL5M_RU_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_85OrMoreYears_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdw9vjzl9dex\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfd54v03tebw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtzqr8y3mtnz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d0ng5skm2vd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd6qdzq16y61f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4431l20st1fm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2wx8mcccjrh5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_UB_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdy6f21qvjj05\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnxmc3csx6yc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftbf4754f68e7\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_FlashFloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7972cl9qetzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk2sv3285xbn3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--NI\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_FAFF_DEF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnxxw8smb6tn1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2WHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yv0ry7tjmwzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wpvlzt6vf581\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7eqgnsy4b4c5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELDUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_HomeFurnishingsStores\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ComputersOrPeripheralsOrSmartHomeAssistantDevices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6xpdd96c16r8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IceCreamAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PRG_SYPH_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh14yn7vr7cgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4h8fnf0lr4x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1zzdlbhec1j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmnhyxvq2qb85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x0q2c2dfekv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zjw18tyjbwed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ncdeq270hzc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1b0s4gmj7dd8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Tetrahydrocannabinol\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnlbymfbhk5n7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl9nr9xs7p137\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxys6p18nfn2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb9zytw7kblsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dek9097m46b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjw2cplvx2qmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmlwtfjnrg3g5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eezfdp6wnv642\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h6yxbrksvxeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_WheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwlzgcsyeex8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0y8pvxssczdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp8cbt6k79t94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec2x9vlwexph3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mljwzv8xg71x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BeerAleAndOtherMaltBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvmh8gdbhp0qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2hb4kyt85mf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9svh5fvfsjyt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ellr3kkcsp1wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twsg85x2c6835\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lzpc1bqsbfw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrhhf32y58623\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwx24q7edldf2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46f4w20cgf9vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pb5ymcbmpdqtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpmkrsw5qjz17\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/746bvjmcsxpf1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPG_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_DOD_TOTL_CN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9sxmm87jp7wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e59s7jzp8chbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4k7em5rp57nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BettingOrWagering_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vt5dyz1bwpbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2y5lm4s2s1j5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bek737g61nhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8ltjl1t4vh86\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SG_GEN_MNST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f76wwpwv9e4b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq6blw1567lz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With1Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/095ew9dx1tgf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ensmycgje2d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fj6k549dxkv7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.SEX--F__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncpkbytqqt435\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp3njdj2yeb06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmxmmzmylmml4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87k3r815lzl46\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_PRV_SMOK.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c0s2ph6gvckd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yngc4y69yyg87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhgzjfbgms7hf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment7ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51tzp9nejq2l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2jkkjcnmdlqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnjp5gs9prljh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GECAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53gq3r0n3enw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75hgjtxxejejd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_IHR_PSRC.SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd00bbwzw1keb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jcszxnxdkysf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssgfrrp4240r7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_08\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bj4nh31hxef4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jxc879t7rz5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjysx58j52d6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceHispanicOrLatino_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ClocksLampsAndDecoratorItems\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x34ee1ty1704\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmh931e8wjky\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldmt3pxg6qgl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndxlpdw1h9z2f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin15_t_d_2017\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xn6yqemk3cv3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_65OrMoreYears_Female_ReceivedCorePreventiveServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xt8yb243sthc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvwcs9syp2mkc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3rntzjh3kqs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhjr92t85jnkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1nr7tsgp48xg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz1gqbphez0f7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6bjtsw62s1b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xz2klhvd50gc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42yeyh6c65gw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n85qq9w81zb81\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_3034_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqfnm652r8pr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db3h7g7s0nsg3\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithHighCholesterol\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejgvvtqpf42eb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_7074_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klxdt82typ3cd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krfcmx863ztnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz923nvhkp7cc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Solar_ElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SE_ADT_1524_LT_MA_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/17zt2gxxh3mzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7frw6x4rh3v29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4hjxg1epl4r\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_09\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y91fr4mpl350c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzdghltz8mm4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCORX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_R2_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lhmnnyskc721\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_LAYS_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9ck1tmgwevb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj6ze1v2f3q5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41gm2wvcn35vh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xhypn5br66h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66h9zfk7grzt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqg83tg2srhph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpph4sspjvrr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn8l0lwll2kw4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wjtn6wdh9cch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmvz1lzfkxsmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtpjmxp7lrzz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FurnitureFurnishingsStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportsVehiclesIncludingBicycles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f4vv8rxsy4vf\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_RetailPrice_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHOR_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd16ez1l4mkrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_35To44Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Female_PostDoctoralAppointeeOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5n5hbnbvebbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DayCareAndPreschool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx4ztz6cpje02\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6ew1zs14f1m5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sg53eql058nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k70mlmtx767\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_OWGH_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n7lwydcgb5y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg3l538dvnn33\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV17_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgh4ekxg1tcdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t60mqdn4btm7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzs10ytxr1136\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p49313kw8p27c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_60OrMoreMinute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23gpqgdrgvm8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmnbg0tl9f62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m5g6qzv0tr25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r60szkdk0pz32\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R07A_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_MOB_OWN.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessMedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddhzv7yt46336\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg6d92znl63v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qthmg4l52h4dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysmh5pbfxxhs2\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceAcrossModels_Max_Temperature_RCP45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/s04v0ep1c0fg2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55l2t0pqmhjl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrfdlzvw0n5m2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RCF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_PRV_SMOK.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_Power\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp2csjn3plff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwnj87srx54cf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_6064_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8slcewy12bg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n0bfdz5k11qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n15kekzm25dp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItemsLessMedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3045_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthyleneGlycol_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blwle8kxyqh99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmn5bk9de75mg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86kbgh3kgbtj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1cectgnbmlr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2rj13g21edd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnghyblw7msgc\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV16_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgxgysb3180v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt4pzm0xkwkp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9pqsz4e3gnmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/leczthlkcny33\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_ICTS.TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ApparelServicesOtherThanLaundryAndDryCleaning\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht1pf0q0nnpdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q07n4t7zndsh8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPDL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h28fcww3b4ym2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy16gj6mwpx0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvdb8m3bzw5xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd362r93tltr2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2p79h8fnny5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmgk83zrp0bv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7e0j97rwgytg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_FTOT_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2.5_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk0c07k4x7g84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3r0nhzxz2vx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppnfkmg20zgv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dg4xzbyg923h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpc30rrtt0p0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee1zv827qbqt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9ybmdjrzf2f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl2fwf5mmb0j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5lg69kp02j35\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_GreenhouseGas_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m2lrtltnq5w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qfq150vnxmk1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zgbhyej0lnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs7l8ddkqhz74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1f6zy1dbn243\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEV--ISCED11_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05r3svdkhm2g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hylkq6qsk4qt7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktq7ftkly76nc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_2Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_OtherRawMaterial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GDPRV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kt2lf21n1166\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjfg8b864vzb8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Durables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b80tphcdb59mc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q5gwq9b793e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whz1jyltpf0xh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Reserves_Fuel_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Incest_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gn3yhs1k5rdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pp5rlxfd7f16\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5450_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y6s3fcdtswfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zcjv7hkdedlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqszezvks95p8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_6569_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0tzxt83v2bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8608mvpfqfr52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s071q7hze4jd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjvw3mb5jq328\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjrve4qbzxvcc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_NAICSGeneralMerchandiseStoresWarehouseClubsAndSupercenters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg46k02ypps98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzzdceddv2kg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp8pmdh65s246\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AlzheimersDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtx441zf6s6s4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_RetailAndFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/882relxgfc9e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee89b6e8b2dx5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_NotSpecified_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensPantsAndShorts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6b5dk12hgnf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16To19Years_InLaborForce_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Secobarbital\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crqeb8mjy9gq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgvfj3zv1xlf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0see697tk133\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwhsj9yw21wvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MeningococcalInfection_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k1b2h96bqbd2\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb641j5lswte3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmdz7p6en2lwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg99l7sr8xx97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WindowAndFloorCoveringsAndOtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02mv2rkxkk3hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23wdn5l22n3f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1qswsspkvepc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s86w0hczgv2t\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cvx51sd13j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgw7yv5hkc557\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1kd8dklqc9x6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6tnc7l3krkc4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother32Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp90zf34ctwj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleBodyWork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27xhd2kc79kkc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_75To84Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frh8hbxq3e9pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ej5zz12mdvwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp87gbcslcc79\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01hl5jj7t03j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v61x30dfw4eeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6jdy44b7n6r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjr1g6010zns3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBIRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew7155r4ysmec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lexpgk5dngqd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yll0vjfx5n908\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed25j7ckxl0j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gppng4gszj7z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvbplfcjlw2s9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfxcf88fxhcg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkzzk7yh5v6g6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g994xr11sfwp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w56cg0kelrh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq9fff1hm85g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znt9khxxmmkx5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_G3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dty2qr9hv747\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd4hnzw7s0x55\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_6064_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s00wyp6rn6xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xzbs6m305m9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb5eldgm21dnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_MarriedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g800scl9811b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5dx1yt5g5f92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvnsqq0ylt8x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6j4fnp9dsqm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14ekznryv7hv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecmlytk8cs62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kreqlzmh7gkj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb65x02cwgw5f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57fpthnk00z23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmyznq175elb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS71-72_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmc1998c9qgb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbwp9js0xjmld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j383weymcrw1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l09430c5d2l94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dz8zqe1ypzcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn7tcmtkys4vf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiabetesMellitus_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/354h3k6yjj5h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3w5hk6jk0tt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxf4vqv20c9n3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.34-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dm5vgvcbd357\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ehmkh348c6q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83r45p7nq24b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x3ttgd8xv9c7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUETK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfr1mt4kn7g55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5pgse9s8bhy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgr1l2p4ljk59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9etzp1sfe8lth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HispanicOrLatino_AsAFractionOf_Count_Person_EducationalAttainment_9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be9xnw9zp8l4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs6vlywt29kz8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tnt09gmrcqyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05sgpg5lkl0j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d7plrb9g0v2d\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x95kmng969n42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwh8j36b9xpqb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_LocalGovernmentOwnedEstablishment_NoHealthInsurance_Worker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mrn2kycby73g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh9dk1xptfrqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb8fjbnzt1g35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49t75hzb36v9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lq8tfvbn91gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n426nthjjx1w5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn8cyh06r1q4b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_1519_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_3T6_AG25T99_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7pqhptcsk5v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8222j9sgh4n4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/save_any_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ngh602hxb2rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrv0e700fclj7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wrz0zspmxpt7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbym71p1hn6lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhkf3fe61t9e1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7fl7bv3hlh32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4kqnf38vh7cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88c9d0z8yszr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmncplhr93mxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k4wztlqh8988\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jj5fxfzbqd24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63kbd4cv4dcsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/betwr5sfr6x76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrqg4rxzs6gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7w0cfm8xxw4b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAICK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73gx0bbh8msr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsw4cz1cfnn3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gejmffqvw94n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2nzrt4zdtzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czt0f52mcvdh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hzd0edh481j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/619ebd62y9278\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr9d40gh96beb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgm11schh9z69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mz3pn92vq2gd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjzy4dve0d48d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8692snt6s5cl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgfdzk4pwwgfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xseydyce0sn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9jw47sypzm37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6zt05zel7tq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mc1n0rc7bdgf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_41Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sgbthq77pndd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSTransportationWarehousingUtilities_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nccqzqzrp8k7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1yxy2jwcel0c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mm9pgm0kmcfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Pneumonia_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53qt0kmw2p843\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drefq23sldyjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvtq1vzjxtfwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusCoxsackievirusAEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPsychologistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc30cv34vxwc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vbtp7bj4wv08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/488sl4xdxnd67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanGranulocyticAnaplasmosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hdr5jfhz0zw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vngf2wkmvp5k\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7zs8yykk5lz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICSInformation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8z11lb3d1msg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kljvj6rcdfp9h\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gpryh022970d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpvghss4zjlc2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Nuclear_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xh7d3r0wxcld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjfh98npphtjd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_GPV_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mrbv307cr6mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p30kp5sr7jncf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8vjm8s31xvrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NotInLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxdlnck8mpmr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzk9k07w5h6kh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FE0_K.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dr8nld3xt92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t0qwc7g16q4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1sp7s5kg3jyh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_25UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ste1jyplsqw\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSXR.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4eczn8j4zs257\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spfqtg21055fb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_ODA_TLDC_GN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v10t5q8h5267\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vmymw5b2y4j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f5w588cl1bp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zyzkmchhvbph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwvq6qvw7pnn7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bg7cxe7lejhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f079tyq0f5bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3l4sq2w8twz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qemxqjlmq144\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6pwc5ghpdh9b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26ngwbb1skhj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3dvvn3mnsydc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfnk097mgy33f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRA_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyb6gghxvw2td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w23gnzckqjzw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlf4vsxwq8ny4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tyfy0j1ep41g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Employed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sznbt2z7jnb99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother45To49Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r1llw4vj979b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w04f5wztd3w12\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInGroupQuarters_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsnz0wg0404zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfl6455w4qq6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y19l6rcz9k4y6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fstg9jjrrd7bb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gs1tlyt137k4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_WorkZone_Utility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vq8y5d94vvdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6d9tecp5hdlf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/463cct9ldh2eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyg22emkdr9e4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1q3r3w13wmk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq4sth6n0h314\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2ddqdxk0p8r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzxm0c1nt0ndh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly211g2w5stfc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_1519\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_WithInternetSubscription\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x4f951y67eq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3vy1gm93lej5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57kmmzy9c7k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7fxb2qtqh2q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_ReceivedCholesterolScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_TagalogInclFilipinoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1weejgwpl9kkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnljx67hghrf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr7zdnj4379fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r10tfc4ss27gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4jlg2084qn6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehicleParts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25nqmevfplj15\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--PC_FAFF_DEF\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_40Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1yledsbknrx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4fv625yl2k7f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_SI_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7mjb1jc8t4m4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f6fv8bdstp3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbd4kxjs8gg8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pybmzsn8j38m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk7pejt77b8d1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh8f9zcejf757\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17h61y8x5b4pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l537jc12yp4l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7m45qxcyz06f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzqfj8x51xp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg71g4zp71te4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xml80q6dbxpe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0zvx3cb7rj44\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61lhec8zhnnw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k53bceemn3pjb\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_JewelryAndWatches\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etkrws2newhx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx73y58hed107\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx4nhejfyjgj2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pdprlrexke4h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TRF_ZERO.PRODUCT--AGG_ARMS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/BAR_SCHL_3539\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_LocalGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_OIL\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Information_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k8chdzkbhkh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psjtf07nmxf77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqgfsn977r3w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19tz6g20z2src\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h89s1nz2krng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7evxty0qpvp9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrtfz4nw2gh3d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhmzj45jj6l1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsv5ysskzyp39\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/466g3v84w63q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e5p1lcrhwej4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt3v51llhdcjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxv9cngwdk054\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw82pwx4hrbzd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_28Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvvmdp86k99r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze1l4cqd88tj3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ehtqqe9n1vcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zff2y1xj0qq3f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6m970nylpktg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htfh5dgm6jcbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnlcw89tcj795\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vse4zlyw122xd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G3_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-1-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsht0h0kb3746\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75lm4dtv71v53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezw82q16glv07\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TextileAndLeatherIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7wfw7qqhncqb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vcy8hnm4nnmf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf09yv1pwc072\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/456sz6y7vk8f6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_ChronicCondition\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rk3tb4v1wqyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv9n2jwbn8g27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb86ebz3e4pnb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmhxmwfl4ld2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcyn6mfqedwy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9d1l7rpjt74h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctkn20qb2scqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqtmk9bm1d63g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w6m99f1gc0r1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epnvpcn2g8np\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftf6kr20xbfdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4541hkskcv38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp316ynn2vgyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhkdm7v4s4hv5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_UnknownEthnicity_VisaHolder_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pyzcl9r70jp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l77hynqb67jqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvgg7jdyhtjw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04bmemvzht6z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4erwjse9gfc9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtxdptdptnjfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m8s15hjg5ezh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw02ksg3ysr9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znsjvyem00w63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjpe5smvktmpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0gzt2v9et3dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htx7sr78lehvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4yz73mz0tbe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j18hp4bgrxf9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl7rwbsdvsfw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck3vm6877269\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4g0snbf508d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t0prj1622jx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qslxdbb89sxhc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/760xhjwtbhcw2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FabricatedMetalProductManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_0T19_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5jxtbg3j0pe5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WCDOK.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_AGR_SSFP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years75To84_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qykxwdyxkyn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f08e2xv47zpmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8jkv4j3mjjcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtCafeteria_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds58vzy3kjn4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yft8vndkh0v41\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_1.00OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9elm7g42w5e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvhsj46bt84w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InformationAndInformationProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TobaccoAndSmokingProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpp7qvxnhw5s5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5607_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37t33xrqt3kqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtqtwwwfww9d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2m0rgc4qbks5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Jewelry\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKOSB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/966k8k44667xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3n3bg1nnc9r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpjfjjwefhqn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd1zcyt8d57e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhrvkt5l574s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23487b8re564g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp7788njygwkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z8ynebtfk4vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgccgvssgm595\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kp8m4s2m8rkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pn1bp5web8q7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_12\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PreparedSalads\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxp1m0t4ky7sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f01756f52msj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0vj8fn061p43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qywwnse11cqg4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedEstablishment_Male_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkhxr3btprred\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2pyn1sg6nxe2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyh8d6q83dvs1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28h81qcxnft81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsqlbx5lfl2c9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC7B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p3vtyc1vj3y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pv3w1jnwpsc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhekh12he9k14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7y6wr82ws0g2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_NitrousOxide_Power\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlrmv8evwkxw\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsv31g6rsnw56\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVFM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherNutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97hnh11gxgqs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/devxkq9sm58z\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l73syfs7xv8r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz238d4b00cj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_LarcenyTheft\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d7cv9jvsk6vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr15yjg3ftmgc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cmv81nyw4n0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72dtcz5dgb2x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wvnmwbcfm0l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58p2j18pmw5y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Female_PostDoctoralAppointeeOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--81%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r5hd2lzlqxjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65vw6p8j1qdv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntnqdjnbybydg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v50rbk1krne3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b25g8hlqf05xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9ztx9e6f84jd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rps3xgrz75kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr6hwqdjy2ft7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8vzpqwkhej94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjkwtbge0zrm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SportsVehiclesIncludingBicycles\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA28_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vhw5pm5bsx4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VA_PER_RNK\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q03tw1kg7rgt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9clkjhky5tvk7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithHighCholesterol\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FI_RES_XGLD_CD\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3stb1v1ngt3fb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPPCONST_56_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsfjth7s5j2x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithTotal1Rooms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7ckg1vxrbhvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgy1npr6xsdbf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJamestownCanyonVirusDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bh4xmrxlzpe5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65To74Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_1519_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Farm_PrimaryProducer_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z1gdwmvj11jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f57ksm077jp3b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4z332w3gjzdd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f346ejyw9hv9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgcswlr67k25f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt6m4bxxccyrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq864lhfql079\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Apples\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j4kfmme6ylk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67g5c6pr4k2p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc58c2vnhk90h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23mxgsbk66nk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp5xxq9qy2vmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf80f3vfxh7j\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.68-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xpdxrcpwrlk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gexn18h5fvyh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t535y3j0hcwl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d0mlg74s1g88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpw4z05x5fbjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw1h7zk4s1v02\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGINS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FreeInternet_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvmhzp0q9mg66\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOXF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yleslln8w8hp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmqg004jsjgp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lbnxkndbvg87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrtl56bz8dnz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x16jtsvyfz83b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Assault(Homicide)_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggt0y2vmb1619\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4q2jkeb3kb28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvf59cmh8kkc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1h117eh2twqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf65000To74999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSWholesaleTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wy2sjs2gs5g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdvz7eg3cl9f4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeerAleAndOtherMaltBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdj26sxmhk6gf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SN_STA_OVWGTN.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhtx4zel4hjnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzxc9pte8dm36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Kerosene\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/EN_ATM_CO2E_GF_KT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAA_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd3bee4xq7mv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b4nvmfz0jedg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p23gmr3fv8y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27w4575jp15w9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1x3pmjv1t2m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2mj8htq2x983\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_NontransportAccidents_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensAndGirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19xdel8z65bzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9sxjlqm1sjy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f3zf7vjd64j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2ld42lm8xlyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzsldnvc2rfc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVAG_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_GSR_FCTY_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_66Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3035_4.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SomeCollegeOrAssociatesDegree_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjjztmstbptbh\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvz1gf3njmdc6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSInformation_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCServiceOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f7c8qrex3vcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8ypgksycpvq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psql34c7yy0cc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IS_RRS_TOTL_KM\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n3sgnk6km4s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90nswpkp8wlw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcfx5scj403h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf759dz6fqb09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvgehbwg47tv9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_5054_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p8jj4xgtrvk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffcyycsfg9eyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdgd6tkyvlsr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7clw43srd5yc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90bhk76jrqb17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjv324gnpcfrg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicinalDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb4stje0wjk66\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ENVTECH_TT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge15To24Years_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7yr9ynpk74j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2rb7cn897lcd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46qd0c1frs9x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA15_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hshepr76tqsv\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29elttnkfn722\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shcqyt4debbb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdctkfr9ygk7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Meningitis_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk027cnf9jdjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkrff5m8fgfrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk99b62hjx32g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ActivitiesRelatedToCreditIntermediation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfmk7z9b027dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetInadequateComputer_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er28yett6ypld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2e8negmcs0sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vxem06pxm37b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zlnpcc1mdht9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxlpq0fsle7jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7833qv9595tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hqhjqf8j44l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyqgtyck2742c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exlg2kvyl0m71\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNS_ICTR_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV27_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klhrlnldrc2e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7258ztn3v776\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q81k2khsys89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwcj3wrr0q8h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2xxwztwshes7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_2024_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ResidentialMentalHealthFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v8znsxl7jvb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wez4jmq4053e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_FamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2xdv85by11dg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn38zprlp70n\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9070_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3xjnt2lp4ky8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMFRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CitrusFruits\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lw6c78zmwt7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9hst0yb9sfwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl4b8zrel3xn\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DMTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j89qhexe58jm8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PrescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f85kzd2j4em8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5wfgdpz4n03d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m24peyh0w4qe\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10nm1rrmmhpw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98l4f6nwpt624\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.34-7-MK.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_Manufacturing_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj0jdje2zwbyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdcbb9vbb5nf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsfsr6h70m89b\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n24qqwbky4v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrcg6tz1fqqsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq7r5ng9qrsc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftk90excm8dhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb51zzcvvpmt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3559reg7xy27\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1hm735m025f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2xtf0dj3zem1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Count_Person_18OrMoreYears_SociallyIsolated_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg0zd3ez8clxh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm2rxs6ry0bd6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_SCG_MMGL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ydyfcty1wryd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7s1x22lfz78d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4eghjzhwet33\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00q1w7s9s2e95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3mgkmm7knpgg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scs5tk4d61lp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss2ebh81sddtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyht6zmdhe00f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhpdpzhetf348\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfw98384cy5x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1shqjqs05wrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mplfqttxr83dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm59s0hwqzj2c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8swmgpmwwj438\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x09ryqsfnr9t9\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/781z82evkc4j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jllgpzendgrg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_HUNL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Impersonation_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Pneumonia_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qer9kfp0bkckg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z98x4n1vybppf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4cgl9ytl07b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5lfn104vpny\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqy47t5edzps\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yjgdbesqncf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecj30syrnq3bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn7kh4skryhq2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqlde93j49m6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf39tkcr2hx37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s41lkjqtq2m14\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityHispanicOrLatino_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddzmymbmfp0y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgldrk24dlqj9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/qj2b0y5thjq4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vhyncw9kyk6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj8l2bnexyn3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrqr6h1y09we1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5fb910q2gxm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7hxyhl48tcyd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-4-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh31h53cz7b2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx1jhe4n4xsq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbt3ltw6kxx15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthylAcrylate_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjqzb3pe4m0wh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_YPKG_RV_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je0qjyp970002\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r55yhkenw47nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t379lcb82pjd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrv0brztnvrv4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Food\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrgg6xk9900x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bejm91sk1kk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmd803z2s1tw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1f791s27r194\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vcdv83k0y11c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ess0xs01p6lm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringRelatedMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5bggdpt9q067\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9102_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtb3p7y9bdcg9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfy0dyq9t7m82\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t3sywckq8y68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dthv6d0738s07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9w2cerrbrvp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm6desr01g6w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInNursingFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lysd6yjs1yfnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrf9y35eyhq1b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAHighRiskFloodZone_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz2406ccrqsr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnz8d3jv73bc8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BQICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs9jj6fcrl8p6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35h9gjf5y98y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87ywvqws4p7p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dncp8t90ld192\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p3t0fd6y4wt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft4kgx50shhm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grvpdhvkp5bj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3jb6jdhpk1ff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zhegnsxphs5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzmbjjjn381f3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4vc6qx51t0nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6p34qrzf2bv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtnk8t3b5wlt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xehqlk7keg92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7p5qbxf49328\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlggpvtxxhp59\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zm16jm85whz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hb32x8rxhf44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p5wzsblv6xm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3lb41rms0vx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jey455cnttw2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rypgm2p9k9lg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyxehwrn10ysc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygbhpxzpw4vr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FilmAndPhotographicSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mj8srgx4ngvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hec9yfkdp7cg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx1y2jex9tzj7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_ESDN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n00mlny9lvctf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9s37py1wdkff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szjvm0jc4l039\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_KeroseneJetFuel_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3eztgzwym45d4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk6d6y4denbyd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPDXL0_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nnvft57wymc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9860vprvw87y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey3my66dcfwd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3757ptw9vxk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m5pzrkwtz74g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2g7062tn3416\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bh1fzbrvddd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htpe4hwbed85h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_JPNL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/9rtfmxnf5s9q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3hnxfkm5kjc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbxcb2gy5e1hg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_NOP2_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrlbl3sxy58n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gkt06ny5bsd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl19z8w9dsw69\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_Obesity_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0000To0459_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vw07346qhglg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z888lnmwnsr9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qke0783btmp9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BedroomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj5qx4be2z9d3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytkmqkekkgwk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherAndUnspecifiedLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9d5xg2x524v6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57zc2xn0g4dh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PorkChops\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnn12e23yfh2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcypzery989p7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MedicinalDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother12OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qdm0cesmsmt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vcjtxwnwf9b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky5nz64vkyv5g\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSProfessionalAndBusinessServices_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slp5hywj7b9c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PurchasingProstitution_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To17Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qgp52l466w9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Septicemia_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41wexnnh4pev7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8jcgd0l9z6n6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue200000To299999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ysthgrswr566\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xssvqcgqksxz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9p477ledfncd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2temcr30378h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmlxmlxxkq7r6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcpq98xjwkmvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s3vdwedghrtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g54l62h7whl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_5To9Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5p7c9v1lsce\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PHVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xs8dr3q61pch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjp55w8wk1y7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vj5hzpgtd909\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6xx6t8f3jbz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edy2y9f25lw53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96sm3ek8n3yjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6w32dk37ljy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3Person_With0AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wsl04r52bbeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bew8kj6l7tv93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfnc1m6309j53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gs7z6nl6wsb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/937hzmy5s16zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clbcft6hzxq2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzer50vr694jc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb9kp4y4c3bh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5rxrkc2jjbd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klnx39bl6vexc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntky50xxsd0gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbpbxtj4dtg09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_RaceUnknown_NotStated_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wmsxg58tnk86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njpcswn9gp4rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5hkcvl9s2yzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th1h0mer5y0kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6eqgwryf4skc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st0bte4sffs85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25k5s1d2nbeh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wzh3qb0p8hth\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2451e755gt7q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59wsnnhechj56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kb0gzvrwzjn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xk3bz66nntdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wyyys4ymq89h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4vlq2qh441bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqpd29sfl7gx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q65fg736fh4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3bk2ex841tf2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsgr3szxlvqdf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/677c8z8cr00xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl5hghrls1zhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whvrz212ytec4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCA.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwq6jrltb4ey4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5ewqrjz3lk04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbmy4lfx9hksb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryxg9zg8m4d2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w8lcd160sfc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm0p298nn6w53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wncp0tqjts6vc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_NoCashRent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WhoopingCough_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5nngc4c1lye5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_OtherManufacturingIndustry\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/0t78emz66c4p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xvey8zcrqd18\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxe91g9rkbt67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j563weqfrmnc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxtd40ym5pep1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppxdb9fgkej73\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.34-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h894ry3wm07tb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhfmf75ny9qwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCManagementBusinessScienceArtsOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Anisakis_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ProfessionalBusinessServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05tsdcrh69br\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwqndk6w28pn9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p31pwezzpk528\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrcwmsbq32gt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8lse2hckhjp4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FP_CPI_TOTL_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1yrr5bx9m0x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy30mlqf4m26h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2014OrLaterDateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmkwf0wl1xzqd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_PHY_VIO.SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_13Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j78ng1qfyl76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d5eccxpdr098\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp9h0m7881s73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Food\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwglr4mzwxryb\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithCancerExcludingSkinCancer\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lvghbdd5c7y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hebn2036wr4ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny8brj0zf7sw5\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_HeavyDrinking_3MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yj6nnjv0ntcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsqyec6jvjqqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc1wt85emskz4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MUORO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2064_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc8z7p7vxlpr8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR24_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FNICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0flj6m5v42vxg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Expenditure_Energy_CommercialBuilding_DistrictHeat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2759r3tgcy53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n009bctc1sg95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1wn7vw7e2xb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7txypdrtw2tgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TaxReturnPreparationAndOtherAccountingFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edg5jr75r8t85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjfbp3hd3ttyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5ggvxfkj6vp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd1bw3m7wt6d4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tvkhlptwm7sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty75ctpp53eb3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_55Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b53efv4wsrs66\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSProfessionalScientificTechnicalServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfyg5831gxhb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfqwsf50yfbmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e99c0nyp64y6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3v1qjykmnfyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpz1zs0b8l3b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvnse8b31t7t4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gggl3en50rg3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOXF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skv208g163wf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swmhn1qwrwc2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS48-49_22_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/617cfbglxtsp1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9qn8d582bvcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngmkwpdmlfh48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9e9q6q1tlw81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4f149m5tm876\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qflvj6xry1b04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1AUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xscmzh27mq2fh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh3vc1zet7mz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr4cp8e2nbqs\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtvfg89rxym93\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhp2y0g9n87mg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9040_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmdync8tfjj86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcxvecgpt955d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm10e9dyxys58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxg24cq51b259\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phyzdw4k70wc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfzqe3710cg9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q82p34s5l8b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrv5nmn5l9bh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3zsk59d4knx6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FI_RES_TOTL_MO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_USResident_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1377cdp7wg7y3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gxex091p1vlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzlkkl76fcqkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1zq78wfqbmlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rptcrlpkcmvhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etjv1857d42qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwf19teswgyz7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherLandTransportAccidents_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2000OrLater_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hcpk1mmmmgj6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI7P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1979OrEarlier_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94dvcg4vest9c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlznx219zp227\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81rmdbyl9sq86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxd7gcfe6p5d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5p42vltz3yj3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj75km0v9t409\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf4y694n70fs7\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_RawMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h09mtzq0ry7zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njt68htkpbqw2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/335mhmwqk8g12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5b0wjv9bnje1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqtl4ermwyrj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqyd8m6ggc858\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cnxt781xtk45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/851b51c6761t9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_SolidWasteDisposal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt1vttj83ph2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8mrhhg2dvxv6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_6Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98pb77rvgqks2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptqzltqmcfygb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x84mdfeqv1py\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs8fvwkmpmlpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlp8rg1fh2c98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn857vm8zxtl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbejpyg31t8cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59z9e1mphg09f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s3169486kgbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dte1tgkhj8qxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqedxb1zyfskb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26s4b81tlb9t7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7r85192xm57f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jgl5l7q4z6d5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_YorubaTwiIgboOrOtherLanguagesOfWesternAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HouseholdOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwkbl6ez5w856\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BaconAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tm92wgnf8q31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr43xhq050rx2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_BioDiesel_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_50To54Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zchybnkb5w143\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcst1gtcsqh74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s99ecy42j6hq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be6y7pdy38g42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedOtherBeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2ng4zt0dvbs3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf2931ygh4151\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7ksg23447s1g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcjptz8jyw9r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x22m6h3ed69q8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04ypsw1z0ntv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtblf9kvjglhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypf5flddm3zmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j3bfpr4fjne4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peqy96mjz9ezh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwtqbb8g8mp9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm6879gdq8fg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LaundryAndDryCleaningServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mswhc9qsd00s5\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m16s2gtr49k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q73ecfhmd0y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx15hkwfzcjt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g53l9dvwym733\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rhbwcd8h0125\":{\"byEntity\":{\"country/USA\":{}}},\"dc/667tr26j5ybm7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stsd0kpmv8b66\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp0v556z4ym59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtg8nwd64n8h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_200To249USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0s0328x1t302\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry8qtefqrx6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_SOCManagementBusinessScienceArtsOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_EducationAndCommunicationCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m3kt36rdfs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkm89jl718de2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgp3menml4eq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np8s1sjdjetg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07sm1ryebzcd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3686p70m95g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ForeignBorn_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s222jsn1n2798\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr3c879m10n56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v96e3evwkej71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdqg3m2xx1cdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l9y8b8cckxw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02055nlq05vmd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl7cty2x30cs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcl8m89ll1y4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e4gqwx2s52m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc7j2xvcxzyv7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqqn2cr43wrhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dg1rk2qgk5kd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Employed_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_GreekSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithPhysicalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p03jdt47drk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhvtpc56vj1g1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--DE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy6k36fj7tj11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftj8b5dy0v2qb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjnzw2jx8vsd9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15zl2g3818ngg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlexjqx8vcv8b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPR_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7drslkymwle7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7nkwq25hcq64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwwgvv3w5879f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqg4t8c8f7r6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6sdvxzzdej43\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENFS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographicEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3knmgg1s0lzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CitrusFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/137gbsw5zvvyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1qskkdq77dn9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb897n56gw126\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l6rew0bj7qc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp2pt9g5zjb45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/465e11bh8jy9g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesExceptFood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v57nmfzyjpb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by8fg2d87j1yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz9515bdrxhf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s250qcmvhjry7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xljyb7g6ct97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtkcswg6ve1t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx93t2fj59gqb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16OrMoreYears_Employed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekc31zyxqbwq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcgjjhtxew6p9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshWholeMilk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4pyxrwphrjt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kvgjkywvhygb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pxdb0qkh7p35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smehsjjkmjm\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9050_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_TRAF_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l17wcq4h9vy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5vfdctvyfgbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y3trw5g046xf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F600\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3j2qdbynf5c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erxct6nlln81h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.6798-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm4sq0g81s6e1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/417qje31gcq33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chz207ypt5t1h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2egf6tm60dwp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp3ethlntldyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn67jkq0qg2b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSHealthCareSocialAssistance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Housing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_IMM_MEAS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7k8bvm23m9ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5fp11p55097b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--81%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp6sk8c1sh299\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBRSB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw4gplxty8q2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmkvd2c1te2s8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8703xyb8gg6y7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0906mq2hcdlqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60hq6b0btrs51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c3jldnc86jh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfvlqvxegxw4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55wm9kzm75lbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxngdeqtn07kc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cjpr0gllfwf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsmvsn7eh2tr7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_WorkedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqvsb2vpx0zx9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v4b6gyfetjkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpxntd80f48jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsczk5jx65q8g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4r1bez0m7601\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scc1czk9y3fe7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_SLE_56_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97x4c3bewb5lf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rxyrt1kzp6q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41qvt2nxlef8b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUEGV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r4fdmmkkz7sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlwlsv25vgbs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efq25hedh2jkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m50ggt8vr3qyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryggdbk7yhk0f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63jzvg9y0sn13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcmmxxc47nk5h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/510zgje8g66w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnhgxbyhqvh95\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_23_GPV_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1es5x6t0mbj5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LodgingAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wt5f8hp94nwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb4b3008exkt\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxide_ClimateTrace_OtherEnergyUse\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bejpekmssn09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bemzfxe1gsjh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md9kcb1q0vwq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAL1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3t0twte408sb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_Unemployed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmtvdth2swm8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qz9sdskb7k65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VMI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYEGB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52zwn72repkgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkh3pbycww2yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqzlccjn1e9r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v68dst8gpqtz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83wqssbel9nt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8e2b0m921k68\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetMobility_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvlf0t2ftmec8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b6m0mdfrlw1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs55r0p88e1jg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5302_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1dqpcyelsjn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9g35j9psqvqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0pqnv78c33wf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qc71x2ygzytz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssxzvl2hfng7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5teek8jphl4d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_PLC_DMMBTU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzlwhmfqxj46b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentLessThan9ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PrescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb5bnggeqdrlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmfee1y172lg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_UEMP.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_100OrMoreYears_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFRCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_4044\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtwq5bhbt5924\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Bribery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceTwoOrMoreRaces_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbqg2hy7zte91\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_23_GPI\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_0Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9g5bjw5z9ngg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkwd79qqxh3rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3e6s4e70c8f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv04kg5xsgq04\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ESL_1_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_53Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vxy0ytd1kxn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2zrkhxz35908\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhq1bhq1s7vx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj2dqhrs1rr5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52rhfwdg88rnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfr5714e931m7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k46tqkn51px2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xchlwfsn3c2b9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqdgyk1de6x38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzjd2mw73q8rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qehj1wjtct8l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlh6hbnslc371\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_FuelCombustionForRoadVehicles\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_PRE_PARTN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_CellularData\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--71%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzeh51xd4msl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve5ms40ztmk55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EV2CR.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7tnyc8cvysc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1w6x5bc5lxn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ApparelServicesOtherThanLaundryAndDryCleaning\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jjq6fxbn2xh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clenble786d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pslwk77bmpsb1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdmzg21wr28w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsg9p9ny00379\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r39653le8ppbc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4snmsk82em6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cv188h1byzj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpnegvnjwme13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgsy1ele21q55\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_SelfReportedDepression_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylh8dx7djp81h\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mjk9wpw8jcz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py45h6b9r0p15\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dfv99jwqngs9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_MTMP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NE_GDI_STKB_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn4y0fg2fx6kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9jpgymcltt29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HodgkinsDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0belx04ccrv1d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_TRF_NCTR_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20p4v7bwb4ggf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm3bftsv2z2w2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38r2e2h6tq20g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80ss0l5d4wnq5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_68Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_50To75Years_ReceivedColorectalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jl995m7h9pyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tym69xyklfld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.IYTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm9j8sk0tz6c2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF14\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv2cq0klsdpn1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ODAT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInGroupQuarters_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjnbs742d7lkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t78kwgjqz5r52\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s1wlz861n0d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45hep6p105t87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yknt1cxtd33\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xt2qzeldxm1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OutpatientCareCenters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7cgm2s2xglm4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq9gznwdmdteb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en1dv0qfxq6d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5jy9d7czzbs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlw4xvnz468zb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mn0d2myt2bv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84cr6y9lq1x12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbzrz0hxxh56c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tf7xb5d2n87c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdryq36vh91d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sswgy8v587sm1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p8l4q4x21vh5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_DoctorateDegree_AsFractionOf_Count_Person_25OrMoreYears\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisB_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk775yhcbcml5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb6g5kwtcfwg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjyhtbdw4hbd4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jve39zrr2rxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf8yxx9t0s8bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xehl496dp2tt6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRL_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n92m7ffl2vd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjmlczqp6rql\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxxkj2l374zt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_FGMS.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/rg4vtwbpsfp79\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghmdw02vtqs5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwfp44msq9mz1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r59sczb9tntpg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SN_STA_OVWGT.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_E_23_PR_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5n3pp6cyvkl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25c7x754b07x3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentPrimarySchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p3518vp547tg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/557cv602qnexb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecvmdtvtb29gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1w35x6hbyzsg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD2F_PWR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEOTB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfvq7ykqfbvzb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_ANEM_PREG.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwl48grrc1y5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr3rz7yfhmrw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2my3s4l615f19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh8v2dgzsb4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k9zs4z1bpye1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xbsnpzt92wz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvygh88vllyw4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbtjx35lqzlx7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FatsAndOils\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x564lp2ebrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ynrf9lg060d5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd5vz6kv4d3n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfskrmcl5krrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zlvhprbzdpy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c78x8we1hp2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Energy_CommerceAndPublicServices_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgsqy3sydfes3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto1Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s02t8588ysv4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_09\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_SubbituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensSuitsSportCoatsAndOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PetroleumCoke_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dr759xvypc78\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkvx8eh8mm581\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjxlv15wrm7gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v03gyke55vw62\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3cmd8vbx6dt5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CC_EST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015To2016_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0RA_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_25To29Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7mqer5nd15z1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55nv4y32bgy9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b00vk6zw0lc73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l76n0m7p0ezcb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbnqlfp07lec9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz7mt7jh71pdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7074sc4sy0p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkc1f77z4dq6h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m9p53cqdzp53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7j2wyr8l60df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R02_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1w0jlxx49mh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w306sybb46lg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9elh82n25nmb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08fmglqsg9qc4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t6nyp2q401h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfwsxpyxcjhhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3j30n1dym1nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1qb56vffb4s3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGDP_4_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhhypxxh0rsyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thqqkjp5xbgn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5yfgkx4xyfjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbvg6shfxs035\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f5re9bgbh2z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyp0fl9y5k3j3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybxvtzjhtd3vc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82hsg66gqev55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/verp01jfse6ec\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj71qf14cy948\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0d616l2exgsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PortugueseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yms2vtlsqssf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73ctz85vvg59d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/804cbwy4wqfjd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/271g154es3j9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zjf2535r5hsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fszq9lslcgcg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_3_GPV_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n6rghzfkqc59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdew3c1vf096h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35r8ppme1qx84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssqnzv1mlsmfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t10v9p5gvrzg8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_SRV_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_87Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twlffl9b5vgn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2twlzrxnvwmh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p6rgsqxyc163\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9knk23kw169jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flxms10dksvk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_ProfessionalBusinessServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvrftnzd4992f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcw8986w3ssjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HydrochloricAcid_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnyegh03zy4n6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G6\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl3twvjr9gnhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9hv8lb0nkemd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9kd8n6fl94bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzl6x671gfr49\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_PCBK_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkfzcg50y2b26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9pf90539pls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nhbk93n1tt8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5dhdkh995b2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ymb8vexfzdm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sljfhy995mhp4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBND.TYPE_OF_SPEED--IS_2MT10M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV12_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTL1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl5fr6d1mrwv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9drszqwd2nef7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je417z5rfye98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljt6p4cttkds4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPDM_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wyvb8qfbwsjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlc9rfv6b19f8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAG55_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_Residence\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9wph6s3z3z99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtqbxrg29f64h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgd8zh5vsme15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_ICTPST\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_WithDisability_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1tc7kl5nd21h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fnb57pgdtllc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pkkvt0wjlm27\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DistilledSpiritsAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th3b7sflcmh6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtepp5bmek37f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fjfbhyj1kml1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxx3v49m0xl0d\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwwtttt8zfcm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6d9bzygpe654\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_IMRT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1knkbtderyjd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q0fd1b4l56t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3fs0plr67785\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8k28hc15kxb6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FurnitureAndBedding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq0t68dqbnnbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwrps8zjcqj24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jynx1wp9xw46f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ADVN_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86tfmmgpnpl3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6kxkfmfwrj29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ll92eb6tk0cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em6ek2zr63h2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8be9d4c1xdsh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t2wd2nlj64c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89wm1nkzmvnq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crjb3j6zfpmec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klyrfrlqbsdhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2qmsbgx9epk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg067qe3wznvc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d0pwmtce4gf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exee51lw0svq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd2f7tdfslchf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5h09qeytsstd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ComputerSoftwareAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_BRTH.AGE--Y0\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_82Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1we1edhtvkp8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_HWRKDIS.SEX--F__OCCUPATION--ISCO08_2221_3221\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e19zjh4xh57q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gllh66ed6g9m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf0gr7m3blwx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2rm59vycbznd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0vgk9hf1hh3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wemdksnhlnt37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym9dszpppr1j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Unemployed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bppqxnbrf32t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7lr1858z8rd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rms6jk8ctey\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0y0k4ntpymjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj4dqy6pw6ndg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8zbp2hyqvx4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2zyx48xp6cbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgrn7hbwer02\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wcs1psbe00n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er43dq8r1nmzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yv4cvl9y4v34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfgdmkvc2eq18\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m3ld2h3mxqeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhd824r46ybzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjzhz30sl2pg4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y456vjvs8edxg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_Peat_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hze04lhfde5gd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68lh8hlbllfe6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz6m9czhh83p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svw691khdyqe3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rs702p3tqnj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstPerson_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weyzlwvvtf5t9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC8\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2fjjtf0xhhqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AmusementsGamblingAndRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.35-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nsvrbmcf64x\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb8zm7w4l2791\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrmppkynb7ph2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1qd3c0bw73mc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_SolidFuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftfd7m32zer01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k09dgn0hvc9ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q98xp5vghzsf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInCollegeOrUniversityStudentHousing_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CannedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Arsenic_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z1smg32q3wzd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cvhx5pcp5wx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh9ks0sfwzk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdk8jgslb2qg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh2gzpjyrylb5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BlastomycesGilchristiiEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--72%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npcy1gpy98t3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkdqm3re3ggj4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d15kqz3x8kpx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6ktbpm9zsgz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygx617ezjytd5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8mgvq3jjwdv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4m8b9fttsc7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqxm8mwj7bz6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8cwjp9xg28v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0OwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLSP_UC.AGE--Y_GE46__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m10ylpebs33z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryp7s82bc0dbg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgghbjskpr3sg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx9p0m28hq55b\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d454xmppxjhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChronicCondition_QFever_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Stock_AsFractionOf_Amount_EconomicActivity_GrossDomesticProduction_Nominal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh9g5q8dt39x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjb82p58fpnff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Shoplifting_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hdwbjd8jn6w9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HeartFailure_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wkkxehyf3g1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98qse3x6w8wc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdzybk2148ye2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz1ht9txv37g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_allsp_ben_q1_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9132_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p76sr5mcwcb28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1nth33emqfs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0530To0559_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mky8w9l1c5eg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px1x9sz0j1wng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64e9flxrywerg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egj3sj516q9s5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge35To44Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/381v9j8grz481\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96qpjwylcd8j9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djvz69p25yj98\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WCDOP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SportingGoodsHobbyMusicalInstrumentBookAndMiscellaneousRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MonosodiumGlutamate_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_Female_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yswb32qpvf68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3dn6q1x3ppe2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Male_InArmedForces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm9dk3mxc9xyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl129z2tjlfd1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_MarriedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rwpqrtn3dh47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60fe65rztcftf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5j0d4556evd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbd43mgsyclvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--71%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drvt8zptm1y7h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVI9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmm9vd0krjcs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_DivorcedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcj65r32ztv6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c4577e2zd212\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_MMR_RISK_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/VC_DSR_CDYN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26jq206yebyt6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55pveg08xxlm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f09nc40rnlefc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f123es1x4x787\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4y0zlrj8nef4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsry971g91cp\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G3_M\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_XSPENDP_2_FDPUB_FNCUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoAndAudioDiscAndOtherMediaRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlxmt4782qm52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29he4212wwkch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h94rpbt3q79y8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzxdfxjxbbtkg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SNV__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ScientificResearchAndDevelopmentServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5bd81e4sj0kb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p5dsspzr0h67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLine1.38To4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cyynekrg0k65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.65-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_TransportAccidents_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdCleaningProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h2twsmywyrz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b4mln3zhgtj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djcz64bqh8jj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BlastomycesGilchristiiEtiology_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS42_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjs8wc4xwdwxc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jpccpz4sxjef\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD4VAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--PS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05bcfl6x4l2sg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0x29gnlryv44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6zkdpn5pbxn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msz2kvt80kby\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_IntentionalSelfHarm_Male_AsFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecgxxdqhpnlb8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBNDN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0730To0759_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSPublicAdministration_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/120tx54mn9xd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment5ThAnd6ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthLatinAmerica_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/178lfhq5n1r8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ve2tzhvk26r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp56nm2hr0mx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Meningitis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sstv7y4kygb8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymy574wgn2dwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_SweetPotatoes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_350To399USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57569lxdbmse\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvxf5x0pcxvv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc508vkqbmgcc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEVAB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47rgbqxqrj6eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd2rt8ld29p1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqeve9zwhdhgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bse9tw3v2gj11\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_MarriedAndNotSeparated_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m6kl5dzyf2g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nq3tms2q6cth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knzv36s2fpzeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh7z41c56d4z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf25000To34999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydq4ens13lb4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf3qm7p0hbsnd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_01_01_01_indust\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x4h19h9mdxj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmx06wy7ytltb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx87e442yl0x3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1SC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--BD\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GGR_5_A_GPI\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_23_GPV_G1_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15fmtfvnrf655\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD1VIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_BlastFurnaceGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n54mpsdf20kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcd3cfkkpbxy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4842503erx1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxezqbfpp6521\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9epdmlbyn4x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx6fv4mrygp0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h39tstyfc3eg3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbggdbn6mrz06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7n59pvd9d4m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79gg0fq1thxb3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/5z51wh6y9vt2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhwvtrtxbx1f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q21rgd42vr3dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrg55cskwv997\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksmmyvhsz1hpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60m27wtjsnmc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgcbgt3mflhe1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfBladder_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zllfhhcswez2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4ggn7egq0c16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nttlwynk5qxvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSConstruction_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl4vmljyefd21\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_ODA_TLDC_CD\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_BettingOrWagering_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mz7fy8127mv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gyyn5snmwc64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qccf18rkydt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99mfl1mqbxz5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc551vly0ryv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzrxzjvmkmqj2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdx279x7wc364\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1wjev8nmq372\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9100_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw2f3dzgbeksg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc0wnkbzgvw8c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xewtq7e0gr58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs94wqj8kqkj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqykz21tdkjjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk7xtfxwk9ec2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_B\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sb23l9mmwn67\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66rfkh74mf4f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ptyxj5b7mps7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x44sejmnz3tnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10fp8fkddfhw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t20dhdzcw6g95\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_G5_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/4mcgy5kpkk2k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft559x09x6ks5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms5nlfn3zksp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioVulnificusEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m225w9vmfb34c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy0v0vbmfkt52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1l6ndcpp1m689\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w0e8rmq3d3df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pttqp316386b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9d421f215ks8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfs00m5n14vt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxxedxbtn95q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5jsww581yztg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj1wh2jktk867\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w398drgv92fhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOfUpto9999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Income_Household_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqmr53cvv3749\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv3h6d7dxzf3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherLanguagesOfAsiaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_NFN_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16To19Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p884qxs6h5pzc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lft72q89jd7bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsbeqmm7pr015\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--M__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PrivateNonGuaranteed_Bond_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb6qzh6bfjbxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01y92t8d196e3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8q14lkbnht2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1d1yn42xnlh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyr4tcy8pzqtc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PCS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CheckingAccountAndOtherBankServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_NET_BBND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SL_UEM_1524_FM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyl9xbdf4y5e4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPK_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7j80r55028d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjysrqq6x94s8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_SingleMotherFamilyHousehold_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxcr19p3r9ss6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_Households\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaBongori_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqeq2y2ljdgzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htk9xrzhjpxy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxvfp2dnppv28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc66mwnqt2xr4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_FossilFuelOperations\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhebh3vj8j24c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr6ycs0h2s60d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_FederalGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dx8c7ge0yzs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pw2m0s2jlw78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l221724nfes99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykwrt08yvyv94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7zwnb6mnjd8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yqtzskzcegfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52wsdvxp1xzpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97ehrjck93jx7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jm1fsggn5jk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkgwl6cns5xm2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh5k59yfne665\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mcb48n6d36nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wwlzlz2cj0e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9106de0vj0qz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf750d6xjesw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vlf8t9rj98z8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgcet21bjt2h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3v7s8ybdx9l4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl8v8r3pxwp1c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_0.5OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nr4gsvyynlv8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_OtherHydrocarbons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAcuteIschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23l61x5zk7rgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6325h3rw6ltd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCA.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70b9z3j4x8587\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4f06d6s04632\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgttz16sjsf8c\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c8pfjln3zre6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxf5tskm2kwq5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gw82s66r4x69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg1bjfj1l5tpd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFSPPT_1_F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3clh9rpb3yzyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4gc57pkpg9bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6lr2q4pj5hk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbg5sp6kt26q9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h14wtzpk2zejf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28e9ygpgvvkt4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_2Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hlbkq8yq0dyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqgkj9j70rpm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLHCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fgbdvcp5zcjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92fzg5vt5m8b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxtn0jcs5zfcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/674ed82bvfdwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl9f75tm3hz72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9pbjwl10n2gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqjfj3m4r5mmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfzhg4hhtxvhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_PortugueseOrPortugueseCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EyeglassesAndEyeCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cjm09jw9q805\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97g7e8nhlzzy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3c02722dtbs6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.IYICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4z29w6vvhtng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8p2tj70w1rz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbts34resjw5d\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pmqpdsybzpn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjj79k5z7qtr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkmqbwjkw6tcb\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2ks9bc10ggz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q4dqb786n9xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk9yy0kd174d2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_FuelCombustionInBuildings\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSTransportationWarehousingUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Diphenoxylate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dthp0vnb0ys7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmmtwzxp39w68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy7t9vp9w7d4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz1961t4mql0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ter31tl82rlec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EV1CN.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d87v4tjm9rkyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27jdbnj1yetb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxm4se892ge55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4x2t35lq05fg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp1fc3t0m8mq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrh0zhdy4704g\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb8kcxphwd2bh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPV_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xbt3ks0sp2h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t2p4enkzjb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/745jne5nsr4fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v1bpm9kz7h8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs365p9yvv2b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttzhxr7lb7dh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MeningococcalInfection_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pzbxlhshrdq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kwcvm428wpq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x9qvpf172hd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg17e1e7ec5fc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h2r2rey6c1w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed9gtbq32k9d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg3m1j48r5ct5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dk063m2h40hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fl76ff57er43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1s7eh6tywy33\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_96Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Nuclear_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_IndigenousCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29ld7dkz4ldt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xht2dep2ljlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwcg2gkbyss0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqql9wb5hzvg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55qsf0pyntpw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv7tn5wm6b3j3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_StolenPropertyOffenses_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lz1n6ekzrrk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxf9c8bzklxg5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSL1B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vx35cq106qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehiclePartsAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4n398pgww7db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TransportationCommoditiesLessMotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7wxn70ct1vzc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ee7yhd39senb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarketValue_Farm_MachineryAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9p6pkre9zxq8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_Male_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz64yrwq1tpkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pyft5dmv3l8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5v6mes1z7dc8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrqb29fqk5rd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwvc8n630vhp2\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_LeastEffectiveContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA24_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ydnq6s7qsj52\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_UNTA_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7phe1neyvpp35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l736kd2v000bd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpr07nxnjxbt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6hqd1rr1zrq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwkfx0tchbyg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ProcessedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7ft916g93ys2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1y7qjbrs2144\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkx1q4lf0er32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8ld7er8d1zc2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfLarynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbr5qdysgwrf9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SPCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llmgww22459c3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5734drysxtgcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lwm89wtr5t07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/107jnwnsh17xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9llf4enpk456g\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4lvhh3skn2p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm6gmj94fx2b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq32zb9t3bvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_BengaliSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vrb4he7yt2e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmqgrj5c89hs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1t7bjwsy1dpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3rdy90mrf1s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xby5cfdmm933c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CV\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg2q3gkx4yh84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9klby5tdlv9z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kslcpcxf4mmf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s366ethw23vj4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G2_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g2lf5mm5vcw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9100_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5msyhv70xhym8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyyqrkezrvjtb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e65wc5mjb150b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whlheyq9gfvxb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMP_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_NO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjeb083qbg5q3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx85c3xzwg981\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j2nltxrcn6wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9n7ev6z81beb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0j8sedb6sxhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Asian_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA06_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3tb44e78dqf2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCC_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqzpqrnpyjbfd\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0bf5chk92ys8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990OrEarlier_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26t2f87h9e1k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzsb2mt5v5352\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvm3xwdw7hqt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjd3s9zlm0eth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf150000To199999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kgjp9y7elex9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj33zbphxek11\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kyjetjymt9d8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherMiscellaneousFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59qsrs0lmcfk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqg7jxh6xsrsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt999yl8gg496\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhv49whe4dr79\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SORCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_White\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kbydveefkhgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmx56ysedyzq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/205yek34rfvs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjdh3w6hjyly7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y07e5ngev1ef3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m63zbyewydvpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phclwq1nwd1e5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bty1dt02edkk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlecghh81xtl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04bkwnhp4tqs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6enw166l2nhsh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h25mtpgf32v55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cg3nn0qlyq8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b8erbbm3gpyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_PneumoconiosesAndChemicalEffects_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherGoodsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jedzjy17e0vyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CPUCI.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w546cd5rx3ez5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3548lfvk7h2hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sw7mfhr5c0c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rymtef40e0h5b\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dlxde8fjb2f9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdn6v3hz8knb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensAndBoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qhzrgj0qh4k3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bxvbj6f39vp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wz6x3g0serc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1jegjyzs2dd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9h8my8f8gnz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njrpzssz70qe9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPM0U_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FullTimeYearRoundWorker_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86m0j6db75rw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zt1k2nc9xnd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pyb8p5hqrv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0lzsk9dj2my8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_LiquifiedPetroleumGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3khpt98828bmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv6ey3l34vln3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_Black_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodShelterEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l1rnsz23qk06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn06x9qlhg222\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/651m4crglevm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdz9g357p5k63\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/969kr13hz4cth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drxhp38rp31q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k43pyv8w4fll5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbkggfmsj03rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mklcbr5x20w4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT5B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_ForeignBorn_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd2lxvm4bwj8b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.65-2-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg2c4kmywlpf3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzkt9r0tgbkv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md9p0y5nmef4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfbpble12cgwd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q95qgjp3zyw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm0gxzkk4kyp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pphw421yhcqmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9b5c27ynwyt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnjx3sj9m8s98\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bh5w71snx65b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q0cg0zqq1n0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et0rfx1y4l2q8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n8eb60wyh3c3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8OI_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v85mhrjp0e58g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_HispanicOrLatino_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bk5ww629g08f\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn5cce8w07e0h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RZ_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q04k5xymn7ebc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq0b5ssd3yn82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sr383lez99c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbvqvm9yhqln1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq26zg6wwrdsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xt7x3d915l92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t820cdkk3yb0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8869ql8c0prk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ettrrrz0shdx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicinalDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gek490cskmvd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_65OrMoreYears_Male_ReceivedCorePreventiveServices\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_65OrMoreYears_WithAllTeethLoss\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtbpt1tr67tjd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AIDS_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fne19p6crwmh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p04g9fw7jm7dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzq1q24r1f0h6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Female_MarriedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f44sk39grwdw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qmq6d5qsn1jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kht77bzsmc14g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwp1l62d0qc97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/847j064jhqvx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbq3y4y06cvx6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_5559\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/7wkyc1ck2wc4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90h14el8vefhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l20qw4x369mt9\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_SorghumForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk41vw8myyqw1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1ssj45qzs0g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sh5ndd4bbevf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3e4h6pzyhf14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdj2tl1pq5w8b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kpcxqkfl9g77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n86mp9f3p55k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qbf1cfqsb3x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz95yrj0g09md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsjr6zwf5hdq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l64b679pgm479\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4r93wkh5qwp7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_5559\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k8h4w6kyhbmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianOrPacificIslander_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e57q03pcdxpld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpfmel1q5bxwh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_15UP_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifeScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gbwgd1zqplvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hks35kmyl29rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz38k17k05v0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5x6lv8qnx0pb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10xk3sf4w0qk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sp8lnp5qq39g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve01c1xsp2597\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInNursingFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8t3e5ydqb7e3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_PovertyStatusDetermined_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jh11re56jznb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nfjemp5yqh0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmjlzgxb9kqw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/585lec60j7sx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csm5xf31p3k54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/270khdn3bghf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq4v0mj25chv6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDUVCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h13xsz93e6vec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx5v855qpskb3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_IDP_TOCV\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HurricaneTyphoonEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kyn4jtvmd48b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vt7rlj82lcz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleRepair\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lz8x9bczg2eb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pswv1m9dws961\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0C_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nqe8n8jgbhx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl1xwrhsqjrr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyt1pmr75183\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt70lygrs3dn9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAETK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_12MonthsBeforePregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpdm914l3fn1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8yxtthn9m624\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_RetailSales_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fempxsk4y0xg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8rnnz90jt964\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbzemgtefhekb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c346b85fs5h2b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_CMPT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edh0pb30vxvzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50xgcn5l3s2w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xsc8p6x97114\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljvqz93echhxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxplewdjmnk2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrr24qqknb4mg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6b5e1h87j31d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6h3qwlrj2qpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt57d31n9832g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgt6m6kee546d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfAppendix_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e4z3pcg5cg55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPL_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4zwhcvlyb0l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q32z4xpbpze5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pepk9wvqnhqrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnck9yr581q4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4419-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0530To0559_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSManufacturing_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ComputersOrPeripheralsOrSmartHomeAssistantDevices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xbpyfq83jwl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz6rtdjrxh361\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt8s5595qxdv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5s8ybcxhdj48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPA_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbc7q5nxw6q1h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vcv9t0rn62s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0mtw6z31gerb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_CroplandFire\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_60Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0tt2rp1043w5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkj3tpvrr99cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwhsxk45lz955\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rgqngfv8slq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f61vvfk2j8nqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky1glzj1y5105\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbfv02het73wc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emft345edjxfb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2RelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drttreqvph6lh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v4he9ymxs0sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lg5c3406vrtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f30p8s2nc2tmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek35OrMoreHour\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_WorkedOutsideStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsvc4091m2y0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_ExpenditureActivity_EducationExpenditure_Government_AsFractionOf_Amount_EconomicActivity_GrossDomesticProduction_Nominal\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k23n36qch52b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3vj17tmk6s44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vxjrn5r382b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/792mhnhh3xz2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdwvbgddprmt4\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Count_Person_18OrMoreYears_FoodInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nly6ye236m1t9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TE_100000_56_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5eb3lbjerwr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st911qnwe8qjd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FuelCombustionForDomesticAviation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97d3sf85p8y8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk43313vcqnl3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5my0xzd11p5m6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInGroupQuarters_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzfhtzzmbh0zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knrfwx8955ke8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy3m6rvdhjwm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9btxq6jj23jw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1z1sjnxkvys7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9xy64lz7hfv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv7zm0jq6n3h7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceUnknownRace_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsc8gk87gcxfg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btvmjxge5mx3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8xzzkvhswnc8\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhee8f5gk32j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rykh807rbd342\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4rnjccv7tpj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS51_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5jec71ctlft1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHO0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2l5bjz99js57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrep31ptx83kg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h35re2kwq766\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mzxb67xwxkw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zt58r65dggmc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3e155pt5zsgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtrnrs0ennw0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1wqfl38rpewf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mghmmydy6h8m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr1pjs3cle614\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/C00-D48_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dngk47h4n4f28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f370eqhww2kw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwkbrpy7bj0kb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA22_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yts2mkl1crj01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5118wt7kxts2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf1hmk8fvbsx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx0y4e3xxe1t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1getef3vl4n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9splxpdf1b7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8gn0symr1g2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6qb0st0q6097\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_RUR_TOTL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06rfz85c4t214\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh7rgl6gwm3r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_NoHealthInsurance_1MonthBeforePregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dtfdfypk538d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4hp0gsmjbbw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3s4ysnv6k6wc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_TRAF_MA_P5\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38xqn0jvhjhz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPostDiarrheal_HemolyticUremicSyndrome_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kf2yfel88d09\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p51z6lwv35z3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sljs4th09m25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79pwmbsb5njj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh36k0074eh6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv4p3rdh8zr64\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_FRF_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5OrMoreYears_FrenchInclPatoisCajunSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vndtmhf24w03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cydwnectdtyth\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_DEN.OCCUPATION--ISCO08_221\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjsl1mh91lw2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwz4hfnrtztv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p604yqd9ekjx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybvcyx7l4j7vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n81wdy53psqq3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAMiscellaneousEmissionSource_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yhyjwdhr5396\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6gbtgkcyw0j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf52162fcgn99\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_NaturalGasLiquids_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz2s0f2y773j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvks3e8w28123\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqd9f7lbqlyw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2hrr7yzz9k8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th5fsy5m8grtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwbygr33cd8tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m79qf37wbh705\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsxhx13pzqzx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzgvbe69l2mh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5ylp6merpet2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhwn7pymkrk36\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pd6267k8v3j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/920lb9z9eef0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvwvp6559v3z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk28x2g5pg67f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqx8xn65g0rhh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd5trmh6hkyw3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1mznm4p5xztg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwnd9bvyhpvz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8c4bqrnqw4n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh7hnr0gxh95d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v36w0qxfd4hbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PepticUlcer_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/079ewbkwfmswg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0730To0759_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d8smgzmbh44g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh9j7365ckl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywhr05hmkg4r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml141hlrem8s2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2spd6mnwc7x18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1l0nt6qdv696\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yflx033pw3nr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfegdpw8b2sbh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2xxw5jxe55k1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hn7jrnr0078g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg5s7zfdr0g65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5g52e9z8fbc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dgqqlx5e2rj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpe4brxzbdnt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6288j45632xgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pndhs5exsmkh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AdmissionToSportingEvents\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015To2018_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zje4byt8z9qv\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y_GE25\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaOther_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAR_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_ShoeStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc4d6kssvtkpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctrrmt5fts4n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl7c6hvq7jv4c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLURX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OnlineClassUsageOrJobTrainningUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jrdgy7hhv448\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpxlh0jd6pql5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9q6wfxzmzx1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywk43p7983w13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74fymtz9mk0k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5mnvqjff6x7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvbk9dexnhsz2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.METRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PUBS_FE_TN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18kv0c3tpfvj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0mz5y2cc3q9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfzn9bsy7q4t6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_Female_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjdwxt18fqpfh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2mnszv34l1md\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j9n8l4dmmtg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMRU_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29zncvhd0y1s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnwy48eeyvtd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/832r6zz6ly948\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb61scyzm2kw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3y434v3trke8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfh2jj8cfxlsc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_10To14Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9xxt7fxcxzc1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_MunicipalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f6zyng1sv4x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egsf369778ysc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9ypvgmze8ms6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-4-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfgl4kesvp624\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb8jzbrq32g23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h450pw2x86258\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2gq8e9fwqc67\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPK_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jdrcqghk4d36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc9404g8bxzd6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20f2458blen62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwxv4fn2kzvg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wecejfjhez9jb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GRT_TECH_CD_WD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vjf16w4pmp05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l3eb4dkymt58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mkz56mhmmnj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj2j3pcn7zwmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh94wbrlv78ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_AllOtherLarceny_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grd6x91prxc1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyz8c6zcg0z8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv5q8bzh9y7p9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_LiquifiedPetroleumGas_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfScienceAndEngineeringMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5767ch0q2lmb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_5054_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/07wnml4j60qyh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56921qt541s2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0nj1kwr1ezx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55ewn8q09ev05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1kv3pwd5kgm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9me9rnghvts9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1s3qv83p7neh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crp8ew7t0hj43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n56xf6jdefv34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lxvhwkwpx9x8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCSC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--LT\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1980To1989Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_Asian_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12bjjkzvgvs7h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_75UP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XPUBP_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68jbmhh80dgt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpvbv8158pm6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sse6f6mpwjrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_5To17Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHantavirusPulmonarySyndrome_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lz0dsw7vf0b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6l1l3bv1wc16\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_3539_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41hpps0es9e76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9gm7hfrvvzs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q310kqmzjqg96\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_NGAS_RT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/nrrb9ezsr85n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/MS_MIL_XPRT_KD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86h03lkyv03tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvgk1b08yw44b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HypertensiveHeartDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsr9nek29mgn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthAfrica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgg55jmtjvzt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt10c65n4s628\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneB_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h5ekk66j9zvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksgwfwqf30en\":{\"byEntity\":{\"country/USA\":{}}},\"dc/meqwjrx0s7429\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_UnsureIfWantedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwnzelghftl55\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16To19Years_NotInLaborForce_BlackOrAfricanAmericanAlone_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyshc7tltjjbg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_GDP_FWTL_M3_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crfz9t3e7dprc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe0s1zqv9gcw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxv1w1jp2v2r5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2.5_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v8tq9hw6btg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_DiabetesMellitus_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trkdq0xrmxwzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe468dw8sg0hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kfm81jef30k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0v8se435zdw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry7cmbnxc2e83\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g2vdhk6bjdf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsbj3v01wj1sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97sy8s7q6459c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1qkt9c5n6wwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvyrx8ye32bb9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--LR\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6st5jfxckg37h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffs2cfe5jsft5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv10x87rnz7j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdhbn8nywy256\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceSomeOtherRaceAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0fglylw9crxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs5q59fyye562\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bet8n84cxvwv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjbvbswqgb8v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr79t8rgsh17b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzzxl334747j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs988n8evf9hb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_NMRT.AGE--M0\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mervtv1dv6c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em339lsd5myg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7v60r9bj35zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qglkz2e2r6468\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95dck0n01pe69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sj7msw3rffxyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhecfv83n1nt9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TobaccoProductsOtherThanCigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bjbbf0hhfy83\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls3svzs1bqm36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kx1yn896fck7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b09q5wkb9xxkd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_VietnameseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j78yx9ht2wd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z6wmxds50mz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f97k79vfg1611\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j073x0d8w3fc9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxlrfyprqkjn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt7rgxmp51fl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq2s0w4ldckgg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMM_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtl76kewwdf15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzdpet7exhmv9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76rl3q8mtx2f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb48b4zmx80hc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESOTU.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_2T6_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_2.00To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emv7rwzy9lyt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmyrlqs7k7br3\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mtt51x2ryvc5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4qqsb8ncvd4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnzwp6wngmdt1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljm461z3205w5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_FuelOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xsqgbqrnh355\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv5jyjktk9ckf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7vmxpqpn99wc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Establishment_NAICSConstruction_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p1setrc9d9c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzxq7dgd1kyy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv9lsynpe6822\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m809t4cy0dmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95ckshyxxfe07\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31lxqrpp37db2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthLatinAmerica_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6mm8558hflg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cfqj9tks9262\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntjn9fdvh7m49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0wbn9c2nzyq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2OwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBG_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdFurnishingsAndOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pkve0k1mdlw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2v6md6dyny3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnvtkrrtftq81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/512q8zf55vk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm52k031ghc11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm23grc1r0326\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2m2c32rv13m6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI1B.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_DYN_MRBF15.AGE--Y20T24__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_PRM_SCHL_5054_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/per_si_allsi_ben_q1_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v43xgd0kjqd69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbwt7wdq3bdg4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1hjlsvdlqfb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqfy1r8mbg8j7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d83csz8vewerc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nheeppfck1k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wng8bbll4zd9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hpe4zypd8t88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py5tzsnmwb553\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr6tmz4g0zwv8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionSmallpox_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t7e3jw3jqt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6crexnfr4emb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fej5wbqb7x37c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5y8ktt54rex4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m55czbmnl60z4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HEMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_NENR_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxvfyn1g49k23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk7qjgytldn34\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Loss_Fuel_NaturalGas_EnergyReInjected\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct0c0rzccxdy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g8n0wpzpkjb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3zzgqedqds18\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_CerebrovascularDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3znrl4ddvw0jf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSTotalAllIndustries_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgj107gpwxc74\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICS48-49_22_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9tqk243d7rc7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_DLXF_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d6jfnd71nm96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v30g337mvt9jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zndrnnbgsvf0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zk39fqnh7kv3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bhjrmfc7wtz5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krly4vny8ydeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg7zgdnfpdq23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbc29cm5g0z3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfcq0ncz7z0cg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_OilProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehiclePartsAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NER_23_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h0ny3581qkk8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gz6f2srve3ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpq7rj52cjbq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqzkbtr2fcx9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p78tyhtbpd0v4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nmc718dqgzfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx5zc0v6qefed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sel42948pz53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6f3x8zbh8861\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56b4xhm8xmech\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mx603qh0e616\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F500\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_OFFT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin26_t_d\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_ICD10/Q00-Q99_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q56h7lpkxsfmd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d70s9ddqtf39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gccet33kb6f9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Ethane_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c85xlwpwhplf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llcd4y66dxqj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj0hy9zlcymjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9w266fm0kyec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ntn07mgp4f51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2yjmlrrh0q51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4b6ztdxl1cmc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_SexualAssaultWithAnObject_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23dyj00m7wfy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y72wmp3vh6fl1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_StateUnemploymentInsuranceOrShortTimeCompensation_ContinuedClaim_MovingAverage1WeekWindow\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/deethgg1l2k7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftb5cvvggvt3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sph817plg65l7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2WHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t4xdm4kdbs24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl0v1ydksdyfg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderEuropeanInvestmentBank_AsAFractionOf_Amount_Debt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineUnleadedMidgrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r4s9pr39gmbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq1w5052974y4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEFFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwc2wrk9q09v\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj4dbcnrklej2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z89ntczt9sw03\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z4451y4509y5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y2re40gd1f9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_GHGT_AIP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xxrspkh2k4q\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWLP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentLessThanHighSchoolGraduate_Female_AsAFractionOf_Count_Person_15To50Years_EducationalAttainmentLessThanHighSchoolGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5hzrqs950ech\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r57p1yph9etdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0wlsey412894\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_IMP_GNFS_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_1559_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/borrow_any_2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/fm96qhdj11m2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k31jtz8e4ctl\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jdpph6h8bq42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtfmrzk2223e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9ef35tj6v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1ypq77kbdpt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpbq6gjryzwmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0vjkjesf3t58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14fl45j7yz3v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39g6fldsej566\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmbs51jhy9jz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2v8qprgwrmjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29ddqjtqp8ssf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmxzy0pbbyd54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v559ehrjy75n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/werhbkb4491t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb0yfhkql79lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kse1gw3h7zjkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxjcrtkg8ccdh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wdvpbgxdg0jg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ViralHepatitis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v9zvqs8nmmf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_LocalStreet\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR34_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1ICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_SCIDE.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfwx2h96t4bqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zg0sfcrr3ffhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsp3n7rwx3679\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82t6e2b9en5zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy28qexybq6f8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorOilCoolantAndFluids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f2cw1k597xhh\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cjck1jlnvfy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw8ywpe9s3twc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwb13djq4fvn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28kdt29yv5j93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm54qw4de7p95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe0v9lmvb5208\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1250_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93renfbqdh0z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdysxdkm303q5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/089vv25er9w91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithFoodStampsInThePast12Months_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7xfdvmdefbh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LeasedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fec81qc40bml8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0prgpnqcmy577\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0n7qyy1fbjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xnh31jlk5t69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49qthmkfl4vhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sznfs3pl6np41\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8dl3zyz6p7ff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrLessYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxmcj6xyk2we7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_IWRMD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phrrjq779gmh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qel7dt2flxnh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wbrzhxlrjt75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hnkkex9ndn21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmyxj7y978h7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcwrtqv4m5pkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8snqxyxl52lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmkxvgcp9qt9g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_CLEAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisA_AcuteCondition_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AlcoholicBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c86xx2t4708h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej1djw56zsybd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgmnb7jscfh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fm2c3whf31k1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-1-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnd4zhgevv3cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1cn9qc2vszmg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65zs32c8mcf1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jps5k1y3fhqs7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_BioDiesel_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Syphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesExceptFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_TOTLGE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhqj9wqxgq4s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz51t124blnyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV20_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqfswh2rnwzwc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_CHLD.AGE--Y0T14\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18xm3vhqpdzvf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.REEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clw9drrjp0f9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhymt1q4119n2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ENVTECH_RIMP\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l97pvtye92zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r30rjejjt04y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwt2k0tngeew4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s07jbd27yekb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk5qk0lt2vbvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Selenium_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/202wemblhc0hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhr7ndfskt22c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k4st42h9j4e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edmj98m0r1ts7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjry857ss3qhd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1etjcx5ehmzx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mljpcjgl32qg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_SRV_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_DYN_CONU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_LP_AG15T24\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_ViralHepatitis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithStroke\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndebyrjn0t379\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzrsvjl47tnp9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vlet0vj9qnzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekf4j54vs8fm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqbrwf38msch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_TradeTransportationUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scfpsfhkl3051\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mdjj56lzyh53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtlq2cyx28vkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etwbnld6r7p8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkffrrkxgyl2g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5103_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73bmqg7mcjc5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d10ce710zmbq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpjk0pf26ls8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly7dnqsy6ncw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlf4fev4d1sng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUR_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_BRTC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w3ryeyweenv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4qk0k99lhfn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pspgpgkhnbkh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MotorVehicleAccidents_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m22yrfyxh3dh7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltk6pq36kg6z1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d_3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxbmgr61z1dv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vppn4hz8nmgvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdg5v38z8cs4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntljx6pl5jrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv7ywgg163gm6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"ShipmentsOrReceipts_Establishment_NAICSMiningQuarryingOilGasExtraction_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcpg8c533syd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48yhtxq6c2t7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jmrsh0b8fcx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqse7886bk7l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz90wzt88rzxc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_09\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleFees\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jdc5tbhkwzrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vgnb0vcqb1bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc6vb22cdnqn2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Consumption_RenewableEnergy_AsFractionOf_Amount_Consumption_Energy\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3435wyrj6h58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy80rdd5b8j15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqqk06r1zx862\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwgrfltdtf563\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1dqg0cgdl3gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3tsvqqgs7cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8931bj55dyx6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jcdt7crp5mk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k3sdfd7j72j3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc45lqm4wzetb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kz1d24gmbhjb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsql3hy02p818\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Communication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgfglsxyh92ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlzb364pkzj32\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMUP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk61nrsd402b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2jvhzrwj6k9h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_Emphysema_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytw82zmwn9sj8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqp72rjs70gr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcb8gh9eytqbd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JKWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjypjhl6g0f11\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAL55_YPT_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_SRF_TOTL_K2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/beq161jel2pxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmrdhgprdxtx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53xry1yq59l87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServices_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6swbfsrjc9e6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lyle02n69jt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhxl7jszjvygf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSInformation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bgtv9wk9hqec\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_SLE_23_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wqw533dzjrwf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLL_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfBusinessMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm0237k7m8164\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4052fzjvn1256\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvd8ycl22mqp5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineUnleadedMidgrade\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--44-45%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctt4t7x8k9wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkks7lm52xw6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TelephoneHardwareCalculatorsAndOtherConsumerInformationItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fcvrrr3cx85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mrgwfmm9b2bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2bx4r8phdh3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycxbez6g281r7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_SUIC_FE_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/P00-P96_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_TertiaryEducation_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherSweets\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8qs3y3n3xlj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv1fv31dqezhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l4vc77ghznph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww68blt5jp1t1\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_AviationGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_NotAUSCitizen_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshSweetrollsCoffeecakesDoughnuts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vy5g131wmebf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg19ehktse0fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9weqmck983y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11z5t4znwqgkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxfvbe26s48ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbm7kyfhnyz78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5cpen6r1ryzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf7xg6rt6cs2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/132bbnwxkcejc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n1cjn56cdyg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvj7nnczxprpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhfrbxw5pp7lh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade5ToGrade8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_MaternalCheckup_Postpartum\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plgqc43wwfkb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisB_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GECAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w30bgv5wjkfk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy0nnbc80bhc2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocoleusLyngbyeiEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Emphysema_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h4g4emp6q5l4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb72hmhts7hq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqewn6ynqqv2f\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33wb39fg9jlw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz061mh5d3r7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs7nefhz1hy2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yldznvs8k0pg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m35ymqc59wgg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53zk68zmcwk8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9mjjplb1m3vb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin14a_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/4ht99ff9f32jf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FPPC_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x2q9n4w653cg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819PH0_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ljp55gwktz38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c8m8ljr2wyv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d19dcr85sf493\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcfl2cztgsy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m221hmzvl0q7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr877czvnm0yh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lzz0nvg6vh09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etr5jkbh28rqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9bpmsttbf8wh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_SandQuarry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2qzm4tw71wv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbccwwhffsffb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SP_REG_BRTH_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r1k4qsntnp6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/079derb1x9gq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtk7z7e2dk8j7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_NativeHawaiianOrOtherPacificIslanderAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz4932s9xepw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3ywz59sy5cyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkc2vnv05m9q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7t94y5zs7nm9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h8qhmvl8p005\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SportingGoods\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn1b2tmkw49yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyyw7602qs0j6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/885k22rgf06cf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l965g3gwy96b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_AIRP_FE_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/nbmqlycm52yyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p947xbx8ztmpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn4bf8yf54xp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc0k2lfhgnyvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4b555313eglf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk4pez8w7n2s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77elyx1tk8s5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfeq1k5xe0ywc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc9d9d27qmy36\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1360_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bscr8h6wrxts7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsklkkxlk572g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdtchrz4z21jg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_6569_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f13t6x8279pt5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rkzp5qxjxpm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fpmxc096kpc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p10m98ytjkkg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_HydroelectricPumpedStorage_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60kwhv8d2962f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mevlkpcs345j\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_LGL_LNDFEMOD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6eb7qlfsgxjd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g71czv33232h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdpsq4ptqh3pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OfficesOfDentists\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nqz7j0fq5cj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzj4l44sq485g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld2gdwp3hrecd\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaDumoffiiEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthNorthamerica_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkvmt7css361c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r18dzhwp21e26\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_08\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6drrd5hp6ly57\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l3pvf2nhylrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj7cvhr91sff5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_SummerSeason_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztr2t4csdgw9c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxqz07m9hlqj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04lce1j2dexkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83mwpxlwr48k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxjtr8r01jxp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctev7958mx74f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgcqnhftdr628\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_ThaiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p2elxn700gxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl5bevbtqnd74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d40kny7gvt57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge55To64Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_ThaiLaoOrOtherTaiKadaiLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2jbxslg0pfh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqml7djbl9pkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhl2nln92fy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkxm6m5zncy91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jj39vjgdmps1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_04\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfs02l8nqdfr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2l9mpr0s77j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw5z7x91mq0e4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60ynwfvjhb0g4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother16Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_SalineWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7crqxmcr9je2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfydkynl3k952\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jkx8srl3x681\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C13\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yqdcy8e3j8kg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJKM_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b552sc9mjd3q4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--KE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8szrvsn5jlnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyyrqpsdbb485\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kh1dp9qwqerg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6mlwwt2flyh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fexzzr8z5jl4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdl63jflv5k39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eye147nnmcz6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG01_FE_IN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_50To75Years_ReceivedColorectalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22qz7k6tf5ft7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1e6cy2zz51n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdhk7p5tkmb41\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly4cbhtxdxsl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrmxtlvvf1mk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfn457ywldctf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherTuberculosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ClubMembershipForShoppingClubsFraternalOrOtherOrganizationsOrParticipantSportsFees\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16y5hsw9eclp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxqyl6fmq6k13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6nqm9gkglwvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0empn05hck9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With1Person_With3AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lxkn0q6jdmm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r8he0rczkx26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherRecreationalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2cpjv3498vrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgnw7vv0te7b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qypxy0sxgxl9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_HogsAndPigs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusCoxsackievirusAEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5br285q68be6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4jtmrjp9qz8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbnbzdgkhq42f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th5cpl9mpfq6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p6ms6w8qdzn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzrenqw8f7hz5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v4j5gcn5td04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3gt420xl9lqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv4ym0xrwjwv2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Upto18Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvp8jltzmhrrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg4e523wbrmgc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthLatinAmerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm4dn6db4rg84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35q0cdc5lym4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xykjw3v6n4t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9316gmw8rz8z2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56dwcsq6ge76f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mlyknv4w80p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kycfxg1gfqx22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smk60nc4qrt3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionYellowFever\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.SEX--M__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CNCR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnnppph66m7hc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithHighBloodPressure_ReceivedTakingBloodPressureMedication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g6k9s1ncfdc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1s4fw11j7p48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q921r2lpsxp04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlef5e9ct2eb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtf7rm8tw6082\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn4nhrgpkcbtf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPOOXE_YIR_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn4r7dt534ey8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServices_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q457zztwp9r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46mxbwhn14tw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q360x0jfynrld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y9zgt8yq3s2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gelh7p9wqh6k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdj0ecmy1mv0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj064w7wr18r1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_ReceivedDentalVisit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87n8529tcrpb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfc16zebf80c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t24ldlhscz6q9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85g890xqvfnjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crq1djm6bp6f9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d6gs0kn1bpvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc681pywvbc86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb6ep8vxy81bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr7wlnzke52kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1z8t0wzdh4l2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6dmb1xdc8rsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1znfjre90g8b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWCE_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGIMK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m9mdeel39gf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k4k1g2zl7n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s42xlls9q2329\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ADVN_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/kmsexkb90n08\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41p699cgbzyk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj23hlgsp4863\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthMexico_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--TR\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StationaryFuelCombustion_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e885xn4hgy3qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mh0ptdf9ztznh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx7z0m0k2k901\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywf83cscr42yh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9130_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithPublicHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3t0m7j72pdv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh3dv2qwmt4r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ken0hpcs9ez7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b54kdjsy1fx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btt4s5wdw3rm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6528kb8w3nge\":{\"byEntity\":{\"country/USA\":{}}},\"dc/she4g5yxb4ps1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_SVNG_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz6f9m0k0x0h1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vbn4z7kg8p2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffw1bc6zecf59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78n2cmh0lwm8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4pvpnetv7r4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh81j11rvxx51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w30rsctch0rk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn3yfvxt7dh34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ldt3q1esqc3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b306w91vms6f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3t2nnmrmycy8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14gsrrdse5s08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxqr9j8tx2c3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Logging\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTTUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11hpgq235t9cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpcmsk64766mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0f03135jc0w9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_DustStormEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xq1tle2zpd6g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MusicInstrumentsAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33z7z8ecfgxbf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm2h7f5qhg4mg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_REV_XGRT_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0mv6s190epm26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/307qd2fsddfy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnj12v11cyev6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qzlb52vl8beh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wptfjqmtpnxf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_FuelCombustionForRailways\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk469dft3qtjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyn0bgm58dv6c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_H2O_SAFE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3v8bqv2bjzjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtjdnw8jwjrg6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NV_IND_MANF.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hf465q6p48l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvv7xmqmvnr4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_WhiteAloneNotHispanicOrLatino_AsAFractionOf_Count_Person_15To50Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y97xwrerhz23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8bvwcj11k9x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vktw3dk2hrg01\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_E_2_GPV_G4_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54gdpn5k7fjy2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mjd6r6gmsek4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0pj59mftgbxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8s2vy9jnbf9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20h3j2njdtc8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjfwdsb5e8zd6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FPD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2751gex6zvgn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ff4gzg8stdn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4exp28eszf777\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njdpqd3vdxwmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/segvbdmc1z5e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slrzvqk0941j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy9kq828nchh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77bcqbfqdc7c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezk4ebdymdzgc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/282xmkrqq2wgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To66Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/976vlfbd9psw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1b7czzs144r4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5k4j9mggvn9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw1r70yvlbv0f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pbrx5nw1klg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekrg82bjht898\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv891x6mqcbw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkklngcz4my33\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6gd05wn9pl27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg8g9rxpz3wcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlgrybrmblkz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hr7bzdvq3z88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cse0jp2pqd8x4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e43xbp9lhjjr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt0blytw72t7g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_MEAN_1T6_AG25T99_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_Smoking_Last3MonthsOfPregnancy_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xdqw5jb8k0kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgygt825pjn8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParalyticPoliomyelitis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fthxbq0gz86y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grrd7wpqr70p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qfz2fhmfch9g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhszn6fsy885\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_IncorporatedBusinessOwner_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbdl49mf96t5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s02vmg4pv65x2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yejh2yvxe8xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0hzwm0ywehxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4vz3nmf8e2xg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_FrenchInclCajunSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65bdwrwzp1cf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e0zj0lts47j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx3qng0h8xxqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p938rt97kpsg2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherOilProducts_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eqwt8mmt1xx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fe5qey7qv261\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80611fwr23sp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8hywsmwkejth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j17gc4xl80h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klj523hre9b74\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18n1v5m4lqfl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dc7r3krb2vx\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-2-TBPD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_1To4Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e7egr2866eh6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKJRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLRI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRUSB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw4538qmz1gx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pk5glpp30x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n0nyhz87wstb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9gfmpdyqw7pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypwyhpk0yf7t4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_WarehousingAndStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_XPD_SECO_PC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_BabyMostOftenLaidOnBackToSleep\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q6phvstxelw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbde04n3ql8w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_450To499USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fc0w090v3v89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r4xn2wr8cpkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q8bq1zh51vv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9rjhbvkp17b1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1q4j5ng43l55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bhm8ky74tlff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp1cd60kcvxmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbzpl51q7d5n1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bfw86eb65681\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bex6pwl2cq1q\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_CHLD.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_22Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0qe9y11hmex6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrvb198qnp7j5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS81_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4hmjzrpt2wh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4sgne86dnkq2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yel53pr3c2j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zk2vb3jpqj95\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q91529g15wp42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1wjwnvtq0971\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxl5tt32z4yv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tegtfm6v0xbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tyk0r93rpdbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcbvr13prbkm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2vxh5zpmlbhh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLOCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/152bbegtzf1nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsxkfw8qdb34d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw5ybx88r89q4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ljpn6hj8qesg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngmnpzzvr6y75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkkeb3pkk87p3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_ConstructionIndustry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lgllmls2c8bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xdg1wrwe88m\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_AMRT_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrite_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd83f032n199c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithPublicHealthInsuranceOnly\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_Beverage\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_OtherRawMaterial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lgq2dz00by0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck6f46ke1y2xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v77dywpjvnvlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfhwm4679b84h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Morpholine_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzcf72yej71s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv73ehkwnbyg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls29tnemw07f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tph1ngzxxdf24\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nshbn71f6ds5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by31ys6m30651\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterOther_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtps40rtzlv3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8mec44dpc192\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqz8bq330j3y9\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceAcrossModels_PrecipitationRate_RCP85\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtdsbrjm9xtb2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt8eb9pewemh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eclm099sz6ch9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2eedwg893kx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_6064_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gfh9910p2td3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERA_3_GPI\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/530xshvhp6he9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b330r6ds255kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ley487gsybsl1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAICK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw83hf6mep6f9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_Kerosene_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7se6n1byczqs5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0S3_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhee9tglbn58d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCManagementBusinessScienceArtsOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d21l5rphws9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scsp69634ycff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bekb9sy3s63bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhhlvljn20qr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjpelpp6vksy9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3znptbbbq3v95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe7k8jmqzcw9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mkyq3lcwy2ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w966mz0sc01c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Civilian_Employed_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5h8celspnr2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyb3ndgv0dhvg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_REV_GOTR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_STA_WASH_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p070xym5ztgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtxgmkw2ctbw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4fhylbz04he\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fld30wm9v73v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqttk2r23m4m6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9exgp43vj88d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbphefz6ft7cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpzd6qrgbvpeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxzlmxxfwxpzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21fsq2q2rrb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjewtg288432g\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_ClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1hssb877l972\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmq350602t2qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzf8bqpw7nbg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xeshx1256rdgh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8vz82bscqfp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn0mfxd2tklh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx9q4kffmk2z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m08epzy1v45q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf5fymlhbd1n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnrpq5qlxlj37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhy3qj3m7ngs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxzj758wypyzd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUN_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg5thltvvgc9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmnnr6vzyh9h5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPK_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_USResident_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nqlsrmgz8c88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8wz58xgjqdbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tegzgsej9v0gd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Urban_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lkhddxxxxv25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k484yr1hh0h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx7f23gnfrlb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1mqr361835\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate2006_Max_Temperature_RCP45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_NotSpecified_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l66m5glbz53b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_ENRL_VO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b137mhhyq225c\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_WheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g820wwwdkky3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e180kw1e7jk47\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNGRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/744grk0mkflf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqq0qwms6754b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxprknx7sls4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdb8s7q6b5bf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkm33mwzm2187\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r0w7st6wdvph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xxqjv5s2q665\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezh49j190jk5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy897zqtc398g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-3-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg9j3yfm6gvt1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ke70hlthbkbc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEKP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yjebt2jq3rn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jtrq1z8nzrgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpcx3y2bkbn7b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysp6ygx1r8hx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_25000To49999InflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljfqqn7hgvgg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_VegetablesHarvestedForSale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/514eqhyk86jm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f9kk3mv23ps5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkgp01wd4y9p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq0knrlsvlxf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fcg697js5ve4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEEGB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_JewelryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qym1jxmr3xs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td37krzdefh6f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0yzpvwq1bwf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FederalGovernmentOwnedEstablishment\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6s36lg4j73w\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19gyk47f2tp7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmtvs5cyplh77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv8x1pyh2q5n2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqh7nn3690z04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr592n4xmhpc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpgcslfjy4r98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Soap_Detergent_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0whm30pte11b4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDECB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02kpseflnpxq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d7rhpsnt4svc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqzyh7s9fh5w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss2x8qp4r70m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swlpjzgcl87d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq189hsn4g513\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8cgysf8hhsfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjqlfdb6h2nsd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egv1vvk1hv0kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htqtcdhgerfx4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFoodAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bxhp97nswt6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnkrk052d99ed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_BioGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalSyphilis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt9n1gtm88g54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz1z7ss2ngqbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2f01dqkhh177\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jwt338rzyt02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/291ggreksqzgh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30To34Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsrq9rfybxq5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpgbkf0vk2gxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmyrvwyw2k5nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjx6qpgh5sr31\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--PH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/A00-B99_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HypertensiveHeartAndRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93dk1d7y8fyk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q74zzp81p13h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15y71jfh4702g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l8pjwhtm9jk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcfj448qpj113\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_MLT_MAIN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/fflxqzl7fmpvf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/217lj213l4kbc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1599rsje5j66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Bromine_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d9zsszvjyly2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/565ex5vr2vz5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5qqr4myebyjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x53lw4d1d31t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wevd0retyd12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_35To39Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ew52fjzmftc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s634x391gvmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bhdzhn7eyxp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwjmktf5zn6r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhebhpg19jwf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sz80wwve91v9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdy676kwtk9bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrvkc88s3m45b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt7jrx13ydc29\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FurnitureStores\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_Construction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/863z1vle2hxb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkkztrm3wsjmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx6n9pd0232rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr6zkyyrfhqzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1c1fst5lyq66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lw7wgsj3t4e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps8plj6rqxzld\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7pccx908clkc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wsk6r8ppn113\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skcxy4z9wj81f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusMeningitis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s25gt9rshwh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8f3j781z8s23\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n3vezrnsz0k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g294z09npdlcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4ll307fqb1cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0jqcxks4r7t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7kg5l29v1ptf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrwghdldc0w17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlpzbc9krfg09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpj3e7zxnvnt2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_WithRent_550To599USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne0eevbw2swt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxvd3bhx6wdzh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dre8fz523y5x5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodShelterEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_BiologicalTreatmentOfSolidWasteAndBiogenic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18_Male_FamilyHousehold_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy39dqz91yvzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfqdz31yv58vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlws1vbyrk42b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgf4tmwy0vwe1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y8kp7vvjdn7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2d0mc2k656p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmx8q7n97816d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxdyc20r8vl51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68zx7hmr40s7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_19OrLessYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ApparelExceptFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AlcoholicBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvcfbb8cqxzmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt2cn6htvd34f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--SV\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dffr34b1qb2p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hntx4fdzef472\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OnlineClassUsageOrJobTrainningUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS11_21_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jnsrnfceh0b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk426zyk9f8x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhslbb9qyzxwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72h2p96pwytm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm1kmv0wmkjw8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_INTM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e4ghjefe8lfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3l1qzvkw9v5d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cb0rwvpzxj59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3p45n0fgqclg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_EXP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13n2kwk0t8fc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1we616gqt78f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_CONM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwrerffz4x97d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy29h7k1r3p0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq56q5369d67b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R10_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk1xvm83yhyxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6wr71lcxdypg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fftz168y3sz5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_SCHL_3034_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy9nkgc1ej9h6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IP_PAT_NRES\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Frankfurters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqywvv30s2b24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_RenalFailure_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithIndependentLivingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kq7j8ehq56g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y0d7f30xm0l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v8heyhkz2fmd\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7erdprjpmq3d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtfqkseqydzw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsp8q0jfkr72c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwnhmr4dv3ff9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ClubMembershipForShoppingClubsFraternalOrOtherOrganizationsOrParticipantSportsFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr7nxf6l6jny3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue500000To749999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmxd3xbfym9wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lflgylhhwdy56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6myscwjs22626\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Pentobarbital\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53y53nybfr39g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpzgz0302n4lb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/wzvy0rxmx4qp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn8e37dddkk34\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz40lcr0676gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xck8lgz082pe5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzvp45p8k5ycb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_TOTL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjxpw23fp6j08\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_HWRKDIS.SEX--M__OCCUPATION--ISCO08_2221_3221\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/496pkj4jnwdxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym8pwkds43feg\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgrnhnw11g5sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6y6jd1l9dzpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqyzlnpflt79h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbjekzt97k3y1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_SCG_MMGL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48ghx6rrrygg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq66zq76gez2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqvv14gg0z76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm24sdt2bwx76\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_FUNS.AGE--Y16T65__SEX--M__TYPE_OF_SKILL--SKILL_NMRCY\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4y6pftb4gyh8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_FWTL_K3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvgq8ezsjfg27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkbq1ds1g3kw3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_PENSN.AGE--Y_GE65__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_25UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Jewelry\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_MANF_19ICLS.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_6064\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yl52pp63vvy8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01lw80l4t5qn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4smr6r7qgdf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1yq53lw9yx6h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherCondiments\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpgvpj5ef91bf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3djf0dj2bwtcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g36t8mfm08npg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bywhe01d1bwvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ProfessionalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgjgrr4x8sp5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ps9yd21x07w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx93f3wpy7m84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8kppv753np57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_CerebrovascularDiseases_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vq38vhyxe6b5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t56jlwfzg8s36\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rp7drtrjcd0v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y905wyc0qk211\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w301rcynzqq74\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgvpsnlhhyq99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fph0fxbvznp96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssrjt0mz99pv3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PCS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MiscellaneousHouseholdProducts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MovingStorageFreightExpense\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nhkyrkvqybtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg19hlxf8rvmb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfzxl6tdyb4ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by3s7w1jdpbpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm7jjjs7r3w52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsr5j9jms0f72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_LowerSecondaryEducation_Female_AsAFractionOf_Count_Person_25To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nkp00yw2zzq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ebn448v58ld7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m94z6079xxd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/219txjw4nrsd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d6cxgwsen1bc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_dea/9336\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x5jktvzpl0jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkb0gc6781775\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/GFDD_AI_18\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/25cvgnqf0kfxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gfhv7qkzpp07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgrmp71g2tmx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yke09xk439bkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AvianSchistosomes_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_NotLivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn2jvzlx9fkn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv0grv4ggfd71\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1vs7feel1pe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvrzyq4gdbnv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msqg6q1s37kpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbe3zqpgnk924\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5d403estq49h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dt1w7dxptjmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dsh2c30wcptc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hvgtq6dphbsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j3qn609jet54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dscx99mg549fd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52p8k9p6q508b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9my65j7cctzk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr5m8jdprkvqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n280vhg4zkhv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrs68ex69c1f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010OrLater_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmx3d6htqtfdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ertdz1l43y9z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp1z16ee7wkp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyb1bw3w6kvbc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crf7bf53jtjl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8wqll9n578f1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_AvailableVehicles0_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_UB_MA\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74pnjm0mtmr1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wf35ep9cbdt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tchkt6ymte80h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcj4vz5zvg3f8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGHRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv1hfldnpp4bf\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PrimaryProducer_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_WorkedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgk6eptqf0sg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgmeq39xffh34\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_WUEYST.ACTIVITY--ISIC4_BTFXE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SI_COV_SOCINS.INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_33Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwpcp396cet66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s927htlq4z9c4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV17_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfgtmcpx7wk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1bvmb1vgqdcd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfLarynx_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h6knyhsemcp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl16gjrpyb7x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmspqtw32e039\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtw883khpm2m\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtg3r4n2qnvm6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf715mglt95yh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_MarriedInThePast12Months_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Utilities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cgjfzqnslppg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh8789np3hq29\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bfdq51qq8qf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pdzrx52ss0m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64q09y8hkeckc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjzbp8qb87yr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45ppqs1qp0hw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq8bm914nq2x1\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_DurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_InLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j6l12ldm1d81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx3c4yvk5x2k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evcq8dgpq919d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcbmre7e6z276\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxxm6cryxjwnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkbwrq0mvtm5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_AvailableVehicles2_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Count_ElectricityConsumer_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rp9gsnyky5g34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxywre61yxy22\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ke1t869yg9p\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_MaternalCheckup_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kypptg9j8hye7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp1t8fn9vls0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t30wzz6x2ynl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzvh56gxmklrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgygrt215k9e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y241z0l4kb9g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_TOTL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65wt7m27b3lgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67zd9b0hly8cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5qgcr183vdbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43yfzsjn5kwy4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ys9r5cjpr828\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4knt9107zq7y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fel8wr4jy8xq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68zc6qjdtxllf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf27bmkn8p6v9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GECAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_ExcessiveHeatEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etxxejhkdjn41\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wtd6b6ddetd8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCORX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqbxh48gvbx4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40kgyv1c5nql9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crql4rnqz5ctb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dymgt55w4tqm6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_PHYV\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPC0_SAX_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To25Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NonFacultyResearcherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zynlrr0msd472\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt27rrjy8d489\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxzdmw2bg35n4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82lp68flnw5vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkmdz1rhlt7q8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jk7htteger02\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcryhz9wzj46d\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnc3ny23t3gt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Walked_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60ele3eftvy8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss4lx25lg37l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHantavirusPulmonarySyndrome_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd3q44294ds96\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pveq96pcev6t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtqz8x71pwd51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rq13wx6k534h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20zhcf732j6xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lq59mrmnqre8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/2b5vbcxgdj3s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/916hwmyyn00s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdc5dfqtvdt2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4r8f2rw0h4kf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_VocationalRehabilitationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n63fv9nl181\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.R_EPL0_R5607A_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf3dm7l62c705\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_30Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LegalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dvwnghs32ks7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55gxrlcrd6621\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gyp0k3g8wn32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mleqgjfbder0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkgbvp590dqbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vp3rv0tqfk8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwqp6l5wghk65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fk2wdt6nbb8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb07rwj7fr2gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xc2gytsf9ms4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/332pk6p9w8mh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntkz6hpx6vcyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z1t82mm79066\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/5s87e4m3jpg0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjf0pe2lk6jwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdgfpkhrh137b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/678hcq2nkvyzf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24vjlmc0y78zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw5631q4rhp99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51pddz65mm7bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldcjveg9gzyzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8flpyete7791\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8w3c5gxt46db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_InLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f311r6jyg0grh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wywgz8bgk0wfd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--61%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mftt0eb01ehc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnw9zz8x7hs32\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_BituminousCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kyeqglmnsvq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygt5cgfy0sg41\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NoHealthInsurance_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzd8kkwhv8r75\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfdftm716x588\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh6dgbfbhr7rd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edj2we5gh0ny4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr62zgm5ts45g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESMS.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecordedMusicAndMusicSubscriptions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtewhk7rlet2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhcv28ll2dk21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neexd713em2t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prs0kbh8nvnf2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPGRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GETXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonRoadEnginesAndVehicles_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pdm9z2r2lec9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_R_1_G2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cgn78186nrch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kf4mx6y8rvdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jq7qrlj2vm98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptzmft4t3qyl9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIYRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT7B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1fs245v36668\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_USCitizenByNaturalization_OnlyEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8wfgmfx4rwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5z5g59hesnyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5s3ewybxz0g8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geg9mpwn8ygcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh8rl3j1edx95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swspkenew6gz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m60ejxwzxp0s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc347g9gvgdvd\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp1qg0v0vec21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rn92sr2rc1q5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_SandQuarry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mblntqhed8v4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzbd618p9bfk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7htm4vsmpbt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk60kf741qdf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesByOtherMedicalProfessionals\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf55e4n30y4r\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WaterAndSewerAndTrashCollectionServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g1937ksq8bk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2elv04187yl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf07pen2mqpg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgc2dwvyvqd7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/300983nvvv9pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqgst1yks65s9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceWhiteAloneNotHispanicOrLatino_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/207e58lee09qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5ph9mesbhmf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcs933ncwytph\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF422\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_RainOrMist\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt5z75wsy6cr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw0qs9yef50d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnyzf9czrtkyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nncg7w0qqkxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yewlnw2y7vc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73c2drk4t26eh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9133_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6619hfz8h554\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Durables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7bneqxgpljb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7xhmvehm80ph\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_2Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WineAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njs30pk7wng4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_WithHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4x469gqsnvv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnmh7xgwghej\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_InterestRate_TreasurySecurity_10OrMoreYear_GovernmentSecurityLongTerm\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SpicesSeasoningsCondimentsSauces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gm872mv3bgd7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother18Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection_White\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6kwzpgffg8k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityUnknownEthnicity_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Cannabicyclol\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d2q5g25hrlw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mss24tlqzwwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bvc6pfchev14\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/819srx99xd659\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8clc6tt1ghq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment9ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g61lscsrwhx6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x28dej1ksd6pc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DishesAndFlatware\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26k7dhvpc8cd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr2q336pllwjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MANF_ZS_UN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6dqh0rej8n5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk46cp3ejs329\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v56661jwpre7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hj62wp2xx4t5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ApparelServicesOtherThanLaundryAndDryCleaning\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjfjdym8kv4d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hql3q5zx47dk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrdgcxkxdx4hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5z27jqf4rs1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh78g0zwt9zf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze91q8nbw3kt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--23%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinOther_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfzqd5fw2rz4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhxml40r1k9pb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krt5vs3bzbmh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx9ecz5yds5tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhrm6dwglgksd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vcb6tfjxt8n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2cdd6wwfeq61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t8mk7vjxfvj6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_CementProduction\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmbj2pjm7nq8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3k26q0xkfnpb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ApparelLessFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h4ct05jw2jm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjlszd8b8r33h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Appliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7gn2tkp6wpx8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ls1df85nh4w6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCComputerMathematicalOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjh94n3whkr6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdjh1xr045e7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjzzv3j2123jb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/581bghh8mt7v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqjwy88gmvpk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh75e6mz1p4hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qsndt32tsyg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmk3g2xx6y0k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnb6n2jcmg2p3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7852h90qbr15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3en94mqfybt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hekl3c29wc0md\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d9ex9syel232\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43zhev15vl4t8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_6064_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16To19Years_InLaborForce_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt6t7k48thst5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv7fm7edfp23d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbl3nmed1x8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr6qfttbjc9rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensPantsAndShorts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crps672gxw8z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgqprhpnglxrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg540nq727ny7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgjzjxbzfy71\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xbfwy4zjtp75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zybsybvkps4w2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r8tgqzebr2sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x668bkxzr5s9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s2dkbb7gz038\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33gqfxnx37r47\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j7g8gqn71zm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq5zqb8qyypmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le7fepdnhztd8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfem09d4nr40f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxt44t5lf0ln\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdy8pjbc3ddyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ElementaryAndHighSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/298btzlnw2lec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhn4yz79mvrx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92hc5kmgckxjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrlel2805rrt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nvfc7224ep7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hphcpmht8d5t5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hl0c6sp9xrld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljrctvmgttg66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxvhhqzwkefnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs5mjp2xz3qs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y37kr236cbm88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qj7jx93n7nw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je086dh67fph5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxvrkmfkd59j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosisIncludingRockyMountainSpottedFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_BingeDrinking\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lvdc37b09c5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvxljlt3ytsn7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0700To0729_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85kzb5ge6jwj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97zbj8yvmenhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyjymjxsyg514\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/489lzn03qbk4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010To2019DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServices_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydgm9qmbz8px1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0j4f0fw7yjx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_15To19Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ksjfyvxm2fk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxkte4l64lpvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84tkbmlvsfjx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75ntsq5zgncb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d88vpjg7ze55h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk5hdxd6ee5x4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_2529\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp8cqnk8nn787\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2knt62t4s0dr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br4gs5hmqc839\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_OB18_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithArthritis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn3yes0l6emw8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FGP_5_B\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDABB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j08fwjrjt8ghd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vmc2cqwfvrpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emlh023jqedj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyjf49qm7c2zd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e1veb4rhwxf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcftwxehvvv55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4yfl8nrj7tb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2sdkp4r1s1vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj70wtt8mvk88\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CA\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_23_GPV_G1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9mqen0xzh0q3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSConstruction_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherIndicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpz6j4fgpved8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjbs42qx6lsvh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityHispanicOrLatino_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1scj3np556p65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85e58gz3c83w1\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NoDisability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es39zpq7k7yfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt9h6pt54w0x4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9njfd8xze87x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmxshsqp9t92c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d7b1mdd8jyqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf8mchhp6cv2f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tewcgmy34pq37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyr009wv5rm98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4vr1te1g836c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_ARMS\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y9xvk0lpxk58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BreadOtherThanWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41jfrx8xzzh3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4bkhbsw5hc71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skmr6kvef7wnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dw70kzlgprj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lllrc8l61zd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn1g94fty268b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvwlwyxpgcfe5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25vw50g3rez7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nfdpb85dpjc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwy4tmb8bv2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxv8s8yq4e279\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9103_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCServiceOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c9cwe4tt6gj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyk5qf380t4g7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhkyyt0pk52zf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_MLT_MAIN_P2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx9m9l07pbz5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf10000To14999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75lb4plyzm8s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1fxvgq778kqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnnyy7sc9xn25\":{\"byEntity\":{\"country/USA\":{}}},\"eia/COAL.PROD_DIST_STOCKS.TOT.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvyzrfjtlz1kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myw3ztdjbvzw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Urban_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0keqzpmjywv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9kz9jhlefdc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqh1g48whxc88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w96lh6fefpng4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjfeqjgr59bvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMNRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e46k8e0c0vzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kczdct9n59l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpe9676tzv3d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhhmh8rtx2kx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbee6srfr2tb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_2015To2016Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v5d6rp50tsdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w5zd3s1601m4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IE_PPI_TELE_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_ROFST_3_CP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18dgl2ywzxx6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79q8hbmk2ecb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n56w58ex25pm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_WildfireEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/959ymwqcym46f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d93lr6kbnb7pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0C_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51rfcx7qs4d11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq8h2pz9xvyxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32dn93060k402\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_18To64Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA06_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7g4slx4p4wz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/867ehyppl4rf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr403p31qd827\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85fg84y2yqb7g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2n9sd2kx534\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_CombustibleFuel_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_LocalStreetFrontageRoad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0583j08zetr8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yee9zkfstyr31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTS0_XRS_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdFurnishingsAndOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hn8smqndxty3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stcyw2l8m687b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_FUK_M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_PR\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eymrh2p6xcjvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yyzf1ebmt4zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k492cglqjry69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys0q4rd8bgm6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xv3edgcebzd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nzxrp8wkqe12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthMexico_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/573csztqzkbsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp1gqn0hc1er3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzglldjpslhm1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18wbcmtk3q268\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjzg2mjc0rjs3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j2z16wgs2e41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzwpv8jc90qq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s02mzs7typs13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3389wrf44hv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjj6e34mwh3vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0y15sjy3htw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylz02q4bljbs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98j8qv518zs91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j9csc0bkjxz6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj80bkz13x5hg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjbkekd4xtjh1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSManufacturing_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex8g5jr0hgsmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/welcgw1b0y3h9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl3m83jp7zvp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbybxqqjcy9v2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54g3dpn5el7r4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18v3smftcxvcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79xrhgvw75fe7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz3ey6nhf879d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gslgbtr8xkeb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb998q7g7c6sc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_BlastFurnaceGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ny76yrc2fdh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvey419zthefh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xksd2f68bzwfc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tq0mhdrgljc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpbcr4d2rks4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5neqpbylprec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t21rx2hljecm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4bdwzd0rhz21\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_6064_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fefx2t8vp948\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0hjl905xelxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz95l155rx0yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vllhw5nxm94l2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_V_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncklg6xynsdcg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67cxsve879st\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1yw025nbtt2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2sh0xq4xst3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spl2lnwmt6r8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xvxe8gqhyqg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnf5jh3dl0qfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21t81y1tx7pcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psy6lzfhnb705\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgdf3d4qlx0th\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_4549_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjlbwwtmnyw2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2d0092qje5t1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww8nyn687b8n4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wexy2tn0yc29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/536t74zw8l7df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s6h4jewnrjeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v79sqh8w06rbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AlkalineWater_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ehp1feg150c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf6t2cd244ljc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x208h6sb9e8h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh5s832m69rgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlz480vn9pd17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exe1n4tkrqrd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxleqz259rd65\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneC_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nshwxbmwb4mwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww3nbbnm9hgr4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Nuclear_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k13jv4f2m3c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q03w52wpehjk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnj2yfvl35lzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_65OrMoreYears_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSOtherServices_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkq6lps6e38s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvnzl7keflmbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjw31mm8v208c\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WhiteBread\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbtlr7z68mfg1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23vg4h2brnsdb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBYRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf5qxp0jthjp3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_PerinatalInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cmhegn8zf9ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4bl8x27p1ycf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgn9wbbr60wv8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6n9fnts6pqv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n30gcv2kf6rk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsqx4kpg979sc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_1559_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gyy33d5r5qrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48s0hzlshj354\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FurnitureFurnishingsStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3pvzpxsv135f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmrw76cytxww6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tckkkh397df87\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_75UP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Black_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59srwfgj4zqc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0he96nxcpwed1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7gf1t5hxc8c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdl1bpzj3klq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k47tpcv081e1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz0415k4nqsw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgeggvbfh3pj3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_KeroseneJetFuel_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq83qdmpqp206\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtj3nm2z0n268\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh91jcnyk3wqd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q53gqm8c5kqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2gt29420twvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q36z2qfznnzd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2020OrLaterDateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbglsgjn50ry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwmwttm5e1h42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch4sff57vxf7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjjqtg5lkwzqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4wlk7p508n88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plkxlrdw9vel5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/383mb3vkm0sff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e581kq907h9j2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j0ymqg42fq64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbzy9g9c61bxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfcccng90e53f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6hv0ydddy75b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG5TP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqq3z2vv2e5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0vh2frtqv47h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm8xf2h6klee3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAO_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6081feekyv6c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s8gllwyjbq04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqj6nxzq1hg9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n56dbsymx9k66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlgnfg703ckx5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjbwrmept42k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed8pxnfmtqvrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smdhwx37c2yy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v9g75jseqpqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bfvrc93d83r6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/try57zpmhl4jb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTTRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSmallpox_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw44q5bc52d92\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200070\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwec2s8dd855d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_HispanicOrLatino_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m06r1lzm8q7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zszzpjwplr0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewrs6pqc9rg99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg3mlgrklcd2h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_STT_CAPTY\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rsf1l3mbyy1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf36xxnhf8ytb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bw00zsm4res7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9831tlte3gy3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__INCOME_WEALTH_QUANTILE--R60\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01pzfcmctzr56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvddv6w4nszt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ref1nnkg6nce8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjm4bqtpx6c58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSConstruction_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xspl2gj1y7r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5s093mm27zz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoAndAudioProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tetqgrtdvpmrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCSocialScientistsRelatedWorkersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqwlwc9xw7e7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27e35ez5665wd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j7h0rfw6e3q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pytcw96cy0wkb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_15UP_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lde1mvrnnv4d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9ftlgnx11k8g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvymd1ydchwz3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_JDC_CNS.SEX--F__OCCUPATION--ISCO08_2612\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Neoplasms_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRH_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pkkpv87t13e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9fjd9fbv2n49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qdvp8x0t3l11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq4nlqxxps3vh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lpzph04hysl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twvqch7v6t9rh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlp2ydhehnql5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcx8p73vkyh26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps4ncxtk7gej2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxj2q5e008hx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcldp9nm7g3pf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FurnitureAndBedding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/decy74rgnbq03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw3wlydqkj1vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyxbz1egwf27g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6p054947dlw\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gftqmyxvs4s79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzqy20z3eqeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m88lbyg73qbrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS52-53_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0per07v6mrwqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92kykfgenyyq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl0vn3jwe1t5d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fysmt5rmsqt4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1nddt1y8j2gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39915tnztyysd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svwsrr6ykmet9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83yw58gspfrz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wv42fdh5ts28\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_OFST_2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_TsunamiEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g21f14ftp4mw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36dxpp3qeevh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n1l2j3e2wy7f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PIN_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sfq3gqxf6fb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trey1lyjx3t1c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FS_AST_DOMS_GD_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6msx1lss2ns0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgdh2xdv68096\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/492jnknhy9zsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51wcvxmnmqkv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r42h1f4vsf11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym1b0wgenwqj2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--AM\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/yh3w362ptxdv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzbnb3150w4yh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAT_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FloorCoveringStores\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92fc6hv7pfl9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rszveddxm6bg1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_PetroleumAndRelatedIndustries_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kyv32xwn9rx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr7w533dp9f3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ree798k5769df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1ncw1lrxnkwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lk5tnxgbv8kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjex7mj146tv9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b63lnvlqntb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w87kkgeq7mmv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q7kkld847gd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgkrvybg3eslg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb9vp6lrp68g2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ProfessionalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/devpp5262j0r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp45rhhvvsyz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gknpxnxxhl0n2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dgnq9xm8lft2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70ed8meww6gr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7evwly7mvcwyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21lp2js0n4zz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czvqhrr0get2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0emeddx152j3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqv5lxme8908f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_WeaponLawViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq4zsrrmz20x6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_Employed_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02c4y3mssfwrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3ewde1w96b9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RicePastaCornmeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbkx5lg3q1ne\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherTuberculosis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DNGY_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f92q7n6ngbwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzz6g2b5ttxn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm786rw3gm7pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3sgtmf6vr69h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrptvme1q6g25\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5tv2lvnv2002\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5rzv0vybwq32\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/806s0lhgr69g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80dvee3csqzjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl3213jw5wwrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzlcyeym519bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mje5ejdlvermc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4f2dml0lcnn\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XPUBP_UK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Farm_SorghumForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9zz2e81ewm0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtfmzjn190zb7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krndz447m1d9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh4zhxmsgyvtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpstp9b27r023\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zv5bhr7mwyh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1h72c00wzvz7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j3rn80g8w37f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c7sq68zg3w29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7b2v0e4r17w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsyssswq5c5qf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_SingleMotherFamilyHousehold_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc2wwr3gmbbq2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1PRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev9qe5x9c0g4b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzlll0bwxv5k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSPublicAdministration_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb8ebrkxk033c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalSyphilis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AnimalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxy6dkvbyv205\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyp9tcm1zhrx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c4v1h9t5k806\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16qsm85cmxg83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjf0d0rb650w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntkkwdnwhwtm1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_3034\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_43Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60e9s6el9h763\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r498cd0dbljpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w91mq7bmmf6jb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC3P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq1d1jrbzqv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysfgheejbmt7d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TECCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--71%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/TX_VAL_MRCH_AL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fing2p_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s7x0e64xn4tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqhxj2tvxhvbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnrweq9r22xhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2cw9cjbpekgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t27kc49vgqkw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkqew2b4kb4h3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee7zdr3f5pg8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehm61phnjsyy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elwzmze1gkr12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzcx9sccfk822\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnqdvpwwed1xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z046004pzhjbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23qnrtpfkq8n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd89ete7j46jh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bycv6mng3nnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvrdgmnsdvpn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InstantCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mg8wj8gk2g98\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t3yvzlythry1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xevernc6s1esb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sj3e704j25y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xzrb1z0bpzbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c27mhgzzv8mb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9cnl394tbv1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RNGR9909_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptFoodAndShelter\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSGP_56_F600_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tw001xqzz5p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdb6klqtfh6pb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_30To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge45To54Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgfy1ngfxtt83\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lgnq0w9v02m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvdhz1fs0qq46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vecsps1sbgg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72xl6k3kswwe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7nllyx757rzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjflw60l3dztc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/466r2sml8cb9g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54xd2366kqjj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz40l83x0137g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjtvvhzypgw89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41ffg44tpznh8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6087m19zx869\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PPL_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/690jr0mlfdlv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep41ywt9nn832\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff828rgxn5lm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfy1l6se2nx8f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12d162p66vn3f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjv7dsc52q123\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twy87v7ve1q68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfct2761ygmy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d7jx6sw0k522\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LaundryAndDryCleaningServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_NotHispanicOrLatino_HasComputer_HouseholderRaceNTIAOtherRace_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfsvmlkc00wkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j24nnm4r5m6gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthCaribbean_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthLatinAmerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lrhst0sg0mm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt83zszdq72b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj0q4jnphp5b9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_CokeOvenCoke_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4mlrnqdnlncf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryb1srh6jhq2h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv8n616whxjm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FederalGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yycgbd16sxy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b2czhfsze644\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrqwctbt5ew7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InformationTechnologyHardwareAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30ncy4qm4ftj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d9j6t61c6j8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zfe591z3ted4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw3ej6v6fwz7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z0h34qscr5m9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV1CN.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctjldzcrvb7df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j73ezgey44py8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld6zljyd579rd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthyleneGlycol_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_BirthInThePast12Months_Female_AsAFractionOf_MarginOfError_Count_Person_16To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93vfcxpdrr4n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pm0lb217gm86\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_UNCLOS_RATACC\":{\"byEntity\":{\"country/TGO\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_WithMedicaid_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s5d24ljdv6td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89hvzpk48w3sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftj0p6xjk3l5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/468dcck20en7g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqjex0q3cl193\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h121whlpnmrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76316ll352jw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmmqpmrqx1qff\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_ALC_PCAP_LI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_StolenPropertyOffenses_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tg321c9fqlth\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8nhby7ht2y1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_PurseSnatching_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k87ec1e3ten0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0nynb52ge52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xwkd7hr0jqr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hplj99j7mbfsh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17806hycrhvrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nscbw8t6j0r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh18s3zn6gh82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dqjhdzdeh24c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwpmf9tfjv982\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf25000To34999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV22_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbtpzhyvevjg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_01\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw110qsnbqylb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsfpt9lptj9q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl3texscywqj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_YPKG_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_EnrolledInPublicCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_WorkedWithinStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AirlineFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk53k2q0y7258\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywxhfw7q03p64\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9100_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5zd5w13reqqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stzcdnkgfk748\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r6jb335x9fb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyht6mqcr1nq\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ks1g37y9l3x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1l4qr63zn576\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fv41b2gfbvb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le6b1wv5h85l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tel2dqr3h05d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nle5nydmtcpl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8p59t3bj2ds5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjezrn81pvecc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydzn6bgnbgrl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r476sbnb92syb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td0f2nbhcrm17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ghqnex97cxbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g62h1env8m7e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3fcpmwwzs7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr72k1grcgew1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_CO2.ACTIVITY--ISIC4_C10T32X19\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n7q39wmm08y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcfkl6klq5cd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5fphey1xxp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4xl5kcbyjmnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcr6h9zk1b4r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd31yzb3qz5y2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k25t2x5t1g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r747bhbymrm0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0w2n72n37fh5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5y64z5h861219\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5rt16nf4f1p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w26t54cx4ncgg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To69Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rcjqkz7sv4t7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82ylm3v74l4m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez87y3k58b025\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvls9lrdl2zsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sztk3n4wc8qj3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Poultry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r73n5hm38wjn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rx99sbhsqrnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l004y4kn0hlrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWCE_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0r3e82whvlb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l41cbz1kqc3sh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p40jmf982v773\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p54h4dprlz49f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh4qm6nv5gkh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf50000To74999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/125zprkcpezng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rheqzx4pfrhw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9970zd608ymc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwtcshk57c006\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tty425dmbrlx3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_RoadTransport\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty86mlnh1esb5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV16_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecw0mmq76njw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzq6364tq485\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_ManufacturerSalesBranchesAndOffices_NAICSWholesaleTrade_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WelfareFraud_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b2y71egj5wmg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfColonRectumAndAnus_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ysywzn5cy04b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_7074_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_Male_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV04_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb5kl989fr8k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynpme7kgdck06\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_4044_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_ReceivedAnnualCheckup\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjsb8fh39ww7b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt51gmgs3v0l6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zjx1v8t3wkq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x7x8rejtbx3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h2p36j9vlqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInJuvenileFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrh5twlcjse9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7fgdp6xb018g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9h3zldp1gk28\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_BRTH.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/bwsq7pxldy381\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ShortCycleTertiaryEducation_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mzmv50jtgrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svjkwy6evxn8f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_FederalGovernmentOwnedEstablishment_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA11_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee76lyc2zb192\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eej5rx5tf5942\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l32hs740k99h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zse4nmfqr45r1\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqqehs8kfnyp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3px74qfbzgyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14b0f3fwktsm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jcrhqkwytbvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gczhhnqyst9m2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6e3n3lw5d7w6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ty2p078lfyz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkye8bs5lfw7g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6wsstbhf84q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxv537qk9jjfb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--Y_GE18__SEX--_O\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_PimaCotton\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_IndustrialAndOtherProcesses_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyqjf0g48p21c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_WasteDisposalAndRecycling_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlz097fd7jne3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jge7m5fmrv38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthAsia_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z0yemkgp73b1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2g0dyw5j9yx8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q88jexrznwxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78wrd1r37n8b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4mhjs8s6yhbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtw7e60eswv8h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j19req4mc09g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkm5zzspzpbtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46hjw53m2khe7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w6m2g5myh6m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gyvbdh0jfh96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgtyth0y8wdp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhsh9ef548qwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypec51ppy1g1d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y_GE75__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--61%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ywj5dvh28vq5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_XPD_EDUC\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h46slz8h66gb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjq4ndm261mkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykbqz9q1mvft1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sce4ecm9skb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b09ygnnwgqqpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0SC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxwyf5bl2r0f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld41ptxkmz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n74zzmtpqs29b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1de3z5kl8nc5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_ST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x9mlqqkbv2n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60mq1lysnc39g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkkshvw6m3ls6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p3v0rxwbv3z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drv1khbkcx46d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5mzx2659sej6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4y345eevqf79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtpq3166mlwmf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/1_1_TOTAL_FINAL_ENERGY_CONSUM\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_98Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tt3rd3mw4hr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c2nqlj61xfef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv8s1x1qe39hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szkct3s93b2t4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CareOfInvalidsAndElderlyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp5bxljvhhyfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b3dz49b9wrlg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znpwhpxcxfck1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk4q6hpysms63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1clg9q3ybht66\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GR_G14_GDP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58zte9rf30yf8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GG\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf25000To34999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsnl9z9d8x1l1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_BioGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kqbzk2zcvxx\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brw74djdbcwz3\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_MaleOrFemaleSterilization_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2eep63ee5b84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4brxdnypqhqn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xh0pmy7864rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez6s2xgb49lq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcf8zces7wnmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6bhqy0dpnpq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26f9lxbcn4pmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/925rw0104ncs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t5mql7v9j18g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mz2yszrqql59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/letksmpq66tgc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz9pwkcj1qc49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz9v0km38237b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/610t09v94296b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzjjt02c988n1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_POIS_P5_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/cgt418rjy51dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex00w6npdnhz7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CRL_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VOE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/882s1q5qrgeeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld4ztd7dtpmt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzxv7dgn52xeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5To17Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WelfareFraud_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshMilkOtherThanWhole\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glnwnjn5l89mg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FeesForLessonsOrInstructions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49dkj7fcv0dlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_ARTC_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PACCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhecgc6tjd6sh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rcntr37vpx38\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynbxwd7yf1p81\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGR0_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h67hf44p360y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9tcys5md56qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16s3v783017k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxy3s1lykk9z8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_PCAP_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SerboCroatianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldlf3sdgxhwp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv40llg0belh4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/509e2j6nnkt09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xel7psn318qqd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99lzv6z9kmzl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv2bxf2q3tznh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Black_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Black_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgfl6bq4stfyb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jqhm0cy7yne7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_SpanishOrSpanishCreoleSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74jhwdrw8yyh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrcvj2bfz4p1h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2m0j8zl82hlc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PECCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67To69Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryy03c6xptpf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd4j19zx1knt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl6t1dhph9e3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s3nnm56pqc25\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bgk84pkrjpp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdce2gd8jpb96\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCCS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/274dmzplq01qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3hly751y4p16\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-1-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r6es4wpk1nx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmwkjyyxqe3m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tcmrs3klj0lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/946ec3zq0570c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsyb1e37k5lnh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nss2e954xmqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WelfareFraud_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/487wr8fqss5z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9w2ff62j991b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l0qdq408cdf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j47ncjf3m641\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd92gg2kskl9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lzhhk483l9dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbm6hx2d2xpzd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r250ehtt0lj91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8b5kkylmfmc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sj3c4xbnt825\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmn9jj7mcpbb1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bqmsjmk8sb05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_USResident_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"dc/757dq2ce4mg66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh9bb4yghcxc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6vmyh94y8367\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw3k4dyk778v3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSPublicAdministration_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lszge8xrn23d2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_2_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zje0klj8h2tn\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPP_3_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_60Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkq26828jb27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentLessThanHighSchoolGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qscwzd2fm0xz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hdxbdmwydwrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyn1f0fer1rb5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACC_HNDWSH.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_E_3_GPV\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_PneumoconiosesAndChemicalEffects\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95n71zrn3ggf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsdglmzxbrlq1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkne0lq1d0nw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8vcyv98zvxx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1ec6bdryt272\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpqkhsvj5ytdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d01tr4qq4mv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vefy3lzy5hlr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjssfk5wxz1c1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV2CN.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w02p4c38rmn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx7jk7tsb6sbb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.48-1-BCM.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SL_EMP_TOTL_SP_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j19e2x5r6ng1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekngdfy4ke1dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2y1g027z7chf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2F_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/198xrvqjvf6e5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfdqezpcz755h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMK.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLL1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_MachineryIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48zgn0b7ek7hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e29d39xe1113\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9gftzl2hm8h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vttdtbj1yg5lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg8fsclqdlwt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4mvywjeps03h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrwwjph8wkx3b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/421hmmxxwj1h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ernmgdvkh6wx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSInformation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k7wec0cer8l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5s1y3zzbnhtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_7\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62gjkyy9ys02b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DiseasesOfHeart_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_SalmonellaInfections\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xhv8t35159jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2zkefgxmpsm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3jenqwet1cq2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp39jjsjqdkg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_InterstateRoad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gevxhkl2q0zs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgdzm5489365h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjb0j1khrh7gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytkymx4ls3mhd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DMTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Producer_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ql6lfty0sw18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw9jv80vpp717\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_XPD_PRIM_PC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/j2v8tkwddj5r\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kclbpg2erbtrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxc31zcgg9mt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhqyjc4edhxs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7nzfkvy9m563\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGTWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx3py9n0q8vsf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y98ee4mlf9k3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLEIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wd3j2h876sf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wm1whj5x9z5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smc2fwmnnymt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2mxxggngx5m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbh98dq73j235\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10gpr7wyn9hz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhhsczply6s1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myrryes16b2q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrfrgkezvn0nd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE25__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsjjthbl8wz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51p9yxq9555k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kj3bgm6p85h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/858f4wnnbjdd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrw6pnpmxszg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_ADB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg325kzjxm3b5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SportingGoods\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6whwnfkpbzvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FullTimeYearRoundWorker_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Trichloroethylene_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67cst7h1tb868\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sx6jynqv7fy8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3zkdflkrzzk4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CakesCupcakesAndCookies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lpb50qrhnk62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gg4kdvdqb4hf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m7nm88j5mn07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n89r78fzyz9c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CoastalFloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb6vr8dspwt18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcft92exw69y\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p7m9jml6m0ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k5qy03wbg7m\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ptn6s8bfek62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1twlnqmvfxb2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SH_HIV_PMTC_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyttgc4g7ts9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSEducationalServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nbz7955z6fj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g18f9jcl3rec\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6855tccxtn65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5nhckd2pvw4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx4lefcl96zgc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3wz9hw80wld7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s84g8kv10vl07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqzwqb020pyn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n9jlgyzkjpe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjt68tbh8bhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de49gg5mb3jnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yft00pns4tvvc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmyh85g5l4gy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qcryfj6fcsnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqvqssne83qgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sszvecjpv44q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn8jy7c5y1yqc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2jnw7jpb3kfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_MensClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjd102e0cptj1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD1VRS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7n5e86mphms3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgg05s3rtl1g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8hjxfvbgm566\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v03kmhrs9z51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvf4g53tzyp76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqk7pmtn6v6zc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jh6ktnzjevl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twnt66lmjkgtb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzeh0revqnf3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhpxk5vc2rdg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPOOXE_YOP_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7751qcx1rld1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twhlb5ssg9fp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbpqpsqj15qc\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Hydrocodone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ke7x3ztn6dk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcjdlrw6mymd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp8c7dkx391lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6nyt95zv9t4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5shy04t5d0j7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zce61246m0m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sm3vg21qq3f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRGRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HaircutsAndOtherPersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV19_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisA_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62179c590kxw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9tztqehg4rn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt0yg9bqh6e23\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_WORK_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_AmericanIndianAndAlaskaNativeAlone_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e3y8cc1slsw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrnvkxqb7hxx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/134lydbtytzm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j8ktkm0xg72d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.58-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PetsPetProductsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gwmm0r0t83w6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60gzqb1crd5hb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.IYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_Kerosene\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qrs3shl5l8p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nw0tljt1f1sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntp5x5der0rec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m573n649hf55\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1gwmgprdqql2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34q3ewfgcg134\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kclm716p5sl11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq4cmg0gsgf4c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58107zeb6hdff\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l1pw4jw5ths6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9r1ez081m3n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5mh9bqltkek2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zex94xk94g2g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nj0rc1d31vt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lzqt2zm2wqff\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k7gw0p3t7nkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd106brrsjmeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9mcpl7wlvm02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0kdcd2chy0lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqhf8rjkzv9l9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSRetailTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egf82fmvxn31d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lc54l4vcls19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex93pcm9sged5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2w7mm2xhxek8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbv23l8qw7r58\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFL1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q522xn85hykj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvs987b2brcf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e5p2fjxwyxk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6enj5r3bd0rf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CrackersBreadAndCrackerProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hkdpzd5gj0yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev4kx63rfwz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9czs55v0wwhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbe007fs6t7q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f9w99qby2kmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmgpbffcdfwc9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0c9cledyghc2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yvfsc694s9n6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Electricity_TextileAndLeatherIndustry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r310d47b5kkw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glgp3l5qwln39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqxe9gck4t5jh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_HealthCareVisit_12MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010To2014Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdf9gfw6yrk8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0mz3khtcrnt5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/744xdeccbj0zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntxe7e41mjgmc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21etqlp5skcbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8rekybjdtee9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_Female_NonFacultyResearcherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_ReceivedDentalVisit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j15x1qt6xmenc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherLandTransportAccidents_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt97tfmj4w3q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh8bv3cgf2rvb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v9gtwq65jswh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9075h56bvekh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt0m41h4qww3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm038r58rcrnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/980gxwt3hwcbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dcyvljexwqe2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh535f95wn3g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwbellrgmcfw6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78rjcetpgvgn\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_JobPosting_NAICSConstruction_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/083e7z3mvkpjh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_NAHC\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ktp3lh2214td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6vfw9c7r0ne7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq4g9sz793yb4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdc4hlefslj3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdly6n5vlhd87\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewfw6ty1xec45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4sl74qv7x01c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingInvoluntaryServitude_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Meats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44k9m9pn68nm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chxtfknvkcfb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s34hm8n0trnm8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_75To84Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/377n1kmtrblg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy4x5850ejbz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0500To0529_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2yp0c78d9112\":{\"byEntity\":{\"country/USA\":{}}},\"dc/meq8pmz0k4gt\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOORO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhl0dvc38c21d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rthlkhbr1w2r1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_SubbituminousCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxtkmfltv7jxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk005l41164g5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b68pwnd1pd0l4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghbkfdsdx0826\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkvkkqn1v28pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcsz0tw0brjfg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETGR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whw5gv93qy8vg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR09_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ThermalElectricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvxdjberxqm71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwh07kwhnd7q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsdeq9plv5w02\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_2024_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Bribery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14klwqyyx49s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94fxn0rfnyw47\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_AnthraciteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_NondurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29mc894pnjlqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wcr3j9z69h87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_DEFENCE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rgjxcsnd0twb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3fc42kmybxt8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5x2lvt9x9d59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zevjynlwmkmb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vr5mc06lnp5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9njn45z81weg6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCLifeScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09ejgngyytv5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds2mt8en849f9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxn7zdk0dlcyd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_STR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3619qm0nzf8rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w0dw96dqfz86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yne17nhw4328\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwvgx971y0hd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr0q3p13khv81\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y3v02ttgyjv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p2cr7e83yfj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA04_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg8wmrj1p4n99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AssistingOrPromotingProstitution_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39l2g39mvkbf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnetbbnyj04y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk07mbbq4kxv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xsm998c8q142\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vek1412zrfcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2z2kjqqb6vh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb34kjk2238zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t504d6kx53sn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_02_malnut\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SL_TLF_CACT_FM_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xrzjhv6d3rmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y4m34tv90q21\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ShelfStableFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf6fkl4dtt534\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyv7b4p9t9v5c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_7074_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3n6nts131l5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lt6zjmy5cs3h\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4l45kbq49ckg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjf8wnrxhwcsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03whp6svzvg63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04n4eq0m78pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk9s6hec3p5zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv5k67xqpb2v7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPorkIncludingRoastAndPicnic\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tnjb7h555vsh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/SEDS.P1TXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x04mwrte79d1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qdg9frx17y47\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_GRS__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hs0bm0z61nxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyxvpy1wfpqm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnj8nyq8lrll3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7pnky2bpt47g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc1ccmv7h94g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3yxm0hqhjt16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv7zspvqfnpv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl23jfq51pe27\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_CSMG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_LocalGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvgk134r3ckh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gthmpzrd5jgfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2g3x3qx3vqsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prcfh0zyxclx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83zb37ge2w0hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f001fzt0e9798\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvdx8kfyj41kh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LegalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsbdyk1v8h879\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y063mh93e3mn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BreakfastCereal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qkwyp1fh6tsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h2h35xfn8hwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzw9hdwed0fwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gchddcc1f7y69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvwtrzfetj187\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbhx36gw33t3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w205wngryf0r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f50z4lldtj59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f71k7s5xp17xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g98l804fm0w92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5tsthqezk947\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--54%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzpgjk8l4x874\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vv0wgk8xczc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymmp98eb43131\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_3539\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NotInLaborForce_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4y6qwd59bzr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpr4cx0bzpyfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1zvwqql56wj7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_PovertyStatusDetermined_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/157qbqxf7qh2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkh49688gpe95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzhqhyne0mhf7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z0jdxjvf0j93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4btjr6yxstq2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq1s5z5mw3513\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs595zx2g6t54\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4esmk5vbr1hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HeavyMetal_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_Unemployed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ht5k3nf0pp78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56kyl3s5v8wx6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlgel4y7134eh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaDysenteriaeEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwzqvyxvsmj6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4rwngzgcvb13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd5gx5sbxfwv5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD4_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbjme0z96kgc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mh3slzdmbl5g2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorOilCoolantAndFluids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l3n93g19qzl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGPZB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6v5g33ydd8eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkc00bczg0cp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggdswfwnntsv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpgn176rsbg25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ProbableCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxehsrk881578\":{\"byEntity\":{\"country/USA\":{}}},\"dc/530mnn3kz37e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4x2b6e5vtzs1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_OtherLiquidBiofuels_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3erpgb629z8w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grshkffqr8nj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp1ht2lbzh4j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9w5pxrp2zh7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrn7ycczkc6q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcrjw0srk88t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc675yb8k8w9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/D50-D89_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lmjfcx5fzg4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4415-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Farm_CornForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_75UP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s9n97kg4t3t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x3l883k78mg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7b6y35sh51md\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4pxxmn25jwp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD2VRS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_YNPB_MMGL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zvwhndp6lp27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_PrivatelyOwnedForProfitEstablishment_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x2v96w3dw2d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y1bp0gqe7vm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssf3g8shkk579\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx2ksn9btw8e1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.117-12-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/7nldkb4tt3p8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh8rtpj8lmx7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvptr9cgewx5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gtj17ee6s1k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmew4jzvbx30b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x4ykhf9eqq32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wsw4bgj7kwy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3thmxwheqp1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbgg712vqle1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brvyr1940q0y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4qf6e5bdm528\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/borrow_any_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxnfztrq2hvfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjlbkfgrklxph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9gylw73ks189\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1l8kqbddj1762\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z7qcehcyhfq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74yfksm1y2v52\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv8lc9ps05vmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/684wv8tmwerrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zws6dwtmd3mrd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3045_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_GSR_NFSV_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pr5wh13csky2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hsj51y317sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j382dmww0w82h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcenzwxzczjqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq1t6b7nscq55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n030v6hh7tnh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_UpperSecondaryEducationOrPostSecondaryNonTertiaryEducation_AsAFractionOfCount_Person_25To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NotAnIntersection\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggygvl9mwckmc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jxrg6xgs73p8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h5c2xbpd0edb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SAF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/395sy039h0zec\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqwn1gl7rqthc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSInformation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1To4Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d0kb8443bs8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d26g6ynb21nb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsqk75q274w7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr3zem8shyhbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dt98sgxy9f95\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_0T19_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c59jpdnvsm8t4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp5020ndj4vsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly5t95mv6k1nc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltwbkw1e98b1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AirTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_EmploymentServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To64Years_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_KnownOffender_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6e43drcph05b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x0c38kpcyfp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spkcnqrj6lzs\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInKindergarten\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/242yj281yy4e\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90q99tt45n3e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvvjg86375hd7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Hydromorphone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grh9qmbgbwyq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s85l9h6lvqsgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w2jbmx6nvjsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9tn7s655cpsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3p1pc97wmym\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21ny6wst1636h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbsw38l9zrgm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l036c8feh9z56\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_InternationalMarineBunkers_DieselOil\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Male_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PurchaseOfPetsPetSuppliesAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fblw54vr0v927\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkbgdl1vg5sl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbrdkezc7wgw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9e8whfnxm6n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_NontransportAccidents_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xvgkzrfww9e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwk2nw80w88b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj730k0zeqlm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms0vm89p6y7qh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycdzfp5ny6dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NursingAndResidentialCareFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m48sfm5wc35qg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6tbnt0snpveb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85s4hqmj7p9z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg6wl6zylx2z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2pxp34k2trt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm5fpz7cz74jg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithCoronaryHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m6c7bp8hjlm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9kjghmj8bfff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffnf9gm13wckd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txv6ckbc2r3v1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_DEFL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_MilitaryJurisdiction\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99tyfwzsgk3qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2jmf7r9lswb2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGDP_56_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etpdlc89l1w01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf57dbzqg5n37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxqjsd4mdljc7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_Charcoal\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnk1jr9nddrwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q48rpq7m8qzn8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06knzccy5dw1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/324lrmjj6xkn9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_36Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesExceptEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q9rgwpcgt2gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhcgpjq8gq85d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2z0mky73pn8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm30tjj6mwtbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_Male_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleThermal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bkn9vt30f5c1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_0_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_96Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb8gcxernde19\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcqqbenqm0te8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw8j64whb1hdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yecgr482tqf6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg315j7esl8m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h130x8c6bwtz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLP0C_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_VBP_MMGL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0730To0759_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd2n0w9vqhmkc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--NP\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgby6ns6pvq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz9r60zp6s32b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAAJP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Rural_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gws3t4mrpbg6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk0x38sfq3he2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gewc8ptb94g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f131gtx3nvh0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2ch6j51vhbxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc9vlxbezqnp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxbynn05b2p82\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fb0r7xg7fqn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/echmz4lgbl28c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_SevereWasting_AsFractionOf_Count_Person_Upto4Years\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60mmqkj4l53xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvr5ne9ryjhrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32jkpbx3hx624\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtc1y8tww6623\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhw8evlpp7xy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetsAndPetProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7k5mz93ntld7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9chnqv38wtxq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1wzq7xb8xj47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcz8nyxp48d68\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ICD10/A00-B99_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yprkb6skwldsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xvrwy1dttb48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vssrqsh461tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krfmj6ymy8qh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ktk5w76z8yy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgg3e8x9yvx9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m1v46dz05et6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58e8p6xr2pl6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn1tv8vmb2431\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Loss_Fuel_NaturalGas_FuelLossDuringExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tzx163vcvz7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l33zyje2ysm5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y467mxl016lkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlsx6llnmzsr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zblccl2c851\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_1519_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hxxh6lp3prmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8glyd6grhwc99\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km7hj8pq5k319\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F500_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/171fptbc1pz22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g6f9jqv457sf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/envdqqyhljep8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8lpwgegj37x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3nrtwqrl3yz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0ffnbm47cem6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ClimateTrace_OtherManufacturing\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_63Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CitrusFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqwpb1w37wze2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF422\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjnz9gf9nbnx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jjt2qy3lwe76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ms7jt43xr2x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mwf82fjsz8wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd229xhcn81jb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f9385fdxlnr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sen28meqqe05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65000To74999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk67cplx0gjwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx7yfr9c9qv51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgbf1rnw48kl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5zp8fcftf2k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf85hc513dqc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r2gxrtckgsn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7chr172vxgsvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df6lgg3bljlj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnwmttwdsemwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Meningitis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Accommodation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_AGES_PV_MD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cql1z5x02s3qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msmlr6q2ej7ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geqbr9hqvwfwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3djl87334h65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl23z7vyll3gd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60be5m8z8dkk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4vz9qewyr9hf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.R_EPG0_R27A_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rflxtne8wnyr6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/487seqxy3fq6b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqtvesqgv8nbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r38lkmeg6vw6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxrjj6jrxwpm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4ebx1pq16cf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Leukemia_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.65-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sczmbrfkvq97g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tds5nvw2tvlb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vfzjcp2vmk17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jk2rr8l5tms8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k372xq5pfcmb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l602l0e820qt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vr7wkpg15dy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcm3jds31cphd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p867yzsnqn7n5\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4hyh6yvbzyg4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ek7khy08m25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e66rh62w9wbff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebgmx7qlmglef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4x2hxbeeccrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrdwkbng380s6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyw9sylpz0vvb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_WUEYST.ACTIVITY--ISIC4_A01_A0210_A0322\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_SimpleAssault_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyd6d8ry7w39f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9ljvg2j4be63\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_SingleUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79kjqwlyx5wq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nmm0y73vppq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e8v9rcrfkxj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqpl09bhdk12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fgbb4js8q2c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0fr99zvxy267\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_StateGovernmentOwnedEstablishment_NoHealthInsurance_Worker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv71e193sc2n5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fln1rcb33hdf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmm0xwye2991f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yevt4dq92t62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v7g7s2jdw865\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21r8ybphv6r04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With7OrMorePerson_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_IntentionalSelfHarm_AsFractionOf_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurchasingProstitution_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwwmwcq3zlq2c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ww4mv87kvbmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3dq1b103dwvg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNSRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctlj5kercb8ed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdhfdt1mkj7xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rccfprwbf36nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wckk4t2lkky32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8xkej2vpnk0b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eznn4g0j6s8l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9n21cl4gebhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g439qtw9fr4sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zq2tgbhm1942\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbshhfl455916\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0000To0459_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_TOTL_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl2he2lc9sps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lnp161d0p629\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnlqf5s1lj81g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seeltewvkdeg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NYI9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgm602ncby3bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tffpk9ey0lbv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z77ecnx7lreeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaOther_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_Fuelwood_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07lgn1sypd49g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v99m25rhtkp\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p6q4108ds5b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr77j0hsysq84\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h72dfcl6q9df\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupII_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3sm9zdjb7vlg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_PCAP_KN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g76kvt7emn5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12904y2y39rr3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7snzb4vyjv3e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnjs8f71lzzj\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76783f3w2nlqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79y4hw0ncfchf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my7k5m8v527r5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thvd44mlgxh9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_SugarbeetsForSugar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jc147c6fk856\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21f4z16y156p8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_BlastFurnaceGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf35000To49999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvqlyvbpxc677\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_SingleFatherFamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yzhyt711fn74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_500To549USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gm34346y3lq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr3zee4tzfdqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3np7z4k58y817\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rrbx81jv2thc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cts48ng00bcfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cllll0b3nw6q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq8hq5hj2lblb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwwm465nrweyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j369pj1grdb3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75sjy24g4e741\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj62vpvxc955\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_OtherServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynt5qrhxzj7j7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9060_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pzdy7vsgtd85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfr10ge5kj2r5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gpvp8h1z0qdd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_TOTL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/per_sa_allsa_cov_q5_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45To54Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k86gewrkees4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyfznwepvmk13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p57eprjq4d915\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywsqg8r574p26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Televisions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l34jeg0mhskz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9bc8j6jlj7tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vql4rbyfdgjx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c2rtyh90ge4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nkjcymwwh576\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_Uranium_EnergyReservesAssured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z4spkkhz1z6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30qf6wmvdhgjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80xtk8x29jwt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w17mg77f5yme\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hrq5kzf3qy12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prgy7nl6vb5lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj52cvzhz17j8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TransportationCommoditiesLessMotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stq5yr7gzjjqg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWCXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_4_GPI\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lty82txyz1s4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncwt8d1pymhkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e826cp4nl3bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntbtwrk2c1902\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k2zd64wvw9wh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBG_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedWithinCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxwnfns0x2be9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv7evz30rm1r6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_1.38To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0mvb0wxywbz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r30gg5dmdbg0h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDFDB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RADMU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1p8gleg051d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9lp7chrbbgjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5w0fnwr9sqz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyntp1n4575l3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_25UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09lp2zhfe784\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c80z2nzgljq89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_WorkZone_Construction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_HardCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kysxqwh81lzr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0k4mz5wtdzw\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_RiceCultivation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WineAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p170e3e6k8e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzrhzpylrlnt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlrn82kmjsdn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh2pwx6b16935\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years1To4_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3syplfy8j4ebb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddr9w9rxkdqg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f1yy7447h117\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y9cf68n5kwp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex512x043klq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6pd2xc1rgqtd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EV2CN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgpnd778txs23\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Oxymorphone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s8rjdxb1j0b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/962bfd45cgfk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej5tp0gtbpv32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhp7ymj94j1mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd8e8vlqeey5h\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vebpmmvd9082\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbgj8c6t2mgl8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07mzy7tmwtt52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jm4bskzrq1bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7cnn7yxfzmff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1970To1979_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhkk68q7wx005\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9hs7grcvff12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9273y7t11244\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1y86xby8j4n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx1v9jr2ljh1f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_HardwareStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianOrPacificIslander_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yrkkbnwf9ps6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin20_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA29_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gjdwd1j8py2b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz3kmq6g1t4t8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_PneumoconiosesAndChemicalEffects_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA22_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77s762fgpcg9f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_FossilFuelOperations\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw3er6nwtx0h6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--MM\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c58n4vzzgxp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0wp72zl27x54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IntracityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpmcdrjc35vt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcchljc2nlwt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jltrc6thvm5m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCFRR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Hispanic_Latino_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_AvailableVehicles2_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lflvkqhwj46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Education\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddk0tks6sn165\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhvlzqez27gm3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2htpsv4ed73m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gx5wz7r3ysn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qppvlnble6hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1969OrEarlierDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d15sswq39e94g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NotInLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000To99999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q4nd68jff5wb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_WWT_WWDS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkm18d8j5gje4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InformationTechnologyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqtq3yppdl4l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkm6j56mb59h9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0pyjz6ppd8xh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm0t15565d596\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.IQTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj07tz9xs29f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h134xdx54hppc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6cmmhsqgnry9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MSGRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5jedq1d03elg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb62eemjtnnl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1ck69yek9t2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geqz849dthgz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfnx2r5vnmfd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6cxhtz5hng77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqt72mnslv26b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71nev19014kf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyj18xd5m75t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jscwkmhdwsnm9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7bxhvq52xsmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz9cf4jmt5r07\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaOther_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fxvs8kywt858\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgnln4hpf3yph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whrdd9wbt9byf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bmqkcg81jd47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv2qnde26tt94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq1kw8mybj5kd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l84yb6debbgwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty34fwyekpg4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djntdfz17kxr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xvze6lpznzp1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_AmericanIndianOrAlaskaNative_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianOrPacificIslander_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd9fvtwtx5d23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dw8j4hkb2j2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigaToxinEColi_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elbp1bdk9exnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhd8gcchpnygb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emtn0w6dkh9kb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc71n5d28t8m6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--JE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhn3cm4dptnl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzc1ey1p5xzng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3b7nrsnq94g5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djq1lx56l46c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7xdqklkfw6v1\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9dn3c412jedf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlj8v6xkvmdp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg056bhz9mrnf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_6_AG25T99_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9swlx71dqzyjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmqzv31g9e3cg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_6064_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/35jlsyfe2plsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x785hlbzl1kld\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdq1ktb6dd69\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0RelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_4044_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS54-56_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz7m9rwnzkdwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherJapanese\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jq6q4jr22ypf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lmxsk9zxz7zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tqylx9q24h51\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrate_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g1ypsec9h748\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xdn45sdxcq7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kr6b62vwk7bb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpjnhrjswbye\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_PSG__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge35To44Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r8x133dqq4y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kst4xkzccrgtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x9d40mm5gre1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcbt620vbhmy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6cqre2l6cr04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3lrb2ddrkvs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA13_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k188zfs163wyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km725qmnk8ys5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherGoodsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m34w2j739knf\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_46Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp0yxw8cc8ys4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rj2gk3wq1c18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9m1myk137wkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5hlk6hzjgglb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To29Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupII_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_Male_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5evx0494zj6b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb4v221hp9m48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDAGSEC\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAHB_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gelyjep91phjc\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43sjp173478tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nntm248c4bl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9sdew83444pg\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Obesity_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_NutritionalDeficiencies_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LandlineTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss9051fpth232\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypsrymkd15zk2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nktzvjhp7kt4c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Phenol_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnry1bn4j4szf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yys8n5b6t7kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bppvqr2s1w8mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml2xl85j9z8r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt1v8fdv2vesd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SNNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8mjgzn5xj06b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhq138tvlf5hf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl1jyzn8xtb5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlcgdjs5z1vq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessUSDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IndoorPlantsAndFlowers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhkktmt7bf845\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3n0w52fym0fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yt5xtgqsgnr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmgjss41b28e3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1ljr6rkfdbsb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_CTFE_PR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_OilRefineries_Refinery_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b297d9mtt6s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezdecqpp3xj9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sczx919st5pe\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e4lxlqj5h6e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0hbzs7rjfqsg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSC1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_RSRV_MXWAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf6tl7bjwqd86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swx4m6c7q7zp8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMM_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz89lkvrsdms4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_AcuteCondition_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tclwfn3r0cp17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1qykk4sn2h07\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8n9hcky7ebe7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38gqhbyv1fqmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbd4d9j6fg8d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bs5q25jblcf6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-2-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c246lqdbf3wec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpkdzhetjhq9h\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalComputerAndPeripheralEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blexwz9zf0y13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d21h5rles0fm4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5jht8731e4s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kelesfqmly48c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29jyklnsjelt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9rm8txfx5mx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbv1v7wrhwj4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1vdq39fh0ll8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy30rw3kcqrh7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spd8z99k3frdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejpm616jd1pq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrrxgxwhrh9dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nckqb7q34qj84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzxx507mwl976\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnhqbpcrcr403\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_White\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sybjf6br0dmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbs0t4vjm7lj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/175mb9ghc4299\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34se1d9gbsn46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7t0mn094gtc5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_VULN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CableSatelliteTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz49wc5n3lhpd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydhtsjqe88qy5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI3B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rnbq8cwmqcx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cny56mjsshb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jplent13lp8h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jwxtrzerkyd6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5vt1ch83f2d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r139k4554qy44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c6w161msb5ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1vp6lwgwbw79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjmjmbbqg6xn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AccidentalExposureToSmokeFireAndFlames\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64e2k6dwgrx5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy6mrngme7tmf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhhv5yjgx8y8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother40Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--72%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r73lmzkzsrnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9ffk1np94nc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrh27kv1bp079\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_ShortTimeCompensation_ContinuedClaim\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5307_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/UIS_REPR_2_GPV_G2_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d121zvnrk0508\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hsn91r033dy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmq5bh8p28l7h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InstantAndFreezeDriedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x89v6f771edd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct7j7qjxvrfcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw6y1q9dnyff2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpwhfnx2js658\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz5l1xz9p7wq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCC_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_NotAUSCitizen_OnlyEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4786yl5837tyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/780eykz7lnz84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvkjp34c1bj7f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rt64j7k95mdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e80gv7n2yh78f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdfbs8c5lercf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PUBS_FE_PN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92nd3ndjcml5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgk8ph9h3kj9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr4y86nl2zndg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Bromine_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30yw2279w97tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0khjjcst5m5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_IschemicHeartDiseases_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSC5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DPPF_XP_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24nspqyb983sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84fvxebjbfm87\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ndwdlrnz7bf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lwp5rqr7jlt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7s76vcm5nfp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yetc176syvdxh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_E_1_G2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Energy_MachineryIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcb7bcmsdgjn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5995w7k366z\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25nzsp4k57mv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpl2mcbn8ws54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkrtt4f8gkrt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdv677x8m8e64\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBNRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zpve5tdvxd8h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klksykfrsky54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xny0lnemszg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwv80tvssbf87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sd8kpy334k1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5gf0dhj0z1w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thbl30cs3bqw8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q7wl6hnjwgw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqk21656mbxs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1b1cl33v0829\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygt8ewrm7g65c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMR_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hp55wm8729pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqryglrm9pwgf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yeqzrsfwf8e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcw3c6y2s731h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ComputersOrPeripheralsOrSmartHomeAssistantDevices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RTF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b1cz0fnwfxpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nf1hyhw4sll7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MotorVehicleAndPartsDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_32Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58xrh29khkp09\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AmnesicShellfishPoison_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw3lx25ec45yg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71p7kdtggel6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q3qp8jvl4lm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k06ngvq14l1jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rp3ysjhbxbgpg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_GasolineJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drreqlm9ch736\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eesgm985jk29b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VideoAndAudioDiscAndOtherMediaRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n62ywn30w8b53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1l051j3tkdkjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54f3vls2rqjbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vtmer7dhmq9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pslj0pc21bt29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Civilian_USDollarUpto25000_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prr5bmvphm1v\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6k23nm1bdj07\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_PRE_PARTN.SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/g0wetemlhv2r4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_TransportationWarehousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2yqbcmbzfs78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n934cx3ttg0y2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_1519_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/0bh8jsf2yfh7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9etszzclwy599\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n08m1501nf0b8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCServiceOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3ng95pdksl21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8q5ecfktmcc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd9y8zr20c4j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5zklmnmzb4k9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOO_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y7efgxn09zx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51rdtsp5vdkt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pvty0l3r5l54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl5sv6vx88jxd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_DIMF_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ChildCareAndNurserySchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fezbdmfv19tvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenAndFreezeDriedPreparedFoods\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceUnknownRace_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3jcp9segq8e4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbqsq3wv028ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz9xche6mywg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0znxf0ygxhm33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46fv9dpkg7ycf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfzlmzdjcc154\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsx7r7yyfftvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdr2cp6rjfnl3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_RNEW.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_SOLAR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kew43sj4ygrw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyym6kl36bffc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLRI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/753ggxmk3brz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph56egdkzl9z7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCORX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bpef4jxzs5w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg72rktf3enx3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_4Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_35To64Years_SummerSeason_Female_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgpkbpygmb2e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vnjk80dtpxl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd5jevp853n2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fssgttcshgw45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpmj4qnxfrkf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfyvv0zhdthx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_EnrolledInPrivateCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7klbdvls4eeg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_FuelCombustionForInternationalAviation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGedOrAlternativeCredential\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49j313fxpxvhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r43d7rbgkvef3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym1g13c14fx7f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d766t65kjs1s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2g2ek6sy6838\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59bvjrbrtdrg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msx0cktllw794\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pkzxtd0g9yg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_18To64Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28b55xpp93lq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lynv1skde6dk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_PrenatalCare_FirstTrimester_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cy2g3nds6trd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgvdgy6k352w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfr2wkf0dlx08\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_NOED_15UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AcanthamoebaUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rpn78s39srb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthamerica_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015OrLater_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l02z1sd9dtlxd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w4eh7zrdc3x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8lglckz4t2x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnr63fewg0lt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1dd8s96drq53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84775v8r48c4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumComplexEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1e4733bqpd4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ehzwpx4hrkzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey4c6wwhbmwvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/177sqvtf4zl4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yjhg1nqxq0m6\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlxdt6z103sb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmt9blffnsd04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6kypkpsy7cd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9e3zttrhb407\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_sa_allsa_cov_q4_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_11Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf83dvxe1cjr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx92bhznbl099\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxwbfp5bkpbh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_AmericanIndianOrAlaskaNative_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_F\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/qn1xhejsvmyrc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_OtherIndustry_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AsianAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qwx8jcxlggb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--M__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en9ntfytm2r65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqe0fdf6sqp43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzxecdrbnnyxd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MKTP_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89cw7xsrj1hc2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e73416jyx4ph3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmgmvq17hz7j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmg616rwemk81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yks2nst9lr56b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS42_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ArmenianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeverageMaterialsIncludingCoffeeAndTea\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j5zcytz7yej\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7nzs79ctm9v5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbnl97ylmj8d4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cm9mg4ptmsz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zrgtzt7j0h62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lp6by4lp6xb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf36m1cv23fb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr99w3dlvsd1h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IS_RRS_PASG_KM\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_VULN_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgqz62sbpkhvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7rn17kvs1qc3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz13g71s7g6hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0f10ghnkhpmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOXO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfb841kb3ht4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/093sqqjf71kb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twhhknhcdttf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65000To74999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rg4f5x1rpwk\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpkgs7312pq65\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwyrmx6x4jkef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6857z1qrf1fm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eveck71w9q0bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvhrwn1d81cc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfdrfdc164y3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TECPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nrecf5y8yrd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rcn077hv93nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k96k2kt4bxsqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvfd1j5n9vyt1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03r0d6n4fwn17\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherMiscellaneousFoods\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tc4z5xvrcx42\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb6l9k42r2yk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jwj9vtd0qtqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z6se2hrpxk82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd7lh13tdz6k9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRA_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4b13r83506y7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1UA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w0v150twjkp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbd1j4tv1r383\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqpqfejs0sns4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gckggrepcf1q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb7hzlbkdfz05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvtk9180lme1h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hv3f639wv8x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hvzr0sh2w1gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1z4hpcjw4gq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_Black_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01f3vxxz16p52\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_NENR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin17a_t_d_6\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfk2bnr4777zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enzrwqr0pl9t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcjltvlh9q022\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f4pxx5t1z6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoAndAudioProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gy04ps54x23f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt6ft12z436p5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_40To44Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CokeOvens_CokingCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSOtherServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq9cmx0ce41l6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ches3f9bhwpfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp8ey7dzmqcc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvj288p0v4v87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RNGR9908_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9n87gewe0lgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv27knkgswgz6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHemolyticUremicSyndrome_PostDiarrheal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjvg63c4qke94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m08rg35h5x1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcr4tp4m24p73\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--R__SEX--F__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfColonRectumAndAnus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8f705fq3jke5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm5f7b5l25qtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fld7htc9qpqr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2j3bdltyd8ed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srw67d0r434qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxlzwx7192yr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkshc441ppkbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p22lfzqz321qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbqmtxsclcwc8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--22%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IADB\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck2lf5fp0w7j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62glvmdb90jqf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CUAT_PO_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcywkpyqd1j89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12c50np3p1618\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf49087esn228\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_CO2E_SF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt0nfzgbtbml9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdvdrkvwkljw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4mrj4mm4t702\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhd76hd2g8zx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fwtfzmzwx34f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w811ckpchjz72\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_HealthAndPersonalCareStores\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_CommerceAndPublicServices_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcnmt6s0ersk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sghnrmy9qkhmd\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--21%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xvl9yehd4cx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fmjh8cpyb3r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svlt50j1kq1b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xppw09s6qgkm5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/UIS_SLE_0_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionElectricUtility_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithPoorGeneralHealth\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2g60l26lpcg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r61yxtsf61p69\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2tm0r9kdm0p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RailTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxxfpbhfd4hj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04sctcl0t36y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g57bykdvc9hx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htm6l6j8cg73b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityHispanicOrLatino_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8s7fn4zlcsv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6602f7v3lf8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr8msg0h6zzh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkzskwc1flmb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxr4q227y7vrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z56cc20kcgyt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringRelatedOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmtgvyz432cqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw87d1kqtec4c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gy176m2mbmz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g98fr9n30gvt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1d1vxfmjgb8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7xeg7t8nff55\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxw7bqj9xp7w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OilAndGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0refj02snlje\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kxc9pt2q0rj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7djlke40704f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byfkzc4txqhe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb14kzpdb9k04\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29d32tht48ek1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcj8g4myv4f46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnzl48x266wlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5fmmhn8w641g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfecmx0qgz9pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnlettk97bwm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto14Years_Male_AsAFractionOf_Count_Person_Upto14Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaGondiiEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS61-62_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5evxyde6h38z9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fk65rz5t09f1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_REG_DURS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgpz8xpmbh0c9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6eh9kh19mjn7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97kcseph8xlh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51zr1s9jrldvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx1h63fc31q85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2hpdr6f00q89\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9llk3n21mcf8c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkvsybj16slf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e662e8zefd0z1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F400\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j4nsc9y9bp31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx15qjdbqgb1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WelfareFraud_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppz4xqbrvpz65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vbqqb48teqh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mkwrw8gz7tk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCA.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ws1tyn5gqdbh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CMPL_FE_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_2_V\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35To44Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41mx4vc8c3gq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp2yy6ndnzddf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_HospitalAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fezhhy53kgz27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Asian_PacificIslander_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqmjs65qq5wk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtc1gxpmjm155\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8rmtcbqj97f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pgkcl25bve52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4jllrgfnmn61\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th4965488xw98\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvlmn67p739wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k13q8jeesmpd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t9myclfg2bv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp096kgzl7es5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5fknzhw22xn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19mhhp9f3hkhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zw03g942n8lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkkqkw0vbv4k2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdst08fzmbnh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfenxe2wrv9g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt5zkxd1m6jj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw57m4r5l5cyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kepsxr5jjj9d9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MiscellaneousPersonalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09yz49h1qzmg4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwf76080qy8m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9pzvbrcyvvdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78de4rk5kn7f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ft04z62ckk25\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_15UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3dw2jyzn75wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz29j4wsb00hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rskhrh3r4pqj9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb7nhkcenbz48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k77cfmqe2p7l4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vcft1h2qk9v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1klpn7e7x8rwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f2wcv8007ff5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzs0l5jwsgd65\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3917ctxeh5b6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c98mm49wx85v1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1f1183fd4sf6\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42dyzywwf8vr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tnd03cpb2mmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b03eq5mmk1sk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84fw4weskezeh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xqxj9xs8p84f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt87d8mk8k839\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyn2wtnxknn4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9bthxnp10mm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Walked_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Arthropod-BorneViralEncephalitis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4qqkt17r7tx2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKL_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9lqwejypj0s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4j5qdqpc2t8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8ye907w09fk4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_CON_FERT_PT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3mjz6qvl8n26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y107eskmfnd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishSpokenAtHome_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4eqbb3txf3l21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54p48w86cpc3b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w3bd2vep7zx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90gtfbzyz6122\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDAUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l9g6sd1sswc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh1np0dnzdy36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjd47wqzx35t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1kr52rekbs91\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71c57kkpvpyx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpptpdvjp1sm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p19dypcq7dyff\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_TOTG\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgye8le9jhp9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6f593xqnq4kc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9lv27hllg73c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedWithinPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kf6dg2xgtp4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89d7jxnn4nfk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8z9bcz3vmqe1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OperationsOfWarAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_Black_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCOUP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin30_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_TrafficCircle\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsmwqfrtnexx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cc440v62v8p1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rfnb5emplzb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherBeverageMaterialsIncludingTea\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crn6kbd6x0t21\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tejg73emz0yq6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Tuberculosis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1179edp0xrn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n1fe0mfql4m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9kjl7mdexl1g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mbjz0zh4cmsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1rz32cwtep4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46rpm8vtwwjy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgmg9qr5g1697\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrc2blvv2ccf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3f7sm43qqy6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2l52eectrwf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etn6pxrcd5h67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq7w5g2nx064d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myd6311ld26zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gcmzwzj03t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmdlcyjj5wm26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpl4jymylmw4d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_1524_FE_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn7spbyy3zm1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1kldhbe2sh7d\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w49b2fqcm8yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhm5cgf1rtcs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_34Methylenedioxyamphetamine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svb6wgcnl9vb3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOLUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOPRM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3020_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqbfzbe56tpm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwy8v8rmjw7e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8y4l64g19ed7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95x05692ef0n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7069ywhfe1l8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SaladDressing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l3v1f2ffwc0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldg5e6ryk1xs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvexbwryvejmf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cmk5b2xevz82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Female_PostDoctoralAppointeeOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_TamilSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3h82ecb2r4bc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_AviationGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97316wdtwe4s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04llbhezy59jf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Coffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66zkefce48vr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5crq9q2qwex24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cve3cpzb3jb33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s4q1z79ffk62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqe6mgne3p8yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enezcf6fzgwk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff599qtjpk163\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsh8kvy38xrt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm59y5l5fvmc1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_SC_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zttehyke8p0y9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Expenditure_Energy_CommercialBuilding_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wccjkdfwj631\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dgxgxv84ewg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9jeqqbsj3cpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ProfessionalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx0wnsf0nz9ff\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_2024_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ktx6cftyxnlg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zny73e9nxb42\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/XGDP_23_FSGOV_FDINSTADM_FFD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbk83kgwjk0t3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m59qm2nmfglj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0q4x9ww70d7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xedc8zld5q802\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jghfk6lwqq2g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9p097xwhjsyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_StateUnemploymentInsurance_ContinuedClaim\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jc9x4b90tp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzr4vvknm9j9h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlordane_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3n86k0h3h2w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy07hcq0x481h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0e1g31g7myeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmgmsn9nys8hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvehncpz4rmw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqf6yvnpy5j36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthyleneGlycol_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrrmn5jljseb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/engwjnytzwhs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgvkz9m108q26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxnvtsdvq35s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjtf8h02jscbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7zjr6pwm81d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmpgsf6y8z7z4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ev42895vncrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk2czqwdjhcvc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_SyntheticFertilizerApplication\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgs9e56t5ng6f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phrmc29cs8nsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3enb9yy14wzlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6tskvbzleh7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpg2538bp0h65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5030_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2RelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesLessRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prnnbegj8nh6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr0by0w5f30v\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3k1p58klfn7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf3fvqmtdqxt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fe8qjtnkwxp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp5qc004ge059\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd01f411y61th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx7k3xpmmepe1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUseElsewhere_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsf76fb2mmky7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l1gfk5w9jrbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21cxcc110mlc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkp8e3c005p4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUETD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dym2fzmmr4b1f\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmmyybfqn2w58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00f94p5tcgpl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eld89ytsys0v7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_LaptopUser_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4vp3j86zy1cc\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5vtwbd1539s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6newh9xhjdmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm4ycdz1w6j98\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3nmcj3w1lhed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpvstjvygd919\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb9ebjllrmhe1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx7bxwc3qerw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4sm5vnw1qrn5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkrjwyvkkyh4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6bts4qz8vhe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlnyxecg5dw7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_VULN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb3rzly5cdc33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25gj6jwvqcgf5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzke3p26nql1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd6nk60hmjwdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With3OrMoreWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Energy_AutoProducerElectricityPowerPlants_Geothermal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbdehygbtsfw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thezl833ysfhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk082z4js2881\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7flezvlfeknsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qefqnxgjylk9c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlb4cxt6legzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv5ghe66jhb31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6fxpz4ybz673\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAIMK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PregnancyWithAbortiveOutcome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b9j7756jzkn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmlh3slb2scp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7bl8jpl4x43c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg2dpvbg5pd4d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpw6cv6scc3j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gldkpdewn9gtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nylswtz6j84t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3w3m3emrfxf3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwhl6bs4fptvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2qhp4hswppgd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CMPT_LO_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zvh02w2byl5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b87tdjczsc4mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpq652wyr5642\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g53tdzyjdn393\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_WithDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slw7c6qxt1by5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1hh5m9ff5qwh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmzcsxb7gtt53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3fq8hdvn7z4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkgwrdz21jh6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d069xmlybjzeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grld42crklcjd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MMACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dzrrz5wgvj6b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wteh7y1qnl1l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb7947pyfjxl\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19kst4zwzxnc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdm5mx10w8r5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgt2jvcp9pgt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcfd5tnzc2py\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3g9dqsqd3z89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm7qnhw8czt3h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PACCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e27c5t4tbplg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpd0md42t6yq5\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_7Year_ConstantMaturityInflationIndexed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86cc9n2hev0kf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhjwbh1kz2gb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmb44xyr29p12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtpd1qls357w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnk9m8e3met06\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlqkwf726y2n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44cyjn6s8f88h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xfdggdsbry42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebjf44lgtpvp2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25sj4e8p3sfk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqcw07dhjftxc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Suicide_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Syphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jy708vc97kk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb1ckd9c7npm7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_CokeOvens_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kyyd3rh06vkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf0q5vp9n74r8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_43Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zby4d4y6ywf64\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensFurnishing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wkwmbmwbydl2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_HealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_18To64Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nl3kc9ztrxpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tvyq3m7nhbdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n87t9dkckzxc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s09t2r7n7lt5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensDresses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97dy09es5q375\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne3me40ksh11b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p46lbpch67b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j97s74pc1jv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp2cjt0dr8vs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj8zcx9zmwqeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedOutsidePlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f34r4bzbjprth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgb5y7yht35q8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_GSR_GNFS_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1lsmjledsv6g7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slkk8rrlls9f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5ygz8msz45pd\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA06_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g765bw5kv4lh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_RetailTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56fspbwpf080f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0jl7qwps42h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_NotHispanicOrLatino_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_3OrMoreAvailableVehicles_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f6eq17n2g708\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvx94xbf4esjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5fhxlctkf6e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd16p5hbdgth2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--71%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29w4lnnsmlr73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh29zrg7g78h2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsxnktb2cj8k2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9mnqq9rk9j69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe8g48ly7d57f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9e5dpr4n5x14\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_ENFE_PR\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdk23999zypm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx3zw6353f138\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVHF_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhxx89pmwbxp\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1svwkphy6thh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwfscypy9r1k8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfEducationMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ped9fr1cy1bn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tssxht5r1eld6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"PrecipitationRate\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qnz0h92mmmw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffwk7rn460rn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbp21yh5xf045\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf35000To49999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epbk035yjv7x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc7ngj2dgpgs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znm87vrlncyy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31e5z2ev1nx4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6men6jcq5n5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS42_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91pjm78gh5je8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyq1lh1jsq9lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5222s8zvlf07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1q8q313ntbwd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSOP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherSlavicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zeg7yvrzst73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq2qdc0rnccv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FarmInventory_SheepAndLambs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBond_20Year\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_FuelCombustionForRailways\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gd4v8yqvd1m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jbh6m1mdwsb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqyh7p7sc6z08\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CommoditiesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1sy7xb6mdttd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4f5qyq953lp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he11ztwc8h9f8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6v67fs8w45q7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HodgkinsDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww6mthhk2876c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdtfbs87nkbgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsdz7qhlhyxhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_OtherFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0g8lb6x7lf46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcvbr8nvdh6b7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phlgd6b3c60b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynb6fmr9c8s1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_OtherSector_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2018To2020Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05vfj42qgzw01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h2yjzvgwvsw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9n0dzec86e57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8hnzy4g0tk\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GF_COM_PPPI_KD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77j3l6yrslx5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk9ypkryn17pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h90f88r8ddz8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t85vscj3r2k8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q67cf34en37sf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1npjt4wvqg3r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ryzqjrg0ngcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_TamilSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7w90ftny1qjd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_OFDI.TYPE_OF_OFDI_SCHEME--OFDI_INVFACSERV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bv5566pj35v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0m0gsqpe9971\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrnhrcep24p6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8vcg9wffjzv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s99p1wt7njky5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztsj9kglhne31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ToolsHardwareOutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7kgzr38sp3vh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exn97fxy6hn59\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_RetailSales_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3h04z4d0hxj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmlctw75q3xld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q60cy415lb2r4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To17Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmen1s3r8vtcd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2h2ndemm05m1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xl9edf6xwqsp5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86fpkc590s199\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kedwmb2m5zxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wq5xctq14fdcg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/838ely471tzzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgjhv6jlsgt4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/D50-D89\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WindowCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_IceCreamAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13y2gbgcf93fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fey0222fe7l7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91vtkcnzgk864\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p54tv0gxs4npg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxkhphfe1tkq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmklb4w68e9s5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Essential(Primary)HypertensionAndHypertensiveRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7gbn8966x1h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4qq6t6jv4mlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf8hfd3jc5f3f\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/32s3zd5s35sy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kl0qyn6ryh4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzm90hfdns1j8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg6n86lg861cc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58q4xp0nbpy49\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/kkhmvkvydjzlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3q3f5hv9e174\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bws7exht7v5b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2xqzf9bjdtth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2qheenr69b4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusCoxsackievirusAEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthOceania_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock_SalineWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjp1r2sth2wn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzt13vs0rffl\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTXK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wx8vyy2lffd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk6hj15v39b0d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8q4xjl0vb38b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmh85l3z1rem\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COFMU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr12ttmw18w4h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_STRESS.ACTIVITY--ISIC4_GTT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gklyzbjr55qh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zlhh0k5bhdj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnn36pr69td58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4x2v8xgck659\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2x7g3rzc8y07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcm3rbj3gcvt4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/102cwf7l97bq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nknn6q2ze6kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc86jgmlpw982\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxqjjpwkkxpx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn41dxh1595gd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Suicide_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knk2g1krp7y8c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NE_GDI_TOTL_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v9ry28yd4er8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnrrvsv0v88j8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0UP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nhrdsytt6xrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1fsskcgmysxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2pwnqdnsxjp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_NontransportAccidents_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp2xerq1tt2rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhotographersAndPhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw6h8jck7t2e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lpl6k9nfkzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e6lk76pnttsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7l0lb99tre6d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVR.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PrescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_FPL_SATM_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FederalGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA10_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2w5m7ntpjfbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentSomeCollegeNoDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23rxqzqnz7hk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84cydpb9xk1g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gctz9gg5qc2m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_87Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwr9659gdmy6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elklje3tpr2mh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c88d4c4elpd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c16fefq7hx57d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpj04145zgxc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm1n4y2dvkz41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8fb9xphqvbx\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_ICTTRFF\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_PocketPicking_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25l5pxs81vps\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68p8dxhrncwc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf25000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkerrgj9ck911\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2efp0b4569g8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68r2lt889s0p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd4kmx0n6hxt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnkfk21q5sjz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j001dev097yc6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_4_V\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Male_IncorporatedBusinessOwner_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Nuclear_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4sf675eknqp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp3j6h0mdj365\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l9zw8w8h96s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0546vsbqtz3b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Hourly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwcn514pdy6g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64r9f2t27wx0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb64v7wb3h1t2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29rtjmvhrhdc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80edb611ypbj7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPPRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwh9mbxgzsbn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l12kr2eq3m6ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7yl3k9w3h7e8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_AvailableVehicles2_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6vbg3q5jjhph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7dd8rfmnjpr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0wg9gsvg9fh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1q74ym6q55jd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT7P.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_123_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8zf6nv8h99x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhexddt3hhxb7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_TN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jennj9c07851\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gbn4l2xxfx7h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn7sb6e01svd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4g763ylp213h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsmfjn0fqv445\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Malnutrition_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3hsdzrtc81k\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_4_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/jff9t85ejhnk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0b13pe13ms4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtwp0q0dydhz2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Selenium_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensShirtsAndSweaters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/773be18h0z543\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwe8zht4fbfx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx3eztzfq71cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9mzjwkx8d9ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7etkplj767kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rktl1dc6xpdr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27m4hvrykmnz8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2l29fjtyf22b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vn9tyerd32pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvsl984658szh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trxjs4yzmd4z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mqpw4qxef063\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h59qbldr0hpbb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_6064_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_ROFST_2_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_ROFST_3_M_CP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wppyr5y1envg9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr3dl8mcdl008\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmx6gz7tlx9r1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_0714_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61l3fwz5s3lhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cbw71ld5zex\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00egjmz2yyk93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfz1e9hhjvbyb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx4pyp9zy5w\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dem7en949328\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py6q8e0qfss85\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rgfl7ss9l2yh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_CombustibleFuel_MainActivityProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rtkcre4114v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggw6rbz7b47h4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yjt1f0m4c6y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swyx5k4hr6q34\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD2VCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_IschemicHeartDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b75wb4eht04cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/491sf1nrhpvmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmzp58977v5cg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_ServicesExceptEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqgq0k2ghjv9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ym1cn2jb8fr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnhxwg0kdc5t8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldx2v5wmk1sz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m674yqw151hz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n5w64gt92qvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gf55sedmjpkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocoleusLyngbyeiEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LaundryEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k78mzy67jmhwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryxbs77wrfm89\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_2_V_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lgjcgwf56gz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1bf6l82js078\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjrbl2z11c37c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk1np7mydmf6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81c5vhs16lev3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BORIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9hqg8c3jt185\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6ngvvs1lx80c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhsvf73s2tgwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysrwn1xehzw76\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0msqzbzdr9p7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Male_Overweight_AsFractionOf_Count_Person_Upto4Years_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18OrLessYears_Male_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqt6lxesqlj2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4x4c444l8wn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j2re2680dgnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx20hgre75f76\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G6_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqdm7fjdn6w1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdls4fqxjetv3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnk5ndwr8j9k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_InLaborForce_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxphsr7dntw49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zyedsk8bfd3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1xs60xrrezff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38h9m415merl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knxfnn62n09nd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_3034_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0szkezh15305\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11pz1tkgp1j9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v39ppmzghcq1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGTFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63z1vvgrxe007\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk6t57k0g2xl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp6p0scfbmem3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsnjknz8s9yhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5pwm23p91r96\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ex7dq4rkwg74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy4nh65q35e9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e73dqp61frww\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_PregnancyWithAbortiveOutcome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpb7cy8bnpsq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvnh5cpl9h1rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhd09npskbypf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HodgkinsDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentNoSchoolingCompleted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2vff3qb1efs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qgzwf19g52k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hcjvwl18zy6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_2529\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/GFDD_OI_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccn63zjnvk3s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0sxvs7t8cz5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv6cwvbwkmbj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--62%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1w23jm977bwf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ElectricityGeneration\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.14-3-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SG_CPA_OFDI.TYPE_OF_OFDI_SCHEME--OFDI_INVGUA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6znq27e65b77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb2efe8rceckg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3699hmlen61v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e9svnb8b5dsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ded12lxgtqsl8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p6yqfj96pkk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4b7ttfhn8km4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96vj26bgmzz49\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusUnknownEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41v3fjx5y11w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7420vnrmvg9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd28vhry1e6l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szg6r2k895kf2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sw60xynjddgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/545krbjk7f4jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn0mjg3hzbwwc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CO\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhw4p6b1cleqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k919sp6j4hs19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdyl87w3cww5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdlx0f4jexyd5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_ANVC_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Male_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djmqpey7fpq26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tefv1h1qc8q54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcjj69ysljyzb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_6569_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lrhbsxnxlz69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh76wxlmkx2b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js2s7ve99lxzc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_ADB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1lm21fvefb7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8nb54h0xhw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NewCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y3nc7ksygv57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qwmyb38sjgf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vk4jxpr9cc6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv60f085mf172\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010To2014Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTTUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p63vfmkpe7ypb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSmallpox_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ff32h8ngswsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3st47c9ywxf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkvzqwl3xq9z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mp3emkr2cbxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtpqz5sfqs3w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnbbgwv6jhqc8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensAndBoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42ggdt4m617jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s4k6mlq61t14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kzcmc51s3tj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwnj4hj4b13r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_SummerSeason_Female_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yydq6nskd1jf2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_SELF_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vrk1xzb571l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nq572z0tvqjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9lg5h66cp5tb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.53-1-TBPD.Q\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/account_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2tmj6w22qts3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PRP_4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmjl1ve0jlfdg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y_GE18__SEX--_O\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffqs02hzkrphh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nffbw64b8q9g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p850yh1g71207\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEasternEquineEncephalitis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5whzhdzredln2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnm87exjxy63d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8cv9h3w7lsy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCSalesOfficeOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fme2e0nyryll8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_AnimalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--DEG_MHIG__GOVERNMENT_NAME--KING_COUNTY_WASHINGTON\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherLodgingAwayFromHomeIncludingHotelsAndMotels\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_WhoopingCough_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d88mm3wh0l8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq5bxxy73yjt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzhejcnew04jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl9wnzerq54t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1q6jv93nyqh7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_75000To99999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48exwe0y2m2vf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4h5j7fqt3gw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re115wrh2b26f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x12b22y4kvnyg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z6qhnbvkzl22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrfqbl4pp832f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql3skp05yc6x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vffv7jhcm6pg3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ABICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSManufacturing_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccbcdhg7vcd6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2gyg5bsmmvnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_NoHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jz3z860x2bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm805dyj8wg76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q8yq3y13ckyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er97xqxhlpbmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkcl5gwcn8qwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WhiteBread\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerHeatPowerPlants_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53f31qynnp447\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fncmc11qq2kxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0xlr7ksm1pyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xy3dv8brdp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22nsv2qhx3xp5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/7y0n4j9lvh58c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djtrl1z2hrn07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4ymk105sftk1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nyylnp67fl7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnq3sms4ekt6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3qer093qhgk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100000OrMoreUSDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ccew6t4ec9b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z89ncenf9dxv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00f92xnkj754f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h23z1w59txcxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lje9z2xlll8l6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_AnthraciteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x1m15f4kyxz7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_ANEM_NPRG.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fgp483vtd9n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc7lcsrrv1rm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh1ty0k8sv4cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl0n7wx3v8b51\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61bgk8kl2jhq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrn8ey2ksdg1g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/PA_NUS_ATLS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GasolineUnleadedPremium\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8wgz9endehz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txnqyyj3v1hs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l0vb0tj3fcpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptf4g66sr1gdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mnq17nylnly9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcxvb566qr907\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pse4t8f0rl5g3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w97wtz11w0fmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--62%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCOUP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDECB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xglskpr9q91d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3sb8fj5k2gg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecn40r609lrbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjnth5xlpe3n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9fs5jzcldy9g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin16_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86je2nnh58c1g\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/kn6rmzs5g1g5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nszrnl3ygfwg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19se0dwtwse1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2zjszf4pgb64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tly9j1g621qe4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5gn0w5qte8gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnl7vb8m0t88c\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32s8bkm0jwn34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0jlcqe8x1ee5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_32Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6md1k3rvn8e5g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46jjge4clj154\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xry4xs7r5m27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4nv89grvx4nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1envtlqz5vnj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz08eker8cbxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzg3w37nlbt16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvfdsp7z4j2q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08hqdgeg9x4lg\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zf9y0hdgft73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teslv11z3hlcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mhh7nkwzyhq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svk2gdyb1cph2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pe932fjsdck\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8vr8gfs5ystg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl87xxqrvp243\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionElectricUtility_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f23vekyz1y6y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p065ehnhlhwt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z48yfxz51ke7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21hbxq3qe36w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml4yz99zq67c4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_MastersDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Amphetamine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ndbjf9c5vzz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0s8g44snnjj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjb6bhc88clsd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/d3sl5shk319j6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc548hsp1cl0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k61b3jjje6p71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5mhly5lm0c9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DKEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14ggtdd9twq9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_ROYL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"IncrementalCount_MedicalTest_ConditionCOVID_19\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15hhr5st9ft7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwytb7kx2nmf5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_RSB_GNFS_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Civilian_Employed_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8eqykv6kt5j5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq3kwqztwlb57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22zl14gq1ges4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7ytbtgl69042\":{\"byEntity\":{\"country/USA\":{}}},\"Count_1000OnwardsAcre\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Hernia_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CycloneEvent_SubtropicalStorm\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5bh31bcne0e7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n6cq2cnp1ehg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp3hjcwwe4vv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ljw33gsksphb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkl71tlvs4758\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC7B.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh690hlepl6j\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_AEDU_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tqhnfxkpc256\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfBladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df51zg508p703\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fwxs62yhgrm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6h698m2vmdcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l0gxf0c3tyqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qf5rs1mjq8k6\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_SweetPotatoes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSEducationalServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Solar_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CONIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.38-12-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvz8bpycxbwc2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__TYPE_OF_SKILL--SKILL_FONLCRS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSHealthCareSocialAssistance_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkq5x0yml5nkb\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w2j3g7s049c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tw3vth0elrm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx4by652gwvm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR46_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AlcoholicBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gqcv71gevlp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s5s351cmpq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnw8q0fkdekw1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ent6zbrbb9mf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fey6ryvttegf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh8ddcb33mnw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NewTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b31l08fnj4fe5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVPUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqrepd1d98cpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epv7s4v9qhlx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw7xb3c960fnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/R00-R99_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmw5xwhfx2gqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hmq25ggmvj68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz4jx4c7fkveb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk0wv904hsyhd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rw47nf3ngle7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_CommerceAndPublicServices_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs12mnpshmlv7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84bwvbpr5gnjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g636rednx9x96\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pbqlry91eck6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c3e3m225ne11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0xl2x7gt2nt6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_PHY_VIO\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0xtrhtb88q25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czbe6l1e24wpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisB_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0148w82tdbwx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97zw9wewvjlm6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_0_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_SOCNaturalResourcesConstructionMaintenanceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rqlkl8e4lt91\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cgdccgx6gh58\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--EH\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_SmallScaleSolarPhotovoltaic_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47rkv0wsc1tz\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6vb5d473kep6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto1Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HyperplasiaOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhe67f8s8c0kc\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAO_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn15r39bl4gj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prvxdy54nr8v8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPJK_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtxgkl40c0gtf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfxydw9jwznl7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3691hbpm29s2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9eefxdd6cr48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z09ejnxqplyb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7sz6npjp847f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnhjwjcww6c0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r970wyk3jnr75\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_SheepAndLambs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00z4hcpm02psh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g517rzqwd1s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7f5rc4bvc55d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1st0rwxqv7nb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pj4g58638sth\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSManufacturing_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AsianAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV03_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z76d0dk0mbtf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t49pxhhzxz924\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OilProducts_ThermalElectricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42gsdwxn6km93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k0cspwhehwbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm9me61ydxj82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws53s0ne6kb27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsg6ynh12p5lf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_WAST.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_N\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfqsw1xz024cf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyg2d0egdb6k9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8l8cmzstc5dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psg5c0xhznskd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7rqgxkkp50bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwq8fmfhlrm58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gjlsms7sr8y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q31z0h0ptn0n5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d87zdtkd0w46h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs6c1g3eb9cl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrvvdjkx1pne3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_15To19Years_BirthInThePast12Months_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nrk6dn0qzl57\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/83523mw274178\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5gy5fr2j03hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Count_Person_18OrMoreYears_SociallyIsolated_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/903rjly8nvdzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSAccommodationFoodServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV24_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xqw1etv0njw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyyhrdy3zq3h8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c32hj7wrjkq53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvpk5n2kwfn13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy5pbzdgnlnvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slwd710656eec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlbg58j0xvkec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3s54181w956c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_Male_AgeAdjusted_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhkkyqjsg4tc9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6sh86w900zw1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.64-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Female_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/670r4fglse5z5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v2eelbh3jl6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntgv9xl067elc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmy49qsz5b1h2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3020_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ESL_1_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_BachelorsDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfz3kk3h0yy06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4mqsktb1zyt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcx14hywth46\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPLRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0lcxsfjpcpv6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCRS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_MonKhmerCambodianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/760ggtdblgd22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhtc3xxlbxw63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1hpwl90nz69d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BreakfastCereal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vsbsmm2lwdr3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ch2qfy8w4tk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvqy73qt7tdeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8p4j8515zwrb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxpdb7e5vp4rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbk5601st80cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherPersonalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lmtcv4vswp12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cc3xp1e81nkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sjw3esdygfgf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ccp60gn392x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6j0el3vt8h5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf35000To49999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8kthlprsrvd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCEngineersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68hbjptdg5mx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le6nxed92k8g1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8pq2z7m0qjgg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt8hqyg5jdcsh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_TertiaryEducation_Male_AsAFractionOfCount_Person_25To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment3RdGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvcdn0kgm5zy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g85xbck40rc22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y83n98fr74yg5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0cv22r5zyelc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbyrynx6j9zj8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22mky0c96b6zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.USICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyq9p3bpzpzgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq6lb2t3bwwm4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_WithDisability_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4qm2pw7szc21\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Nitrate_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GasolineStationsAndFuelDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0whx46mztmek5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ybxyhb3d6xf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8lv8qvbdkjed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lev1c5kxd12y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsd2gkvstp918\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8hy7lly8br0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjhfn7zr3s2h2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pd4jtg584yk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3djsfbdk3zs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq318py5r9gfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1k2sf5ltse7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm0fgqzb7lrcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js4qwxzdwf2m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9dt20kfpemr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y36ztllhp9xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzv4mvkk8xw8f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VAW_MTUHRAN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_BirthEvent_LiveBirth_MotherNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g6egegppbqr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cl53510nlhk3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tpzd39dqk2gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bshstd55b7gp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elew9qmv2tp5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2gjm0n8sex86\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRA_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g702gc1dd2fs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pdchf776yh19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91wfvkxz0q326\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yve3mlpmm1df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9l1xbpccwym7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/532whdpcv5xe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv3pkj9n4eye\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy8z1qpmvpry1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zybz21bqzqghd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPM_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vm242fhbm133\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p59ev25lkfw23\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_AGR_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetExpensive_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jrjz76qmq05h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh43th6hj7bs9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9090_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6wd9ve5qb875\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--54%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9c08e30rzf07\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DAEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8dzl93sl4g0d\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x97pl5zcs0e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g55znmzhk56mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfhfm0wnbc282\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2n9pmnfkm5pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdjtjr3xj4yk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_1Year_PrimaryCredit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62t23jhs1t5ng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G3_M\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/d7trw46dq9yc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrswz3tkhe1c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf5z80vhjqbw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67x6tyvnm6769\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfmqevwt0e1x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhhkwdjd8hp3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1phess1s28v5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5cj8t45q9qx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32wsccwyzqy4f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_08\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyxdthlcmv17g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf7ys9893w46c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7ynnlrhr2y8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5cm98rglb858\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2br4lkdee8bm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgpgztps257p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbmmcs4tjm3g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y100y3xlvdzec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-3-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/bh5s7j0193gc9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD2VAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_FOOD_ZS_UN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0eb9zje7bkwy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw243kdj4g92g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8ft9h2wt2f59\":{\"byEntity\":{\"country/USA\":{}}},\"CumulativeCount_MedicalConditionIncident_COVID_19_ConfirmedCase\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OtherProfessionalAndTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--62%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Suicide_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vj9s24mh95zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9h4epencczed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nez859h670evf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSRealEstateRentalLeasing_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw68qeb5tbet8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpr52kje0p19c\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t0km5pkh5zx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhency4nz46ff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j1swqg2sdz8c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--PK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV22_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vhk40ez49dt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIYRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk4bl9r41b7n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x82mkl6vqrrv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g416ey2v5f6z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d50jyzjqqqhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk24csncr17s8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vgmmsgdmsvt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/temqthh8h3zn3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w72c250md10h5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq74095xk6vx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bwnnflm9kwbg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"eia/INTL.2-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rgspexrfvm45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5nmcmprbjkv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdywx7yjd1bnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xydxdqdgp20y5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_REG_BRTH_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phs4bsbjtceng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhotographicEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vjmwchsezk87\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Jewelry\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ln0kjsh5dvfgc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.44-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dl3cw68w4rm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbcrq6mjy4df9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnllqeq9c0p68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rth6ds72t4n4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/588vmff766xrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4n0nl8le6c67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs0dnq91klvy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qezl4fgj408hg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78gynt9xc5crc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycv4tg3n2fre5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwmln7brqcr14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jepjbh77y5v5g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_DEN.OCCUPATION--ISCO08_2261\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSManufacturing_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PerArea\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IndoorPlantsAndFlowers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5wkf4g00172d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2gsf547myyn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm8bnekyyhdq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Microcystis_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tgc84rjl4s11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpjwt7wttwlcg\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_IncomeOf50000To74999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k3wvy62rrlrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4w4ttm7e3jdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_65OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nh3y4869nmvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg0s72271ej7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnccqvbytdvv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slss41lj89qn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgqt0sd6r7w4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23h7n040xwvy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp6pxz0xhnep4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y_GE15\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/17zrpb17k47r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1fg0wbnrwjc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54dmhzwdcr8mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vdn1b82zdke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/957cf31rp93s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfqwe92d1qk14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HyperplasiaOfProstate_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt2sxmsvdrc35\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_DISAB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Exports_Fuel_AdditivesOxygenates\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yhllql20rq2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bktsq3x38bg11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djwp676kdt8ld\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_PeanutsForNuts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzyebvxc4tf39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6ehjrncdtwk6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_7\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyxmwv4m03kf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9701tx0vq8d5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MonosodiumGlutamate_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9vzqdgq5z8v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lskkl62bwc2p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbvh2gqktct37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tp99l8ld85x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c6gzrpf2jg88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4kjlxvz9lwb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj1key642cph2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz99t1nxwnw26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjrlvqgnr7ce8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MedicalAndDiagnosticLaboratories\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cx0bbms9r1ff\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_IMRT_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/fxph0dxhlx9bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gefnn9shdmvrb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8537zqf45wl3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_ART__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c233qnv6w073f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6hmgj1qfkes2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jddehv67h99cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19jnbe9y1jex9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl7jx34fccy73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnbeexkyt3gy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk83vnzj5h3n5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_LarcenyTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/133c7n7x65lkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l08y643ptvp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qkprhtgvpk15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8fd9t76zjzj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytnvb3qekf3nd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_PaidEmployee_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw898b08whs0c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOORDB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_NotAUSCitizen_SpanishOrSpanishCreoleSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c670cvhq6e3j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m49e7e0bhzb3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetExpensive_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gn8qxpk4ec53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwhj6rxsxt25b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b54r7ewxmekk2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8788ncns7nt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NondurablesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzmd6bvvr8d3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA08_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz5nh9q00hzng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAL55_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_TOTLN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_InLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fnr9t85jf9s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng5pd40pw8817\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szywv0lfrn1p9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_OtherSpringWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9yspc7wmj06c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd7f61ldq2f52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw3lkv9m9lsq4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_OilShaleAndTarSands_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneD_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MovingStorageFreightExpense\":{\"byEntity\":{\"country/USA\":{}}},\"dc/reme2s94t2pj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfbs0sbq8jm51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edfwqmptd16hb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q7hw964gtjjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tgx5j2hrpbzh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psv3v0wx10sn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s5v81f48yww5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dv2vyntz0x2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8w4jy8wgsfrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InfectionsOfKidney_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehl63vjrpdhf1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47nh8h3r4n799\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rpjt8s6mlhr1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NAICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emjj3hhm5hr8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxc23fzj398mg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f2lyls5glcl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skes9hcrc3y33\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_INTR_K3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft336tewrl5q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0qfql6l21477\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2fhzem3kg6k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efmy5qydlvycb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp0bylpdjfmkd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx9c6fv8lj7z4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlw1te9rr4bn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkdykj92glj9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sgxyd25w8ftf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4cylhmmspre9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsqxtw93j89w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wed3yw96t5bhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AgeAdjusted_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qwbzcygm5632\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_STR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8flsgqjfjtywc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lljslrj6zjrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy6yee7f94x3g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/1_3_ACCESS_ELECTRICITY_URBAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyrh1mpqpspr6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRUSB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/490xnnky44fs9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9rjqdq9xzhh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crzcgq514qkrg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17b_t_d_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gc9p5fy2qkk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwqbcdfx3z9lh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p9j7vm4q2744\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmty01qn7m0w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianAlone_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/176l0es5nt0y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt26pz7gsrxkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfj80zg5v5z17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddyzle67rskhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To64999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxqldfy08xr5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb355xnm1vsw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w54eh381n5h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz2pv4qk1wnk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br5n9mby3njzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbp372wh9xv13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep5xz962b73n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27v5g7ve28wq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmsmt7ktln0b4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMoreAvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hyvefz4s6pr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6g5qkr8ljgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy6fj7vtb9kt7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInMilitaryQuartersOrMilitaryShips_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zwymk0etkltf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9cwytqgy31dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cd4zzydffqhf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45p5v0sky9lv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t714cs80y9f7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp3q8phtl1vw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionZikaVirusInfection_NonCongenitalDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/IQ_SPI_PIL5\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/7t64e5227n0gg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_YiddishPennsylvaniaDutchOrOtherWestGermanicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh3fg5eb7hcr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrvlehwjs8eg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4swwcfjndn4xd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MarineHighWindEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syep8grnlkk11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6yelcz6pswe9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BlackOrAfricanAmericanAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_ContinuousLeftTurnLane\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rjwjpmmb25k9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp9wz5ew1hb1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb1gq063j9zb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkbm184j7gv66\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r0j3e3ylgvj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtjb1rjy2pmsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxqvmgkhrs1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4f56vndfytp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3hb3fmnpxwxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhm35fqndn7m1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg6ws071f9nk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpfb9wrpz19k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz18q2fv6pg5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge75To84Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svqkec79d0t7h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.66-2-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_Female_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzy0hqdvwzrmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgjb2dch639vc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qbb32tqx4bd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9yj0kkxpf8ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7wjsdwlbsx0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd8mvwt2dyn8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79t2l6j6dcvl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_Person_18OrMoreYears_ReceivedFoodStamp_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gdfq9jkw7fh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/305vfet698wdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hgc08qbgg553\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znt6hq8vb83w3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcz3sdsv6xybb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp9xb0kq78pnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5wq3skslpl28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43kfest205r64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l23s5xpqhf05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PlesiomonasShigelloidesEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_TagalogInclFilipinoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_NCOM_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Suicide_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29qy8jvm0tq04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rgpl5nfbe963\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqze13xf1scf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9kmr0751y9k3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9svf1dyg1pkcf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c54sqpp6ny5fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkmte1bdkp3f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6py4y7e8v55vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2mdgr4f5t2b3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3108g4643ygx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9mw9xmdm541h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PRT_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ComputerSystemsDesignAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bk5n4w4w5039\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frh2ldt64q2q7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ww8mgcqyw5e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpv4ll5s6wdc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v250nybxnq8n6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl5p3g8geht0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/842e6lkmqqj05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfm4tvbpsbjf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionDiphtheria\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1380_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z1cqpydrdx69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kjge1mgd2jcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv5c6xw5l4wqd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_CPI_04_XD_DB1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m86r0ggw2eqy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/197k4jhpfbzsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnq7mrebxwl34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Snacks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekql70v16e6v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd96tp8n1ng9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7rycty46hwnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gtx38wj7c6c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm1b4dqyk9xv7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_SOCProductionTransportationMaterialMovingOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lvepgjsreml3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nk6rycjvj5zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b133ffn1hd359\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/1_1_ACCESS_ELECTRICITY_TOT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPK_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_Female_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5bz8vg29c51d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndtdb6hcdjs11\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz4h2e914q7qb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqq66z61wl2g9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38gqyhs8hrxfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx8ngsplm5yp5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1UP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.29-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy0hrbhps70s6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_RCOV_RT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_Person_18OrMoreYears_UtilityServiceShutoffThreat_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdrthyj4wzc5h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqft685nlnfjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbzez7ptbcrq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wydqeq6z1eqp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06neszhwp50e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bksjwlqd9et19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tf0rv8lb3y4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlj5l9krhf2ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsq284jnc1jl1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6vecg9h1sq1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x9dkrzj80k02\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hn7gppk5x1e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb5tjz29bhbhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t248fctze65f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq05me349n7eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw3zn4hhtd9lh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44ppj81ml0tbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_HSDN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_MiningAndLogging\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gly3peb6x5wqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm5h6fnxdds18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tlxx053vzdr7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s8ztnzt0l083\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvv6924k5h4r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessMedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/114fyzj6gf622\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10rtdh3835rzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90cqcdff562m\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_HispanicOrLatino_Female_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z1w687vve0dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkewz0shyxpb2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p94z3sfc58yr7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_TradeTransportationUtilities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06xzdxllfc833\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zg4tlxe1ts3j5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf10000To14999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAtElementaryAndSecondarySchools\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzk6d7bbwf5m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9xpm4m4pnzrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khxhcget3dq49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5qycnqmd9393\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kf742mdqcze3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cx0ebg07lpr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g99t6x4903q4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4v57qg5m3tr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxvvgqzpqlgm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8265xzmktlh3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0h5hz4yrjfs7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19OrLessYears_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5myqk5v4qcl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgrt4gzkysked\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlcnz0dsvlsw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTRR0_XR0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_DesktopUserOrLaptopUserOrTabletUser_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14j0tgp4vr7xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk86r7bxv8c9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv4f3g86kqww6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxbdzc9bdnjf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75qgd3w0sg4eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mks63e7yts014\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FD_AST_PRVT_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1x70er2237g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0jxjx3jmf5sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv8dqkb1ddvgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gmkfb6743ykf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0denptcrp7g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e91xyflcwsgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/185dmfhghbmsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FoodManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j9vbghlp44bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pm5hxbvwc325\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlby04wdpvkwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSAccommodationFoodServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BaconBreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tncxbnmntp31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6s0n2bq29gbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swe6kh8lrvzd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb7n80lhqxs6c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_25To29Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y94w4t7831m3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGL1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17eg6cs447044\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ybmvych1d9fd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb0lwez0jglyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8v6y14d3x251\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew75qfmev1tj3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtnypgxyyptk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xctgf0c88epc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5jmwz4fcyhdb\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhvl2lh163qpc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwds9ds6y2xf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfrgh3h3xfv7g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_NoDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbrtmyy6yne28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhxzg64h0qq5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineUnleadedRegular\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c6vb2ejewn41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9c0nv4kleet4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x05wh8889b8f7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hjhetkbbcksf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly7p58k76ksn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0183jwsne35f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb0mcmcb3ff15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn1qgf4609hhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv5mlg2zckzh8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n3d6jzlgjkt4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7s663kyrjqr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px0gsbmdest5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsydy3y548t17\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf65000To74999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k08c79jq0xwyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf31l2l5fzx6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llrmjh9dmx4q7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS_OLF.AGE--Y_GE15\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalExposureToSmokeFireAndFlames\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe4mtfpzfjc3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvzy22br0vhq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0x8mc6zk28q7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherTuberculosis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2436hfhdk62w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8OO_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qqs55qwcge71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srxgtnylf78c7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityUnknownEthnicity_KnownOffenderEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g79533q2mnfn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3g88692d2bg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md9eyswq42476\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16jng0dyd3mzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ls756jgrhhe7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sxpxpb69dd48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eexx6mp33rd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7ts06vdxn8q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3thq90njnqq3\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etf5vbwjkwle2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfwgl6ypyldwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skf6v3846fkt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjt8ckp305hn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--61%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Arsenic_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x8vl6nm9zv2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3hehk50ch012\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbz127y3vgjj2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_With1AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g77dy8hfb1rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3me8ynztge9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl36j1ygwnv93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hxl9ljdcevz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps3gcs69e95p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn79qe08mhq23\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bfbydgxysywb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2vpdg2b0fsc4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43gm4rs97v1sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wqnwknfnsknd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0l3bt3xs0bc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvfslr81q7f83\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleBodyWork\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxx83js4gvnlg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13bje2l45bgeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w798etznlgvrf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_MISS\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqjdpkfwq2xw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgrrdg1flrsy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_FourYear_Male_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSInformation_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vgennhhr2ntb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3035_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.67-2-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_BirthEvent_LiveBirth_Mother17Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fg15mctddf54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd9ldjbb0yjf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmplc9x0nses9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinResistantStaphylococcusAureus_White\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Utilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygdrx7h3lxhc3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NonprescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk8pn2j9jk3q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml5qcvsrgzbg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5gb025ptrs63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/temppqncp9m17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_TobaccoAndSmokingProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f72vswe7vrp5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9fekj65p28y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ezpcrzwz6lzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxydzd75qsry3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkn0fmqw6ezxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2q1e6j1jm61s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67ct1kdrwkvjc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s254k9cyz4s98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe7s7qhyc2ejh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tscd35clwwrn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xwz9x63mp3j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqry7etfzj6fh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Postage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55qdby6e5w8hd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hj10e7cyfc41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsfcjmrxmb95b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg1jf8m80krs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2g83npmkmzlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p34k4tm3pf486\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vttvk4xq1p3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8fwvxep46mn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6el0vhj235cb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ConstructionIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve9j3grym8wj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AIDS_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttdvb9z2v4s1f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_Manufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snkj3xy7mm2p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdqvl6ze8m6hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgdp0fsxh67n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfj3vmbzxgqm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60vvn6180zsm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ygnzkzyyzknc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bhtkvg5g4559\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fcbwgfnetm1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q062q3904y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52lq8pyc6cwvb\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_RetailSales_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xc7m8cnqy7y6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG00_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionAnthraxDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ynz47ezvb9t3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg7pk0c38qngh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1zmfw2lpbp38\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_NoHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mp7ebq2wdwkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fef8yh9lxs3r3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVAW_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejm6g255wvte3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.63-2-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_OtherTuberculosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx5s23nyq0qx1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tptph3jk1kvb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ydvdc5wldngd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl0tfp359lhmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb7ll3891y89g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn22qs2xc51z2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjn6ky1rbpwqf\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n260nszpwr791\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0s9jf1pzw9tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq1vy2gx9y0bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ft9mmr08168g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frdxe5rh2qljg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw3dcj354qpn8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_25UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlycxmxnz333f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalCareProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5vezeq6pr7t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvvt9e5lslj43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f893pc6ndyrm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6v3mkvk29zf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp0xmph3sdy1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjlhg4xp4hjr4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5OrMoreYears_NavajoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e276v75ksh8s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq7tnk2ddnde2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_NaturalGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntracityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20c1p4qsckwzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5xmhr1329mf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92cdv64856chh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6s0c6xclkyn7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAFuelCombustionOther_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mq86sr8jpgr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qch584kmr2k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2w6spsy400n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqqelcb0bfhj3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/951x024nbd88h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmsl5c1yqdrq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzqkjpwwrw9k9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zd2eh0b02v25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9jp85yh00l56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdcmhczld2gy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryrt78ymsdqh9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACC_HNDWSH.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Meningitis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ButterAndMargarine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x585rgvbxyhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcgktexg96tl8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypn8sex2q1vzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvjey9smyljp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etgwyg6d2yxm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_EverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_AcuteCondition_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c6mdgdfsd4l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w10dj3lw3ttyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmkc2rxzwxl58\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_DO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v19xznb4v5g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyfj9vccg1lcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f84ldyec53s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/231gj9hpwkdsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/471d4jsrx5lhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3gd1dctp65l4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_UsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gsl1fnscp0w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8dfz96k60vh2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08qeyyrnyddz4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_SACWS_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yblngn9vcj3wb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32n3tn6td8llf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcjy2nmgpnl56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n82jknztm7y34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpkkzz7cbx463\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/D50-D89_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wql45elfmhn1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hsh8slx7kfq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_30To34Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm2pd4d5dwb3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp69gwq0n210d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/225k0315flp55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpybsy0qxw1m5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfColonRectumAndAnus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_InLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y_GE25__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycds8sp4w9v32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4nnkh5tkl48d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HouseholdPaperProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnpc3phnpbrv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rtth3c3qzfyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycdr0jxeyhq11\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_AST_NFRG_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6spnggjvh18xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8dzs74h1dzm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jflw205kpzj01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0pzr3d9pw037\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb0p5q5pcxy4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2eygnd3w69vk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efzcdvhsqsek9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzyb1tryfgzt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe3n5lejpz2vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbhd80lwyc679\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk0z6tvx85gk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg7dcm46vlcn9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_50000To74999InflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd1v58h646b69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p1mgsgtm3rd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w6yprt3syqv5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA02_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_ALC_PCAP_FE_LI\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk2kqxsg2q38b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psfdc0c0p0s58\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_PetroleumAndRelatedIndustries_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Soap_Detergent_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lnt3ry58wm8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxym5r2m96hr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvv1cqyy8yct2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7v19bhj463b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessMedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/363sp8c82d08h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d0xb6mktj19h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_SexualAssaultWithAnObject_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tvktxkht8v65\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_TRF_PRVT_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmd1x3jvvgjx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b57sebyxm2hb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9rwyj6mzq8mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8pfb70993zl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCEXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_CO2E_LF_KT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce2mdnhjmw9vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwf6rw3gs3n7b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_NotSpecified_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bykw0pqpvv4fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klx9ffzwg2brh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcfzv663g81sb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v1lx7tgdvtz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3ky0zxhrjh8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvk8h523ccsx2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSXR.AGE--Y0T17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_65To74Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29g89xsm9rn6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39ev9z7l5dz99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv0mr2t2f5rj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47vqhbkr6xt55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgk0ylzp037w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbjmvkyqf6dm3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_4044_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDUVAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxzwpndvjqptb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SKN_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WSICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Photography\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PETCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_AnimalCruelty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r33cwpqsn8p6g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_Asian_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65bnemp16fm6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkhf89v013rjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf42mwe9y7tc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfy4mw9vefe7b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdCleaningProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jls0cb281v2w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxhynhlp6c2c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52t4e6c75f0t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyz3wnhgz4t4c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Forage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6kt7vgfxch5h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BML9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_FINL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77w71n7trrxyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhfp442wt1ng7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrevx1fcbpbgb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Wind_ElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_AfricanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q24gnzcef6pv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2knj6br1w528\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbq3txcztvfhc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75rt77e69bnh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkb1gqj5m5jlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmktx3rk5t9m2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdly8lkp07pt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc9cgrk78hg7h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p7s1sjjgbg4f\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--48-49(104)%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Civilian_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k49xpsszsrqbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgknxq58n28x1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8ex3gp7j2898\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgv66vsexz9gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge35To44Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_RespiratoryTuberculosis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb4stlhnryzv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4fm0vg7cbznc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phl4el66r83jh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/C00-D48_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2eyde4wr5hbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7lyqebvw9jnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs2yhjf201cz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qb087hm7v6r\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1979OrEarlierDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b3w86n47krhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh1y3y703m903\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_10OrLessMinute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4c1h5lqqlrwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q559e1j2l88rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zm2h681ftqc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ws0cm11h96j6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq0mee346twrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm8k5qk172k98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGuanaritoHemorrhagicFever_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FullTimeYearRoundWorker_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlmcp6esmyvwd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz2q37np0zyt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pgem59zxd1m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51jnctd811lrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwsqegr9790m5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ForeignBorn_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6dc7n0wejbq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqngxdn3dc06h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftsqncdfm084d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2d6fpwfcg72b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlmknmxcv8bl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmg6sxjpddbr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzkb3wpm1wvy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SE_TER_ENRR_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40q9bkzw1v6v3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.AER_ERTW0_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y4xsyfdp1xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zeern7y24l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2pw30kb2kedf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfnv6lmcdl1s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpdz4jc2qqk2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgke0v8bhelt2\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceAcrossModels_PrecipitationRate\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7219hbvs6v5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5egbedv6m1zm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc6vd8r46vhr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clyxe7yrgm2yf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BMTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75tz9s4d865yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrxs4tep0kmcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz6n33pp7tdj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zslvcylg1fsrd\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/8krsngzt5dmv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8p2m5rx43j3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0dvsmy026hsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To17Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y6nn90hzplv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0ccks4wqlny6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b187gjhkp5qrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eeh46ykyeytw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxmtl6c749ks7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slrqcwyl7nxx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgtn4j6e0jwp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76v6vb63cq2h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fevsw8czrfmm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv82995z8yhkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt2gh9f4v94hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx2x2r3rdfx79\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_65UP_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74wjt0nxrr0g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6smdptbv3wvg\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/053y2jp38j3q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMTRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xefev3g6vet\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjp7gpb6lppec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec13z1eh1d5d8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58x2fef87hfgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfm1vw7kvxx64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyshcfdfbhq1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej9qx6bg63ddc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjbkheq6738y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreRelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/064vqc3lshtyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzk4g7k8pfyvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48kvxfntx2dg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9pzk4lhpr3h9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlordane_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em5ysxsf96xb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgvzl3pz6x23g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40tnp14t4ps86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fkx6t6nm02h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3c37scqyf8r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TextMessagingUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Nuclear_ElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HypertensiveHeartAndRenalDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xgwb41xglfg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6fy4krxnw697\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmm7xn1nfv09g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t61jkm08y5zwg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PESCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjxtp4ey4lfvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000To99999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f0e0y2m6z9ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xbftg3bzgsm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0ry47ywjz4d7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn53vnyeq3hl4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btrr9nmvpb5n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2m8rlsnbxk13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk5r589p86t45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c758zyhp1kw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6g4045qww6d7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_SunflowerSeed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzytmsmd6v0p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl6f8k2kgnh3b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_CommercialBuilding_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6k2kbm1kn8n5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HousingAtSchoolExcludingBoard\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql2hhqwzw4je5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dhlx4r0shgx3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OxidesOfNitrogen_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffs2c7md55st8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8m0lzkm2llh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtfsq9gw6w6l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BaconBreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g35r5cbc5bcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3tk44h2el8n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx2bm82kbtnr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neh7v1ced5cdf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkrm51p7fjh1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlrc3l7emze1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jejgbk18rx1ec\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xr09bj6mftcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70eym940pky96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr8c4q9nz82mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgfdvnkgqv059\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlh7mhhw929k6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhbjnjlxjzyn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n58xt20sv8fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz8zd2scxctgf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr413gbzt2bm9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ALC_CONSPT.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkxpr82bz7z05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_UCXOnly_ContinuedClaim\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_IntendedPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x046fh4k5ljs2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_0514_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_MiningAndLogging\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xh7zqt00vh45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41lg8mj4de4k\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fzx1c61w6yw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n81dmchf4r7mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_BachelorsDegreeOrHigher_Male_AsAFractionOf_Count_Person_25To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e65pnmfqs5f71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1xpcp4v3d9vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr2dh9vehy847\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BlackOrAfricanAmericanAlone_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f08vsptb2he4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqvstbv3s7ns9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epl8f762q7tf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ef0j46rnnjdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77pxy0dclnctb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89n4ccj2xdcfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gctr83r2wlc0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg2gv4q1p1f64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4gl2v7znfxq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0c394d6jeyjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxzmv9n11k0c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6bvc2yx5g8d3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD1_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_EST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44ewjdwgjwqqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwejjw2zmjmhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp7vxpqq1xl33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq6cv0tp30mq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0ngnskz00yff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh7e32tnxzcrg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/980t0yhjhrrgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y2nqtmdq55x9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GB_XPD_RSDV_GD_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f9zt3k1zbp51\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e69ey7l5cx1g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MSGRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7kkfxwegqb79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjv0848x0p9vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcm4s482ldg1h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G5_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18OrMoreYears_LackSocialAndEmotionalSupport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh6eh3zkxvsbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0wffbbldrzq2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfBladder_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/307r1ec8m13b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l2sw2cm94qw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fqcy39rbyce9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n09jk78zt42f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7805xz9xpfl8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdcgpm81jzpnh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peck3f1bsc07b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SAN_HNDWSH\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68s48f02cybpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnyescn0gxe3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUK_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91erdg2vn6lpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edfqhyps3cm9b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y_GE25__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p3y4s505fcx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z9wcvqe8fbjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txpkepwjw8fs6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez511j4yw79zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4rh1zjfx39lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydkrwn5fq3qbh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianOrPacificIslander_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8m7n4ehyecsd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_0509_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpbkbtverk1x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6c0flwjbxbh8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleThermal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0800pspb30j1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v7kw1848h14d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nknq5erwwlr2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjnq0y1977p7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksh241ky7ymd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05s9kkll9tvsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s38vq26229rq6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_POLINS.POLICY_INSTRUMENTS--POL_VOLSRG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgc7pk3wxxz1d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x2yk3nbjzvxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prqr38sm6bgq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmrckffz4mxvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv2gzlm7vp1d8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_QTY_MRCH_XD_WD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zeqzp8wr699d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkmkllgpwx363\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MiningAndQuarryingIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ClimateTrace_OtherTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w8t4f541xxdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9j81222c1xeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynpvm9pvknq57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyg9eqmq79m05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l39fl7nntxhyg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf50000To64999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithAsthma\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eqntfk1cw362\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kss7bnxxbjd03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7ys7f0xf2b17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5mll16sh5tyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh67v4bc1zl6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With2Person_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my34y5gn3nfyb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Syphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2m7ql8j2xvq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdrw2bmmgf6m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frfhtypkv6lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx6w5g3p4wfpf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CMPT_LO_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zdkv5nq4yt25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv3ntxef5m42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj5l0n6wkep45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m84we1vclctl2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_2529_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2flntezer7d03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gb726hqr9bc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytyjvz5blfhk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLine1.38To4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqb9j2sj55f6\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hmwx8qn4t116\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7qhl1e0r4rsb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3qph4glflfm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w3qgq3ln5nng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l15lxljm8epf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm29j63v08n14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AIDS_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm0ex9mm07x62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63d7d4f2z1tld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3f1p8z9tsc2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4tsbkv8pyvq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjmbxmy652vg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7yj9twyfv1t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvedyfq35bys\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdcvg0mqlbn37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sf2h5vmz4gc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdpz8f87jew19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf3mvg8ywxgv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nqf0vcswg034\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xs3djl0mslt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnx13sbp9h3z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp2lb8mf8jev2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_FamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAsianAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvz6llbf7rvt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewcdx3d9hl4y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6nv6qp7mcwld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs9wdjpz4hg4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLPRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/C00-D48_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rkcz82dk5h71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf9nhmhtngl9c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--CU\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_GEN_PARLNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin17a_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Prostitution_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41631qegv28sd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IU_COR_BRIB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsfnkbyssd2q\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGINU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_FUK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42qsvcde3l5rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6xegxbxtlql\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Female_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35qwk1lrrynl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs3jnd9zqn7x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_PedestrianRefugeIslandOrTrafficIsland\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lypyqhrj9p67\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F140_M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Lettuce\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlfglp2l54eh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7pwzzwkqpsb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_1.5To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc1jqs2ejyh53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfrxc6k86dg23\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb3m6g6em86f9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticAviationTransport_KeroseneJetFuel\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpp3786cf53yh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkh6gywp7h5w6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n5w0yn0ch8j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cttv08z8ej16f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_1524_FE_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftq17hbrhny3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftsbzkn7w5t37\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_SCIDE.SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q87rqc6xvr03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfz2vlm7vpxe5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPOOXE_SAE_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvflq3sv9wlh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckvjqgn3vpsm9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xv42cgv68sb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lelhh0pm1byg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpe8ydnh1mc85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e412qyxxwl22b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLOCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl901qw6wl941\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5wbsnhnkyjv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m7ts6c54l6f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw5rfm8kkg2c1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDAGSEC.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/R00-R99_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ButterAndMargarine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w0gn3e9jb0z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h8glwskng45c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lz35xby7g8k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrqmzmjcpmwj6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krg3gtkj7xn31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p31435qmqpmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS71-72_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bwqw6sfvksh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww81nnw6d8f85\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbd5b3hdpdxdd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDMVCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrate_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/I00-I99_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn5zq5mmgm9e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf5fr27mhr0g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4prwkl9bf6vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnzxbmdcld933\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzq45w45fcms7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vqkrzpqs3vwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc4mc57zwxjx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7nbj63kcd41\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fk788r5sx649\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjhvfgyenr3b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flcfbtj6lm6p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx9enx73zxv88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHantavirusPulmonarySyndrome_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kjqnheqlwzz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3s0ywmg7rq19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdewg67emnzy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/759mlnxt8f77h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfxct4wxd4ssd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_DivorcedInThePast12Months_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lskkj9betvly6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss6kts0dfq39h\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lffdmtgqv269\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q38xgtjwyll9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h9p893xem7sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1mtbse87efrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y07ww10x0g0d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2s88bcczjqed\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SI_POV_GINI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_MarriedCoupleFamilyHousehold_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jpvnnybpqmsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wb34m6097xq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1nffcyvvg9ng\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25htpkz0172dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l0116wk7r2k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcmtz72chbp94\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h6cq9pwn4mhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s432by3dh5bg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvtk4dnpk0b2d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_SingleMotherFamilyHousehold_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetsPetProductsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pb458jztnx16f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxeesjf73dpcd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC4P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AsianAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3tvkq63gntk3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_FuelOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr4pw82tck5p8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbm4dxwqzpb2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVEGB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithPrivateHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bg9zd8mkhvk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04z75ct1vsgrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ez2geksyhk64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21v0ge517sbvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6qbxx058rqc1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EQICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18To64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0eqgnkecs3w92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/818k4qp1vm481\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVR.AGE--Y0T17\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0054s38yrvs53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b62sczhjt1t54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqt0yw9d1gwd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0fjmxcvd5fxc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLP_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdbvzthdylv0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygmw1fkw6meqh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ld3h02p8ljy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vfvdqv4h8q3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5elwgwj0xtne6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LaotianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/819qkejmm6kdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcbfelz4bzvyg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_ElectricityConsumer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pnq7nl29heb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5hzcrl9f89t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnsjzpc1ecxg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Pork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xq422d9zy6t1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1kgs81y0k118\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_CommercialBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llj3xsdh715d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_StateUnemploymentInsurance_InitialClaimExcludingIntrastateTransitional\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjw48vcvjr4d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mndwx69rgq9x3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleThermal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cvx6e342vrz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4we9m65qdnks9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96f5sk3l5r7q4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbl4026sn6njg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1wbtjdhjwg28\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk7rz7efxt6j6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/457llz8l7lws\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GETCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzxt8v6eq1214\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s989hx4psljj2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_CO2E_LF_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jcksbed5c111\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/454s70m2tbh15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvzcmltsyr359\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmy5z0gbtdppg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqee78gtj74m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionFoodborneBotulism_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4529jpbc9tx29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fks84eehqmew7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsw20p79fhsw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jbq43fc1h4c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lbzb6nze1tf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4pytpd3lc4v7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge65To74Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0z8tqg5mjlr8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_FGS_MMCF.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_AnimalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_dea/7439\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qelsfg15phxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7plf30e591xk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr81d0rern4e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x70n6w54d0wf3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.36-12-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_StormSurgeTideEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/726szqznsf171\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md8e90bj3pvjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn9y6jkcnsxv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e322j6f6744sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwehv4hfjnsq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtz4gp4bbytx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p106f0fwvs808\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm2eqbj74wjeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re5cp11f5phlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlf8rxb5c5npd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ComputersPeripheralsAndSmartHomeAssistants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qp0v7n5eew81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzg8986smnhb9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c42hl7eykzn83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdslp5jwjnr9b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEHSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g36y1lxzdnzjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skd2dhfk536sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ForeignBorn_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hpnhtyz667v9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xf5eqehfeg4f\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV12_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ICD10/D50-D89_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q4f0nj6tj694\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txnd1t2yz3n7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/418exm84gg01d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2f2tr23yf1s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk1gc4krdhbef\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVAX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_45To49Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey6y2hdbwbqd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kns4tew3ndhj1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7r292ej3vr3h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--HT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rzmvxpgqlww6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr1nmwv22m2r2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_HeartFailure_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSTotalAllIndustries_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_TertiaryEducation_AsFractionOf_Count_Person_25OrMoreYears_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS_ILF.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4enxn2r72gqh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Asthma_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mltjypsb2dz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4mptfb05x3d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pptdbp0fk4hd\":{\"byEntity\":{\"country/USA\":{}}},\"Max_Radiation_Downwelling_ShortwaveRadiation\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years75To84_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ew0xnp77zfsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k25p3zlz9lgwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w00tts9wjgme8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv1z5kb2d2n87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PneumoconiosesAndChemicalEffects\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/350emf0htm6s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/652dkp8vsxg6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4cwc0l1qken1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntl1n865dm4w4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/TOTAL.RMRTU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdv0r14hrpp64\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbfx6yfkdlvx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DCO2_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBNRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22s109g2l16h1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78sd187yfc52g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjsrb8nvfmb9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e351bke5y8c75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c9dyncxzpvyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66k3g7st3pbk5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0F_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_CE_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmp2xyl4lf819\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfqw3zxjwlrz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klz4pcgfe44rb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RCD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnrl8ewxbc5n1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cge1q0dwzwrv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6h8kn2vv133h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j7jhxhxfx4x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nnnf16bdrteb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y8bs4g7zbyb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czt54hkymtbwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto2_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz1mmjq1dfcm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks1erh2rr7mz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3xze946fj20g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqwr1jh6crt6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y5cqdvw7gbr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/447vzc82eh7x\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zn4n66g6nrh3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6w426f31evv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6trblsn2ygff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDLVIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0c22dq6lh56g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_100000OnwardsUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8qtkwej0bjq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdx97d31g0m75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v16tkfsxpw1w8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/l1cs7swleb0k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7fx0t5sv35th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylywnbnywjcj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w30rh201c963d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbvdfh7pbvxjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To66Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/368wq77k3ses8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ygmwt6nrr48f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0pmrbqqqzqvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ZWHDP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el58cg9bdw54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpj43bpkgt8b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcwwf3bfy1zd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syfqzfq1ghvvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpdgxrmq226eb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dej9degddytc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_AFFCT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNonNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyq4pzf0dhh12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gwn26psdh9s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylhk4wlfm37lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IceCreamAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nvblxpr05ed3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TRTP_1_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_YearsUpto1_HeartFailure_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqtp09czjgbq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxf9k5nd2tgjf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_RockQuarry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq1m7gylgcs2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne70rydyf1cfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/442kck1qww0wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek0w22htnrjvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NonmetallicMineralMiningAndQuarrying\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2021OrLater_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_BioGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3Person_With3AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt6ephcqwjbb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c7f5yykrfh27\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ngqdt71fgezg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zzylfd0bc771\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0rdyb3f4t1eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0f7fkhdd2542\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FloorCoveringStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm00v9xm0m401\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npzw2fxsdrfy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thw2yqrf2xwf5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bmccnh3hb7qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96312d2x6hbv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el28xy2jlhjgd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvnj4v4hz7v99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdvem6ccesqy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h38drnweb5fk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf4f4j36tvp5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krj5yyxz7rtp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e23tb5x11j3nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40vlwe2sqwy37\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpc3f74xzxby7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73rqf9wbr5qb1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wxs0rl876ql4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jc03j3e5tf63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftkcgjz043ch4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAF_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1gvqfv76e7r\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9xszxlcsw74d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnx7bgfhw7pc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7p0jfex7lnx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F600_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr9zy8v7z75p5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_VegetalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7v8c60gcly7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e95g8x2sbekq8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DPRF.PRODUCT--AGG_IND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSEducationalServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly4zb8bdwm501\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngybyqdk230z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s44my86ckcvqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn2hj7xbsc3t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_BabyMostOftenLaidOnBackToSleep_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/611k8166p1w54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12p3y49bv1373\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdsd3wsph7363\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7see5p45cjtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxbwg253eqhgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8r61hwl0k0mg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhrzphdcjzmxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk0w28l12le52\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYFFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejsy5jq1jk9kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2ksevkesyes8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS23_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk8cdlj4cykf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q9sxhxwgd0mg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jxfctjx5v1h3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Female_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithChronicObstructivePulmonaryDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erslr00eq42h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhdcxylx1bn2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_InternetPublishingAndBroadcasting\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfbgtx7dl3bmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjtpc1zz6xqw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f161xp95ttnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj54t2hynn489\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l656p2tqt8m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsr912001v6gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ldq93z693w01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4erldm1xsczpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcw1bejg29554\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evy1k25ntg0f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rmqke3hbj19g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fhwz545yce76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w17wpnf2yjrb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Producer_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9etk8rd9pzndf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw9c8emnsnb16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6vc1z6spy5p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp8xk4vbk4dzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtq6g78pg8qe4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/excdh909whjs1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InfantsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p6kjbh4vh878\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54yck7s8f0thd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_HU_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_AGRI_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_2024_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4w31fc1d4cmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqfwd5h4ezz35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/573bhjsytgev5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqxdngp2kwpf6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mmw7zg5dmdtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cszl9gbsf3e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drggql3q6ccd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgq3xwg9g4xt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/653hwhdm6ndzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht9knfzzn12c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgmdm5kg8546c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwz2kkg5wf6y\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hng6ckw4cnr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq7hfsn5kszn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vggwltbzr6gg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_HUM_RIGH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt0y2y1nfwp8d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v2gqp4bph903\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4fms27qncmd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfd6sw62pjqe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzbv1bl596gj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwrb5bpxx2x81\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherTransport_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge85OrMoreYears_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NotInLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m0y2sexxk564\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpjkdg05tg2c7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krxw6x5lr2sh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yekw3hn90lly\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f466crtqtr7p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e75r6nze5gybb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxj5kzt7sj3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FacilitiesSupportServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st8jg0y6ebe77\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_15To19Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jyb3k8nrrxt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/478yb5gkq3pk\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRZSC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_2_FDPUB_FNS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CounterfeitingOrForgery_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r5dkj6tq4ge3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrite_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ex5z6ys04wsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksqpek5dwb0m7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCRB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqnslkd7dm9t1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04c8qctmg6z98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjccyd11tyrvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpxe3nqfcz1s2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ngfgkl7vyz57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hgjlqc73zjxf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Smoking_3MonthsBeforePregnancy_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpw3el4w8rqc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn5jgdwsmsplc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_IAS_LEGIS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_Leukemia_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ctvst6e0pql9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf619rmvh8xn9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v369120h63f5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_PTD_FRHWTR\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_1519_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm1jpe301d3eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmcgzlq68hxvd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyg8w0547mmgg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSXR.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj9879emw0w73\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL.AGE--Y0T17__SEX--_O\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlorine_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tm7deqmh9fq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfkbd7yqggw7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To34Years_SummerSeason_Female_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpb8dbmb50cxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8g3dbqc2j2cc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwefxxjs5ynx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/047wmg95h85j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkl356he63dt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmy5c9vwxd6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrwzy43sg2p1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prqnbe30hzv3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdbef686c690d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_STKB_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjb9d41hldcgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7bvdsszjlfcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk23dhjd48x0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tpmz5zd30ns5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eczy48znpstw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9v3bqp6kfchb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww1bl2j60qr12\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GF_COM_PPPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zwyyzcs7shn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r9qk5eebz0yg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithDepression\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1kbqmxkp35g7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--GY\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ljxfswfrwngb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingInvoluntaryServitude_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrrr56tl20xg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0dst883s9bh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zyjbz5cqskq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g57vdc4mb80e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8wefnj6cgjh9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl3qkex8ybp85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9081kb42gz4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EG_EGY_PRIM_PP_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/216vftegnt58b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESMSN.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010To2014_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1y550x6k0ec4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jglmpqhrxy54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/589p0gc36qem5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxh3006mwz9vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcl02kf2s8z0d\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nep04gts64hhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt75yem99qhw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeqwmflzv2ykf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BTVHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RBD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1mbd2h1eevwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b01v0wlrr81mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgnxwmc92n20f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RetailTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ch07ww0hhhtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00ewz7sn1zpy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5mvn3xefp3h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyh3c95c5rrb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To34Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_55To64Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t188esh0vhky2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyrl7hydwcn93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvm2b2np8v9hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmhxrzn70j4v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg8b591f2fhec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj56mmjwdk8p3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ths7qqybtsfn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crclt3b7yyxk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg46pbzdvcq84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew665y3v84n0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye3x662twd465\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthEurope_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by8lhf9hgh2r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdvk97cg494f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrfk10n8k319g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ndw9b158ded9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lm18str0vs1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elk5lvlrpjbb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x90265474gznf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21hv95kh5k2j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e013ffzmjx9zb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FOICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhjkpxrvlfvt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwht4q2nl1tz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md19vpwse80v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snv4lgnv3bwf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr6q1l6pjx7w6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA27_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/565ts6cdjmmr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6hr21qmyn8yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eycrcst4k8l79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n94wjjlc1yxm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvdkymrryhhmh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderAge45To64Years_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wszvp2rsbghl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedWithinStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftq9qb97yhvc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hen1hpmw8x4hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gmh6ws05mkn\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_AnimalCruelty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkpmrg9emdxx3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGUSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzeqswyswtnh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhhcyz78yb1tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/118t4kqgmbjjb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MEYRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftjl0tm1gq9qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0fljcvecew15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6vp30se3m0p4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_UrduSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h1kzyx01glvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brsn9qjsn0fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9f2bf9fb5y1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0xhbt2xrky51\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_30To34Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycn2xlkzgp5f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dywb0d8peldx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_ReceivedCholesterolScreening\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxz986q84kdy3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efnn816783rwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2gy0gnx0r2k9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnjxgvks4hsm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t866npc3j1k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cnf5q2fz1l03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ymtzhn005yf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zbkxj9dm6nzb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3hxev3eyyg88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8s19ylrembs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdnl9vxyhwe77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzf2n9nw64p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv6knm17s3e4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkxhqp7m5yerg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusInfection_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gfq2t75cpxh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k4knrqnhh94g\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syz6c1rwlzb9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynbpq1jpftm24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr3nm4czb72kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydrxzc4g8ebcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez2pd94xp6lm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv0672v19r5f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zns3bjnqc0mkg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzydlv4r0r7l3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1990To1999_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51j2k554crhn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6lj203fsvzhb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshWholeChicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq8fpl2vj3c1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpsf3ghrcmpk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_LarcenyTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l3w2tqwzxj22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvvpz3960q034\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqbs69s72vj23\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dzxr0yf7pd7c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WZEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we6hetgbfj0vf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_WeaponLawViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj6n75c3g68lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6c08hlrglhlb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg18fpfdc1vk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygjy84b72g8wb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_TOTL_K2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jel0q5wzpj1n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm4gst7tc6yj3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_ReceivedDentalVisit\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ds0c8g2prwy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8flbfpstvmz01\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBIRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkvrey8wt7hpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp16bgeww84p3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_21Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e7rnbywer002\":{\"byEntity\":{\"country/USA\":{}}},\"dc/805ms8jtkwsfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcq1w2tqh4871\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2tmhxvrcenl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/992rl2mszefy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd0236bj3fykf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74eclmwdhqyd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4bgfvlrjx264\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns9w1sw6z33eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhr84sb88jkh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrr2te79gnsch\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3getsjry2zb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8vwc0b6cef9g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjr8l1d16w3y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp1xdkc3y6hw5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_43Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue400000To499999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/493zn89pjr8mh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ConstructionIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flykc1xxylw06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nndt8tv6cyxdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m11q7bk4qge\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l023mlshcw56d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my9e57qtn9wn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NXSCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6zydmfj7f2x3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x60xtmf4xf8c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jej0kz2dt34z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zymyxmz2mpez1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6evdsqvmvw6fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79gk8edp4qgm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3lj8cd9jfffc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBURX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9rxy2wjgrrdg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLOCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFoodEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ky0kpeeqwdl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0z9vtkdy2208\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_PrenatalCare_FirstTrimester_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV18_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cfg2bzxrtsl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g0k90zwmnjy8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qt2nevy5v1v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6ghkeldnz4lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkgzj9t91elr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndxfbs44psqcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdt1pmv5q5dgg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49xgf1356ndb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l573gs4wr1ew\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_CHLANM.FREQUENCY_OF_CHLOROPHYLL_A_CONCENTRATION--FCC_E\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9vlxe9dgv5bd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/186z7ercef8n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmj12zgefzrsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5spytezhypt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s819y6mztnx5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7kbb5gk0nkp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stwsq3g9fe5d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb44ek6q1n5v8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_50000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2v3y7wgqrzm5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f890ygldpjm5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5mtjwr0696g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl8entzt17e4c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTPUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6nwes3xywqj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8f4gkv3p5xx1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6bzk80q07zh3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_SelfReportedDepression_Postpartum\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xkndj6y0fcs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bk9fgn65rglf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7egfjthpnv08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s3g7gss2l43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz934n63bw59c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytnllgks3wkf7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG400220\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ndbh5b1qqrsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsbd06yv845pg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeprosy_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krccd5zg6dm79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekn2j5zv4c8gh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPNRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fesspf1661s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqty7g1z6b8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w8qfl85fx0tb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl6km7gll7fjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbn7tqemegcd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Prostitution_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterFetusEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43gywr60dfkkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d97mntse258r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq5qtv9rtq01g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqbfl4delcj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cj8el8k22csc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z2x64j119kq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6scxjr2hpmxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05ehged8t8ymh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4rvz0nkckcd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nglezdhb0etl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/086prnfkkn6q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gbklzlmxg29d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hdvjj13ehr6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjpf6wt1wsqp2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78b0c6y0njrsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2t7099nl4xx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fh4td3znm3l4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/119jp0sty17vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr5pgtxbkk359\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_SomeOtherRaceAlone_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS61-62_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvqlxpvb6lkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_PrivatelyOwnedNotForProfitEstablishment_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9spt5r2p9xb87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgnwmc47j0qg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VeterinarianServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33vlclhw9207d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35metp45rdqt2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0srxnzhfvs18\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fef6xnphtkkf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk53zm1ltjdng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3025_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23gst7l363rd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vzny1klh4q08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd6rf3fsxx296\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbx6jrkfrjbb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2rce99hk9zfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmrn0x598fj49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp03qxpm51q5b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_GRS__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/SH_HAP_ASMORT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1skbqe62e14s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43780mx2rbys1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f0mqtxk60w31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhjxsqcmct838\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1e8szx0f4ypc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg1rl115ce7kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzee8mv82skn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MedicalEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7mv6mbmq3qs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfzzl5vzr5vk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc8re6n3vsed7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9zvrj9xnp87\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97degr3m2kqy3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzeqqms05yc2f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PARCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/086rf1jh8n9f5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8DO_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blglk44q6nxc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crw1jlf8rzjj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwlk802f53hcc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdtky82gl6e8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtbbnx4yryd26\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_4549_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67f9xtmst0jj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd52y6csqelnf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcl01ynqk6js9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionZikaVirusDisease_CongenitalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmy92ne7lqr4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1nr1y0hmw2sh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr4jkxx52jr75\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_URB_MCTY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_E_2_V\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1c345mg6dn05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfsgp8tfclrh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qc9wx1xclzq8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfkcjwcw5ggm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7rw2zym573s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzxqpq48zqsh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkmhw5t4tl4l\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dl4rsg2yl888\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z4p1greggc52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpvmqpkyynz77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v9e81gq6lb1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fckck2jszwndf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmj12zchfk7r4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mvglrjtq8pq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5e72mn2lzmx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljdcqzw113dj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneX_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpddpmjffq19b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pztflm3be4kq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn33jremmwnvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR08_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_OtherFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35vt6dns3sg4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpjskpygzywn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wp3m6mt9hy2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tl04b7vxwbhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj1sbhrm0x569\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbqs18l5721g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31g8707m6bt78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bst3bjnky9jgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ygmqpk4y67d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6mtr8kb9le86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Resident_SpecialtyTradeContractors\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPM0R_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28rrf871m77z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69vfp030xx97g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlh7678fhpgsg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m15yxczh3eg9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn36xnjn7nnj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40lv5fttn8m05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ythwkkkpq9vt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68pqkrr4fld7h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1ryy7nd9tnd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc6q9tty3yyk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0x1qrp5lqz23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Shoplifting_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j30v5bl0wqy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nl6b38lgjnr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h992efgcrb8kb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSLB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew5jem3883y08\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6590vxj6rd129\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h2kxs7bzfrlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv012qy1z7266\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krnrqvgxdkw32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dekbt3x68drth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m527k3040v2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1s7wweh4vyqd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVNTP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4nn7yh3340ld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38gw03hk155gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r7xwgbgqyt8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdhdkmvct87j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qngvl5lbl8949\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hn3e47er27x5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherMotorFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw684twrtc8f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlr271wl6fje3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthEurope_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fw0t5m6459gb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5dz37cv7n17c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthLatinAmerica_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lstddd29e2btb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwyy4fyw8g0hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfqm72pskj41f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/038yhfhrzf8ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89cej80lylb4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2n1h3rq89dc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl8pcv6sxrv01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwq9mhvw4xsy1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_BauxiteMining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8bzy0cecghk\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R06_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4819g23qt8hsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5em1r20nyjd28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwxv0jvfk5d4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jh5rgt060387\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz6p9nfg626z\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DIMF_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Farm_180To499Acre\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_Manufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CONIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/929xsj9pwbffb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg2blnxpgjb54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OnlineClassUsageOrJobTrainningUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17ejyccd5bywb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j51x67t9l2wk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/Q00-Q99_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbmrvrbz5mbeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm1663w2pdlw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxw55bryzsnzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_RespiratoryTuberculosis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6e34r3v2dfl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6h9j49c1gndd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin16_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeerAleAndOtherMaltBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft0swqq6tl8s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5mrf9khprfyd\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m0jy1ycn3ng5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frbw5fdhtqxn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpd2blgdcceq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8jcjnfxxesj5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Underweight_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qjh5zfnrlry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq8pe3qtxgvg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03keeq9b5wq45\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin37_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_With0Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3svcpfctsj916\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3xtvgdkghls7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sdv6x2s1k02g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/238j6hd9qpqy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyxmx3njevpsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldpeerjvvmhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q26rx7076jb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mj15vw8vhkf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clg1y6r7z1cwb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xngtqzefmqcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv62dhzcyzxf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvh571fjyx21f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t5n1993vthdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8ny2ny63qh4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00l85rkjk1tk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm86rb5bzfhx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l11ts2zl2n3p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yeherf8r0swh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jw5x1qtv41g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf325397zyfm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh3zgplsby4bh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LambAndMutton\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw49tn4jng3j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t65jl5nx1cnhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v73c5zjjphcz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1sqpv7tdjsng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_NavajoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_MastersDegreeOrHigher_Female_AsAFractionOf_Count_Person_25To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedBeefSteaks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67s074q7ry3gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1drhdfy2rxvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjl2zl33www18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4tn16k4ksk7h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDDOC.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8kemf13ymzfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1ldmtps3hkg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqh05lqd1n1b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skwe6n5q014z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynlh1hwdvc5f2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_G2_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nt0dd37ezn8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvhsg0tbsk0d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vth3d50jgkjt7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15To19Years_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Sodomy_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7g5gv489ldc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqyyjqje56s8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CannedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqyb5fhjvs428\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5609_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1teywhcc75c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvhd2ctz02hq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vshhv5mvnrs91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/226t6pb95kdzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h48860sctftg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV15_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxnw2zdzfg238\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07fl41gnpdg29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n5sscpbbhbzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tk19zcsv5pgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dplyh63171qhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0weemggt0rc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zn6kk8jh0b99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7shd0zs8p55yf\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/qphv3fe173cm2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_49Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eehvcmn9qe509\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndk6le54vryd1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_FluorinatedGases\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_53Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dzkejzv538m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm27b4bcz5vp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7efd3nl6dqw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ceng3febhzl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9msr2709jdr52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbjzfkr0b9wy9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/044d3jj795gvg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_SolarThermal_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_FuelOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3ejbdgp5vqxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpfq9lt9e59nf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71czed22yf58b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--51%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86fjq2hsesvz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr4m6fxnp8ss5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_OtherGases_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28mb9kt90d8kc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npy54szrqd60d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To18Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_OFDI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgtcefqw9k509\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqxmkvrvxler4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7fn9yy80v88c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3k3z9n7lm27d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhtr34wpprwp1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLLUP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PTEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST_PC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z12erddd6wy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwr4806m77zg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kl5dp39kw0d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg22wd22zz5lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z17r3vmylvnph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInInstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ResidentialTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Rural_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_1.38To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zzyw1e0cbcwf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_LE00_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/cqyzb3r6n0vw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyrgerm86zyzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8t9mtf9084v5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshBiscuitsRollsMuffins\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc7tfpd5kv38c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vll9r8z7jfnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2zf496bj68t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sql07dttpnsbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vps435ly8qh62\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swff9v8tz0wg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdgz531ntms18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1fq89jcnnyjb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_IncorporatedBusinessOwner_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z47c1k4t2chdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x5ys62l14f2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7svfyplb93w09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg12h5zyvvtv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w837t5bkv11qg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.31-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_65To74Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yymgksgq1814\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedWithinPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j4slxkpt4srb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k0xf4rw57r01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hqzl7rlm0w3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sckyc4drh16sg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9cgm7vgrl084\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnjjbc0ft52jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxfz5p1pyw7l1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_3539_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49nvr01qhbtn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd99l8ergm7j2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_FuelCombustionForRefrigerationAirConditioning\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_RetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g58fvff63wpv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp722y6y5mj7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fe8yeb3mw4wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq9n703e4ks7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_75UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqr4svsxh0xg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd184tfr0wms7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SP_ACS_BSRVSAN.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17tzh15kfwem2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md3tjb8nj7ls8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj7yd7v3pk3s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To21Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7n8kmj1kk3e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygzrrxpn9bjt9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tlwx8hteeqx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3bw6ftm8884g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy6kegvt95fc4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h6f2l349dm24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45zh17qb74png\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DomesticServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/662bc05388lf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd49c862df07\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x31yjz5yj0z48\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87zf0e3wxe237\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_ExpenditureActivity_TertiaryEducationExpenditure_Government_AsFractionOf_Amount_EconomicActivity_ExpenditureActivity_EducationExpenditure_Government\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh90h3zrz445d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1x7y2de4k26b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwl6qylfjjxq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5jzc2c5djqqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_DoctorateDegree_AsFractionOf_Count_Person_25OrMoreYears_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_FuelOil_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lr10d17yt5zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk909y66kqqy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1d3mmw00gkqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l3cnbqzp2bmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sczdg2pt6lb1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_SandQuarry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddzvxg5hmlcbh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jpklpzq4h2qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9yl1rr3tmgq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lebzy69zmqq0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmxfjqm8z3x89\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BQTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq918zs9x6jq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcgpm82kktt52\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_GroceryStoreAndPharmacy\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_E_1_PR_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0000To0459_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y68lp55wfwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n34md0sy92qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxpf5tqd78y01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c1210tm6r2z9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clb22fb4tkfm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1n1bg6hjemg4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUETB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdd27prjpwfv5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_PRD_FOOD_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bpvfbnc7xrf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46vjlpb7g94e\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGR0_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qghklkgd9e98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jte8658l1ch4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbxj7pfxrjf4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxlp7kwgt79k4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_Bond_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chb4gs09k3rq6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBURX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AlcoholicLiverDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SupportActivitiesForTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b45kghnt6rznh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9xvetyq6bx2b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecbm6djhwdjdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgfkpebl9z05c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc0b91ej94xsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0pyh15250wp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbdg1krhegcsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5dhpd3d9sq12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvgeeysxyz6t5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n9pswrj3p8k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky3exfgrrh5q1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4tgfpgvpj47\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SE_SEC_NENR_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv4n05sdd0rk8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m029gl1q7wqqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv3z5klhtrs66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny9tvfs6c9r28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ft4eeqj56t9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r00755hppbq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btyvkybmjqh1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_WBE_INWTL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk8gkwcyjx9xh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_3OrMoreAvailableVehicles_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l36qffrq6vyrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvrh63brsnczd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqb3lfh4gmfy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cycrs4nvxsehf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6ylj31hyrkec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtm13xy9lge3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0s973slrx818\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv8x145hejv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GasolineUnleadedMidgrade\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lrk56v57t01d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bbbq5whex1sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0tpkccpdhndg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_BDY_SEEA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs4wspwcyqe52\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3br0bd1bls038\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s16egwlrbb9sc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_Charcoal\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Generation_Electricity_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bymrq91yscjj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz8yst16c8765\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71qknhdt39d84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z30fkybj5fvz7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_1_G4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddn5nmc5eqyeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eybyvjkx876eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f65cxzkdkl43h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CannedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--54%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4zn0slh5n73g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0psv90h30myg7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_OilAndGasProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqsx5d9sfxr2d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_EnergyIndustry_Heat_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l0qf0ekyw999\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7fnmxbwg34z5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FPR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve1n7s45r4zt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egrprsfp2ldb1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54k14g4wk8n79\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_TAX_NIND_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jp3z65zhvm3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z8eg5tjj9qgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr38cvfsgv4yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhzqejm5633db\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDSTR.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NV_SRV_EMPL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hxtlrr9fhgfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0nx84lnped1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly40synmst0tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6drsx1xzd4ls4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bpzgdqwll3v7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_WinterWeatherEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lyv4vx461cv9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxfeqqtmzprp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8tmqnyxth4k5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTRR0_XR0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf35000To49999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j6n79je6wbs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e65f8ppk67mb1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_EA_4T6_AG25T99\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jwkhvrm51kt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhsvlgekwtndh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgbyvc9r49ep4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr9y1dxwwjs6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wmenf78b4ej\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv9ttyeflvn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgw451wfk64p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzqyctk47ngc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbv8ydlg3cvyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv9357498bwwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4spv29c0qb31\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yb87m7ghypy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ScandinavianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnqbqf79vesec\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_AnyPostpartumFamilyPlanning_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfmc851xgd50c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtpym15n7yc02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26To34Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbcqf6wjdkwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tevbl62b6sp83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5nm5ftdfyp16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy31e8f3p58vd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FossilFuelOperations\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_R_1_G4_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mtevbxntkc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/499jhcrn5crj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd3s319epfz8d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To74Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppfew24syql51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v11ceq8441cy\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_7074_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx3e12gk3ml42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q95tlpjtfvd33\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k9r7p2v4zbwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz4wx3f4f705d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqr51w83zyq2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kejc6qdr0jt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx6g9qtjwrjyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BlackOrAfricanAmericanAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCManagementBusinessScienceArtsOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h52bwnh3w7vhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6c69mjys6dx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k2bz7pnltbvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b00vrngqxvxgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpe0qnv36m8z\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_Timber\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bvks0hdhvfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wns1kqpnh1r8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzlc16h8xerx8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSProfessionalScientificTechnicalServices_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkb5bke3x2gr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6t5fhhm9dnyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3050_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c99f5dn2vft92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq9q1qc71t9k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvpkg8xd66q1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4cnxtv7hfbh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8t0q1hqk1tm5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_01\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6e991t75wchf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp1l62ejp9wbc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee8k7jdxjs1e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t34xmgklwy7zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PropaneKeroseneAndFirewood\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/6n7lk29vcsty3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm7t2bt3p7tf1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q887pffqncwjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk7egewy0rkjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfpwsc9xb57zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jr40tt2msc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5624886vcb76g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_75UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_LongActingReversibleContraceptiveMethods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mlb0vxg7x11h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q32fsczdwwh51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfxse4qbnse18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxq111m7drjz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj5ygt510rz1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt5x4krd4thl6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d1j26jyjtf8h\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhs1wejegehk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HeavyMetal_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg67jtrlypyf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpvn53x5vy3z6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08k9xjwb8fb15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbkjzlgr185j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycxsbe7thjhq6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e46887sqbk4fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt6xnr4gcl4d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70fghvv84s2p6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h61chj7xp0tc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kh5rw05xyf97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3mf7twfrn7g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlqxmr23c0k96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skmj6dyej7kp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq0xrx6mtpne\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46methwws41wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlxc569e91bng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52lbbwqgckcq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52mje8b98wp07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3943pbfx03wch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxcq7vhfm4r18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9mvt1yy7g5p\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q06fb61215bbb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_HodgkinsDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tdxplwqpct1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/280vxezbwq306\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v98ymtd3xl07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Pesticides_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r8gc6kb6v0zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcxztsyvewqnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_UnknownEthnicity_UnknownRace_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j288btg9z5k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kf4wj1zrwzeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eewjbh0xn3hr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvltjl45yq1l7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographersAndPhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw8fsfbzpyyqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1zzs3l9zzzh2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPRRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--PR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f04s13yf1cf59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0l048qhs341g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6nnhch52w8lh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3ner80m7bwjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fenk8dfk8nw0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdnqn4q3c35f3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnptq7m7pxcq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/669x9k2hn8c2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8d616qd5gfg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwsyrw1bhsd7h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--BD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vlrrdkkj13zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htl9jt7z1e3kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw6eyry1lgef4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6r004hkq3whh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgexbe0rd2f03\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-1-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/err3djkvgmqg2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx72l79xt8y52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twshjltmdff85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nmrg8s6rfnz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s7gq1z7rkhf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c96zj23rptsz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mxhsdh872fg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gee2bfsbt2x7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fvp35twqsnyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5427dkgcg9j8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OfficesOfPhysicians\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Education\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hg0pk7878trd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1yzv2v0knn89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2d4mwnp8hsl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bvl6zm36sqm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9eslb0ylp3sf4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_INTP_RV_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_FSM_TOTL_KN\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sh5y9840h987\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G3_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Male_PostDoctoralAppointeeOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zflzbv5r2pb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdw2400knby1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_DryEdibleBeans\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08hks2g2vje5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0twm2zt6cw82\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_HAZ_PCAP\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_Emissions_EPAMiscellaneousEmissionSource_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfStomach\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd49sqymjs7kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MWXRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h4d3lnd77447\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv9w23bgd98mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2f2kfgqrx4x4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww4gdlj0zjmf4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b8q2q5sz0l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl6r43gsdcl3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76t19jx6r2wyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wl88svdfl79g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_50To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkkepe1jjbzjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y214n913cy0s2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgxmtfqblm77\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k4c09w4mq9m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1lp8034myzjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syr7l5b66yrx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt3k4z786fn7f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0np939e1v5qyd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin28_t_d\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Microcystis_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wfy2v44pjjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlw93kf3ywzx6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/0pmsg4t0hxwrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5k42wnqjx7hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8t98xp3wtmm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xky2qp5kpj42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With7OrMorePerson_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ManufacturingAndReproducingMagneticAndOpticalMediaAndAudioAndvideoEquipmentManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52ehk1wygkxgb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev0v8p6gjzf85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slpkjp2yqnwr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z819enlvlzf4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1TCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_MastersDegreeOrHigher_AsAFractionOf_Count_Person_25To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bmderj436jp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffx51gb6ml49h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31fjw713chfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hyy19tp5fe5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Manufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_SalineWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zqjnhmjrfb25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57cvglgdc74k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd3ehgwr7lvm3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml5crgwwjpk6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqv01fkldhdg9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ke2e80lgh212\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeqktfvr9ybl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k65fecr36cthf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3kt8nv594w2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0fkn87mtk69g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yex23q27rdqzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj69nvgrnyhc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlsjgqjdp7vr9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_OilAndGasRefining\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ktwme3gp4feb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqv9n4x7xzpd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_IndustrialWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mb46rkzqmec6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbxxbtktw4xwg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--MX\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpr9vcvw9lnm5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d89g7svcv9zlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneVE_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vded43sv4yxb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvdz1xvs8y9lf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_NER_1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vnfgk1sy5dyc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BI_PWK_PUBS_RU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc0s0q514x009\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PERCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_0Years_Female_AsFractionOf_Count_BirthEvent_LiveBirth_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zdfqsv947y55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chld1sf05vxgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htrp7c84enj45\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CerealsAndCerealProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db6ehm629v19h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6wb90rcdy9v\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA03_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8r0kbwrcfh6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs26tvwndp2f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_WholesaleTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4x1sty6q6cj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_NontransportAccidents_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3svw9ylb390c9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lynjrwetnbgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n3fcz471ngt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cwetsej8znh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqfgxq59yc9s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xeqyb1g9xt0p1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrvv0lr2s4515\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pyce44zedng4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9qwz87ljpwxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dp4rf9v9ffj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc958rlhfc1zb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.59-1-TBPD.M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VideoAndAudio\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y55T64__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FurnitureStores\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0c92jz00lg53\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pyk5gf3tbgvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92qzkjefjqek1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLSB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_WorkedOutsidePlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentSomeCollegeNoDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p0tz1t2nqem3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkfqxjtwx2h65\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_RetailPrice_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy171n572c7zh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGDRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rn002de2n5n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv4wd1vm5z2z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc8tshtrrdr8b\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74j0eggcjm4gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwv4e0mb5tg78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9d0d0jpj25b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfgr2f6v5ey8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_TotalNonfarm\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tqv4d9c892p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPJK_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8wzdx4rcmzr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrzy66jl13gh7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/fin17a_t_d_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cr42eew28n28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8jnyhn9ewfcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9vf7hw9m5bh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MonosodiumGlutamate_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kscyd7e4scl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g60gtwjdsk1g7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_Government\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0900To2359_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrxv7ej65xbm1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htf0e7t4hvm81\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_4044_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g6rmhxfgrkx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc56ns20vye5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStLouisEncephalitis_NonNeuroinvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13vhpl5pd55lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sw4d0k73xc6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46h427gjswhv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Expenses_Farm\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkejmrzmfder5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn6mf3kgd74x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe28lb13gxv86\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OnRoadVehicles_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4e2v7ngtfcn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys6321x8clj0g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4tr3d0xyf4ec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA07_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f8ebncewqe77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k25z6mrbfrv58\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf3wk23njqv3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr2l90ndkm11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymxxc0w9lkmv8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.12-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherMiscellaneousFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1r4gscnp2qq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJK_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_OnlyEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t5w6yg3z3n34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zjt2j6brgx9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d73jqjvnyqe6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq7kymvc3z1t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyxb7np3d06c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkwjw3k71rfkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08nd0f4f1r005\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qvx0hhs90sw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghtm2mrdzjfkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyfcekxm87kp\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_CILN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Amount_FarmInventory_BarleyForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ChineseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e13sdbzr45bn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgsqt7fsvy2r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trmd1nqzbhnc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wggz3scqfy1yd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFreshVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pn6n5eh56y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9myep1qfwj97g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t73z4jr5n71sf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_RNEW.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_MARINE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x31bde1hvnrb8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be569xhp9ckx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2zqcenb6mnlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.EDUCATION_LEV--AGG_2_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/004yc5lphvr7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f27m3d60jp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc6ltgg63vdbg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_WKINJRY.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP0_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9ce0ryxlbjs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqz1z817zsj88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherPorkIncludingRoastsSteaksAndRibs\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66ej7t5g05x2d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj6rdhd27nn25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgktn8ytjy8c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5zffrynkl9tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qex5zd680dts6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-TBPD.M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q19e7262nf96h\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m857mbk0m3y1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj76xhqppmdyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7rb83jewreqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zews4c3c06fc3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqdx3ytlc2kg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkky5ttw1n1m7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eqzjn0hjfhv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLL_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BFPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29gmq6rwtw0f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl98dd0vpng47\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCServiceOccupation_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Milk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsvqlhvz8v499\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BeverageMaterialsIncludingCoffeeAndTea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25s2zypvh8c25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/481p674x1fn8f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RAIMU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/595xt7vwxe0g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8lpj19ykshd2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV04_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn3n814thv3md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzjz9cgh2b6z2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mgp36t9lc784\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvmq7j27b1cv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjdghr1t87l87\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS54-56_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PostageAndDeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48k6d059nv3l9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RR0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA10_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsbr5flcbd6y6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_12\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfx51tjwntdr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vszk3l6z1s4h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hzmxh0kh9kd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0nj86gg7x9n6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9shm77wtpqq9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eff0dfcm335z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvh2pjhptx17g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5xmgxbv3m3t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x3w9s1vq95fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdb7ygsq4q6mh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5feffb729tb58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq218t5rxdwf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqfbd8rg0y667\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4txfhpkq31p2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd56rqhqd5j67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/022xg56bpzqhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rqd2qqdfq4b2\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9f57ycyj32dh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.37-12-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hrc6qb0q0qtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thefxzznyj1x1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g31js33ncp2qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfvk45ybg9291\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1h16yzdbbbq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdcq701grgxyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j58fv13vpywj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnkdwjezvg6dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InternetServicesAndElectronicInformationProviders\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HypertensiveHeartDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_FactorForHomeInternetReliability_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yd10yn71fhsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xqhlrxynr5m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp90mv2cg9q14\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_INTT_CN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_CoalMining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m88m811e2ny3\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yfgz612zht26\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h01kxz6r6yky\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe9k0sr2jqlgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lj565xv09rkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To18Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_FUNS.AGE--Y16T65__SEX--F__TYPE_OF_SKILL--SKILL_LTRCY\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eprmghgsktwk1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86ch486hr45pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcbnv67effjv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rryt4164gy9ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytmhplhnlb7s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t2dw45eepx48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1mdqq65ybe0b\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedBeefRoasts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwczw18pp4e29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5gm8y37hfsvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnwnydz45ezn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9eznjv91dtnq8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bchnlbcetpw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hv2p802zmh03\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_1559_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCKRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y119pw8ff6nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6bjfvgmp56eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4rrw097k9sqb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.63-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/758q26ht300d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkb6chk80dy23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mh6rdyhz7f0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq0h0h3crceb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd0td6p7wbgvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkslwrnpx2sk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7j1xb9yvrc39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/792fekkp2k61g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtz76tvk0dkzb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe48zngyx37k9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfpdc62rt0kq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hprfpn729475\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qjhd52k46q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9mn66t4yb4qh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_SN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_Male_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_OfficeSuppliesStationeryAndGiftStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c7q3r39gt781\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljb2yb4e5nvw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge65To74Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5kzdfnz3ytr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8x5tlg7dher4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_JewelryAndWatches\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceAcrossModels_PrecipitationRate_RCP45\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whpsqxetshz5b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GGR_2\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_40To64Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6stz2df5txh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_SleepLessThan7Hours\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk4pcsk8eb386\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8239zbpb5zw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS52-53_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y11jvmtrpqtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e36h530p5be1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb5l9vgjdkd98\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLP_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p258h2fkprsvf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_MNF_TECH_ZS_UN\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_EYRS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyn4kxt7bxsk\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIZ.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc89tr751f9d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzvxv842kd9db\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_9Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snf7b05zkj93h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_1524_FM_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_63Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5006t0h7wh75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r6k9lgbxqxch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htf198r3yftj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7xmdwbe0ee95\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_WinterStormEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfjy86c1swvr8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN.PRODUCT--AGG_AGR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MembershipAssociationsAndOrganizations\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qw49hk7xp2t8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ShelfStableFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by252gtlpfwd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc1px0d4vqce6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbsws9y2l7beg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianOrPacificIslander_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhy7l9y8d5sx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx43mtxfg7cef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17k56hwhdp704\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk783byzcbpm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7tsym00cfzz8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eczlb83pbelpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fke5g7z3pe90c\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/GC_AST_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts46tm05gczwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqrrkd65m6cfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LocalGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge75To84Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8zl4qre8s0b5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blklem4dgesr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxqh0tyktjvj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s535tsx31x2n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytq14evvv0kcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk3s1vj5qym6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ybfmxcp375xb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FrozenVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfpjwd2ppygpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lps7vv491bhg5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q28c1b16nzr54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s9pls58zprsf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionIndustrial_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrhwgxxzn4wd7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_FallingWater_HydraulicResources\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phv9drdb788y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk6pmvtr5jwvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t99crfr0tc45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81wmkzrfncl79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InfectionsOfKidney_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66c0d1sj7jcp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe7lcfbdjdvc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjhm0w8x9ppv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1vv84ereb9gd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMPU_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1RIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vebe96wec8rk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dczgvj5llddt6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ymd8rzf8znq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq2csdyzvx9lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t16zsrl25cdzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3fppevrl2f59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1mlt3kjt6x62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbvqk35lrr189\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22To24Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64yf96t19tyhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h73ljr840v013\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sdr3q4ete90f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1e2ehj1y9yy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1tmr1gtkjmm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4jlgj0r91bmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmq3l1ryzhyp\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELC5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd14v7w7ej17g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENNIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn9lmw13dhze5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Impersonation_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSHealthCareSocialAssistance_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n7e9hjd65j1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdm8b2v4m81cf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7yfwf71psr33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m09k11vfd2q1d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CM_MKT_LDOM_NO\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82ttrqjybnqw7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l76jyhnys704\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkxr8n6kzs4jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bpy1ghs49vn2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLYR_LC.AGE--Y0T45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother35Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CDTPR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf15000To24999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e88q4kzkv7l32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx30f3dglljfh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7lj0ptdc2vq3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TEP_5_B_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfBusinessMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cyy0y0l6mwk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx63fx4l3dkw3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r602fphsfz21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Malnutrition_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfEducationMajor\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnny1dc2p33m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnxbfcfz7c8v1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wgpe8fnhl521\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvc4rw3lgd10f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd8gcv7bbkx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ym9cvk07xyt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rctpjk72y3ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0eqbqgjgw722\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd4hmplnj7fp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te8e433vr6fx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t3gphcx1728h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zk8g24j3rm68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g2mzxyxb3f75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAsianAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nqy1wmvzsm27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Geothermal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SODTB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreOwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k5w91rym8nm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh608ehll1vv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AlzheimersDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zj8jthd4f563\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjs8s59eslt55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1wh7f0k2vx9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7smjl68dkknr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v79c5kjy3xmdh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusMeningitis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g0ge6sd6wje3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkkyft8prln1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q8de3mzsb71h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj529x56pbjs6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_Male_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0cdq2d9zgkjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m71n65pfjx3jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvv0xheg5mdp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2FVAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEPM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9qjyl726f365\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq3248x46gx05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthCaribbean_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxcv5clrrzgwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1w5cn1b5e8y4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Pork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpgqezx0hj2jb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcv3j6tj53bf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sctsqqtnxcvxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z90gn1dqt5048\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jygzlwqpr850b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpwzpq315gnqg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l43ckrrqr461\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5334szcj6c2g9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekxw52135cvqc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BabyFood\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tel0v8ezlpv13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zre77fpzme029\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v70dqx02g4k6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_36Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jz9b2sq222z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c91p68mbs5fzd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wlll57lwbtq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0hx70g7qx70b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wg1g00eyhs9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSRealEstateRentalLeasing_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ttxlscnemnxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cll3lvc463chf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehhse9lfs9st9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5qgy5sd3n0lc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jeyeenvpnlgxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pg5xzqy6ft81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0rpyrs3zg4c8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOHUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr3hyn121w2b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ee9k79878r1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yt94zvd5fgpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgl2qmp8bd58h\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/nplyjyt7hyjdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzqfvzwl52kq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkqbsrh70l8s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhv2k1mnfdhb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nhcxvngcdlzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dtnds631y7pf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32h9jcbhcrh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChronicCondition_QFever_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/527bd87jesh02\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ljlhz19g0dt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b472t3368m2b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh394p4g66pk6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfqt1me4kds4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmp2mhqxs7tt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcp33l84eedzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll7dfhb4fr2y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4s4hhef815q4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85019drdfysv7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.62-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t118x1mw02sz1\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33terrd34yz41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w7fr6mrf8r22\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjpcj871wpg96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5bzr7dm45l6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3w81trqdvyl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2b0jprblb198\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c6lqnwjgtyw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_7074_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv5jj5qnywlmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyw8x11xrn2x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsex5bcvy1tn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j156sqzr0sbh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Female_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en2l8wcbvz1y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2xl61665vjqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rww3qy8mh0je2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1fkr624fq691\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fth56t5ps2v2f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_HospitalAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DPRF.PRODUCT--AGG_TXT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/755hg5c50wfqd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_CerebrovascularDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIIRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qs9zcrxhm28f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytfkps7xdt7cg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5x4km6glk4nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hy0p1ex5s2cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0kbrmdf0zh4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_TRDCML\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42yvtdjbjh3xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fnejn5z2g3qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8sse9z8nxkx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9m877e7jrsj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrate_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32r9reeb562z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfj429qwkff71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcqdc9ndtm2yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8zbmcykcq4c5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LimitedServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vxrne56q1q56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f642sfnvdqrjf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BN_TRF_CURR_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA99_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ctjx7xkz26z9\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationalBooks\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInvasiveDisease_HaemophilusInfluenzae_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q2g2hef92zw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nz025jrm64e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49xypdstt49wf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w59x8zn2prt\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Transportation_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzk54hgkqehcf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_2024\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nec62m6e2qycb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e83n3bdrhd93\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--DO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63gkdt13bmsv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whb7h373656k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx31s3ylzj28g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA15_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ysb971n09my9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dghbvn53ljj55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m43w82dvcfm0g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ys95ytw54e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x3tgvf955rff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e891thhftzs01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g45vzjr0fcgbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swsheg22t82fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_1Year\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Phencyclidine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04pjdk39770l\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nehlreppn27ff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmjw9env9e5bc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np7ylzphjw6b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwpnph9gs2re8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--TC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_ProfessionalBusinessServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfphzz3301jf3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm2yh1mjn3524\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dddpdmjcb87d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfqfj40er68dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq9nzkr03yg3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x32v7x8lscvh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcflf7bk855yf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_7074_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_AIR_2_GPV_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithMedicaidOrMeansTestedPublicCoverageOnly\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gchqtbr6mxnhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwdqfcfjd07j5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v0e5rbtctjeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxbb2pt0clt52\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntercityBusFare\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7dv8c2eqv3jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn0t32zkcqjbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS81_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Cookies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ve1np9lsnx1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pph0j38zx4xk9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_BlackLiquor_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v67ws94230m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvzr0r19bk5n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym7wzh1yhrn5f\":{\"byEntity\":{\"country/USA\":{}}},\"Area_FloodEvent\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsecl65gyty0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev91llpwbqlw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_WorkedWithinStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by1jcpcmfvel2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_5T8_AG25T99_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8me9509bh5df2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvhqmjrdtddkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1n5e3qvkkzq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t88ny9tbjwvdd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.37-7-MK.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_40To44Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3szw1959rsjj1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCECM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_Fuelwood_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PocketPicking_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15be35rrml6dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BabyFoodAndFormula\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnfve6xkttl32\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FilmAndPhotographicSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqwz7lv1cjt2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jr48467085fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5mt8qb6dvy0f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_02_PR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntercityTrainFare\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyj6xsvvpegl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD4VIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSArtsEntertainmentRecreation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycw23jgnmdg2f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6w5rddlzrkgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4rgqmbqy8xh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Codeine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcrxjfys697g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvk5e4qjt207c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbl8xpc2vh6r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87zgj9pc63pv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcyjntz25x1g8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonRoadEnginesAndVehicles_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tx4eh9vlcr45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn3j5rdy0lhr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e36944m13y0yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl111ev0e3nph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9zlw784z2jf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqyqt9g48lsgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/043glle326xd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t88rcnfjd80p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh99v96r0gez7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj4emqf9nvk1c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhec4xytm0b05\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Smoking_Last3MonthsOfPregnancy_ECigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpm9ytrr8xyrg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_ACS_BSRVSAN.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1dczyvtmpvtwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAsianAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nebext7v1r91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4qkq9hb23bkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1sygf72xdxw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSConstruction_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f06xczky1m92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymkpdze5d5cy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd4r1p6ygd5mg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Reserves_Fuel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzt9xjwzt69z7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthEurope_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz2rms46eb7t8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_CNTRY\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye7e0g071x484\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3q8xsdbqws18\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy3x9qke1pjl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2877e9jjm25q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz6t3ewvkrc72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxp2vzgjn4y36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlr54yp3b694h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sr37j2zncwyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1fm9kwpw8mlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSANotReportedIntersectionType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/097x08k0r8nq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsd2cv7rnejeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhsxkn35gzjt8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_UAPP_23_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Nuclear_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvlg78n8fqlt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njj66bz46wgd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn7hzmxb4xqmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30lwm1931rxeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66tf0vttfeyxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s4nj7yqd9hk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mledlx0kb8jq\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj4ere1jtpz19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptvfpv63pq6v4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_1To1.99RatioToPovertyLine_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c08pg782yyd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcte4krdb6g3h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_DPPG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksd9rbjznhz6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnwl11q927wf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr4jb81dk9gkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AsianAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7314g4hcz0qlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjz9cgv06w9m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5sf2vnhrlv7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st5l40xtfhz7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqnpwcydpt2v1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Fuel_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ref6mtm86q34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw34ld2jf4m71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsbtl62zlzez\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6vetvnyf63g7\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_LongActingReversibleContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_BureauOfIndianAffairsTrafficway\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ref2ynj27hpv8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_VUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Robbery_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19OrLessYears_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3fgjdwbsynk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkl9pzm3fpk64\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDTXK.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLPRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--CV\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarTruckOrVan_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc85hj4lkehw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njw5xqf7qqwk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3w4qbv8wpvk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx0wx1jwk1kkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk87ls4ndwp73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npprydrk81mz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TECCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d30ztq033dqwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnrzv5srlvce9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90xryt4l023d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz2hr5rxx7hk2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkdeyxj442l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqy4q1qwq73zc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84cnddqz2egl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpmdyn3zk8j18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0lby8k1nk2lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdss0k16mbq34\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA09_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm0018fzr4rl9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_BeerWineAndLiquorStores\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vedxm53s4zqs6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkxgse26ln224\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxjv5dxf5nh97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2f4p2xrxlm03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40pne97g7p5cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e63cef4g24yf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9190_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_65UP_TO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9ttcnrgrkf1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1c39njwq8z2h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b31snwb31ehg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqvrv21zxq8fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf0zjhfdvxd5f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g4ws23zppygg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cybzne0hg9dzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfeeqebqsh413\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqbwv17rfxzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Leukemia_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlyjbgpq89bt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkxkr4pq9lm9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw8pdj8j7hd21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwlj1pgw3etc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5hxnd5q2j578\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p473w0nxh4zr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw2hrl646hcp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xjp381j135q1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfmevj2je3sjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yntbk0xtjyly2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59jp3dfp9w801\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nejwnj0d99ml\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rqdn2wv9dh2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lweb2r7mnkcy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs9nk7l6g5qt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pscrdv7gs6q8h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfLarynx\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9jledg3wd8w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4nkl44h5v1yc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthMexico_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdx176cc94ykf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AsianAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6zress2wgep5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_04_01_02_impexp\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2v2ben20vhr7b\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Overweight_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA18_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e4sxgf64y8y5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WPRTP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vn07bb541h18\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_123_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ws5fp53hm7y8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptMedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BMCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_BaseMetalsExceptIronOre\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3mrfzcdmszb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccf23nyzqsq95\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_1_FDPUB_FNNONS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x8wmx17yevf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xwdm0br0mcc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts29v2f1bs23c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_ICTS.TYPE_OF_SKILL--SKILL_FONLCRS\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sczhp5772xd62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c019r5gt4ggqc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_MS_56_T\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmtb0sy615mhb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_IND_EMPL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ysn8nrjn4eqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgj2g8tv9y03c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Essential(Primary)HypertensionAndHypertensiveRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvx27yne8rq02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tynltlsvgn7w1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PASCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_H2O_GRAMBQ\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SH_SAN_DEFECT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45To54Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_POISN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7lx81eq0hww1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RepairOfHouseholdItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wgtn5bzbm763\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3rstkrbzkdhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st6sylqz0kbz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NursingCareFacilitiesSkilledNursing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kbfpszp5rg4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgcq05wgvnws7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdgmxy8v02ye\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vjh2czh8mevg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2xvg1tdjb658\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n09dmhfj85891\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2000OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bv1c37p5l58t7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4446778758leb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kpjwt8j19vs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Count_Person_18OrMoreYears_LackSocialAndEmotionalSupport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxmq5rxfj5km4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_InfectionsOfKidney_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jebf8z4dket5g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09gk1qbck32n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxfghfz9v32x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epc1em01nmn33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szbhwdnbzz8x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/014f129545vdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq4rgj71mx72g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_4549_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_DR_1_G5_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtb64ntp4wg17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs2dhrnej1lef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jj7vl12y03f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g344p5je2ejjc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slvlykx2ce8p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbbmmejdmrs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3962xhcsk3r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_UnknownPlaceOfResidence_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24kv6s9e1jf19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9grykj2lpyz7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qghvl8h6d1gt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kf7593l9tv5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbspbwxjsmg67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhm7pcm4rn9j8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_BeefCows\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DiseasesOfAppendix_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm7ff2b12gx91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bt4dpr0hrdt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkzjppbj1brdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_Civilian_EducationalAttainmentBachelorsDegreeOrHigher_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1hh48ew3d7s1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bpwk3dnfshf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbrm26p7yzcs5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wl0by9xg5je2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t7hcxd52ged8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8r5bxfjtgzgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzq51sd619np3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c1fqlgnpzlm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mybl1knc62vc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUH_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"FertilityRate_Person_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkmcet41sl0f1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b2gp8lq9p9y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhrym53bs7y1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfwk122enj393\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lsw0wxgy0hr4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819NG0_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0wm0mg9zre7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8p05s93nvjq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_SunflowerSeed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/563dkcgx64ql2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k28e8qlcyd9p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qemgjnpd95nx8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw5htl0fcx5vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvfvvc0gdqv17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6dhqdtg6c8f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewspapersAndMagazines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4v6l65qxxl55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn5907dry5lzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylrgmm6wvx38c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBV_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_KhmerSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65rs9d9j0dpc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx5p0gpxmf3f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xht5z4wbr39cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z625f396rlzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp4emz7bnyrl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwcn7zl6hnfp7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LGGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6ltbh38zvqz9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01bv0nbhlczp5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11hcvgdjerp1c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_3OrMoreAvailableVehicles_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0n3j9y3sbsc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3vttlvjw11m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmr7rbsqzgk07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk4cgf7c57f35\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_CombustibleFuel_MainActivityProducerHeatPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64ys5321h1h68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvx37n2s90479\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb0pl356shlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2ztvkwr0mpc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_Nominal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q64t6fmb188b\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneX_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7cr51lq4cvcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmmhxme6vd8ef\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x63kgbtt2ndf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z04znqwbjqjcc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vbe63whhxd9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtq23ylt85frd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_OilShale_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lctxny78fr4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrwvm02xrylv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph83v350vrxs9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9esq6cqg9rc18\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvvr8hzemjrt6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GF_FRN_FDI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p68wlly6bpqw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0vllwyp1dlmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkywpwshj3ttb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hskny4dz5308\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvmek6hp1x1t1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PersonalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1633m0v9px3s1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_EverMarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mk4e26dr17vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwng15m6xwqv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0vxt107b2gwd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G2_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzp55yskjmdvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_PocketPicking_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d69bfvkm0p67\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_DEV_ONTRK.AGE--M36T59__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17kqtx6ngmr08\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCO_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_INFRAL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_NotInLaborForce_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h50yctcq5qpq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84sdg61hz3097\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yejrksdg97643\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs7cv6356q44c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2cqxc2e23h5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7behshz3v4b4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xevhdydk7m6m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvjfm2fhtfev8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RAIMU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bvggx5c6ep49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbvf019e7klk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wph4dmygw0nd8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73f8pctbctfw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yfsvf3f5bgkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwlev5pzvgg06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI3P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vb5zln114dnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb5wysg57nejc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdt8p4c6ndzbf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vmgxvskc92g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmppydcc3zzed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1PRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5225dq38zdc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwvwsjyv2nqd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwyhx7cwr0te2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_DoctorateDegree_Male_AsAFractionOf_Count_Person_25To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-1-TST.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_NotEnrolledInCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87q841emh729h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc83ngfcmz236\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12jdkky09v9wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t48g11bg0fdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mcpksrhpkycf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvnc9gyp8snzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qghf17mlkt41b\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/50bjqqx3rg8r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqm6d75b9swwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpwk8vr7svys9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh1v5s8g0w0g5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz496t0vg4whg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithPhysicalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r4gp7whzx0tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m51k8wrmhbkyg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_3539_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r50qhxv1b9f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zrn0w3nwe9e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwkjjnkk02s1b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_CAB_XOKA_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljwwr18bl1np7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfx7r79lqdzsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyjn8tw9vr3zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nck3bnlfs6cx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcvlvptry3d93\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdjvjgrf0k52g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodShelterAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj2m7rz6w9cld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8sf4pn08y0v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw6y2msf93z2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_45To59Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgx7rr7wy6fqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1cb3nvkbblp3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29jwnsdf5mv3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vktzff96szpt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp84v2zemvmb3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WD1ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV20_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yv47t76xebfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8lwmc9pv9667\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neslmxpfphdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7srlltx0m927\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5n12gc77c3r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y65dhgbebyt1\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r95l7p2bmlw5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rgg3mjyye5y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lnpdnfbwsmc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zeskyzsr06y21\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_CokingCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmgvt8ntm80h3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2993cjdw5hpy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewwsk35518tv5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SolidBioFuel_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4455zerxmbt7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngl2tghfn9vkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q417jfl8zwx5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxrd2vq9yrs3b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26gpcznqy6slh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SKN_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g51srjshrcvgb\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_TransportHub\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ny4vv2nyykt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs769pz7kk8r5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33g1chjzw5m97\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FluorinatedGases\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Upto18Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byj6sw7md5v04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ClubMembershipForShoppingClubsFraternalOrOtherOrganizationsOrParticipantSportsFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef7kzpfr05rh6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2brwq73zc3ev8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5qc6y7fvb2vf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6klf39f393w3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge65To74Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvs0f97yrs7v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvn2yyr050mn9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSInformation_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67tp5rssbpws5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r8pj8gspbf4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j51qf7153c7gd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5rs8xvwyg6e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebkmg1k5bge1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed6rsfdhck6vb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_6064\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw9tmbp7xkyn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exxkq1l403th9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wmvzj5jnxvjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDS_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_GraduateOrProfessionalSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2teyvkvm95k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjd6qd8epjw9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qp2e6k1lqs3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcqw6setg9nc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq44q5n05nsth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPC0_VSD_DAYS.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AcuteAndSubacuteEndocarditis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dqhgmef14k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crw4m34pvr0qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e99pwykv8k1lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0jcmtgvl7hdh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.29-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ngw66tbfdez7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzcwxmmzgjmkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhys7cllywg8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ken770hnmyf48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zddxg19tzwqv5\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA10_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5cb9brrs7cq1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51kwyj27wtnp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg53ng97r163d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t32sgewy416hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010To2017Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6eflvv7e3epgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs88spz89k697\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q8pg7f7gqlb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn3jlh5nd2w6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vsdbn7dbfkdd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1170_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_H2O.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_ROFST_1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tfvsg9791kzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwyre451027td\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vfv8c6xbh979\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g47v3xbl2jl64\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebkvg2nclpl9c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnm4r7k1z1pf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0d09v2rtckc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4vqr56bhj709\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2064_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_CEL_SETS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wmk7ydzz3k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wet35rl3je8eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1q7jzdlhzl3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1wlmcvs3qv0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9jr3yh983d05\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PrivateNonGuaranteed_Bond_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BI_PWK_PUBS_TT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkcmzvdhy7m41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbblkj3hfbfe8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8gw44738xg5f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcw6d9ddyjvm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0900To2359_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/634jb97yc24d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vggkryz5z0bh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fc9t2nngwxmc\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qg7dlzxlb292\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2cvdmv9f0nd2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthMexico_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksk91yv75qc8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq6jge64brfh5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TE_100000_56_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwxc1jwls7769\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmlt3f2yph7c8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq3vf82nlfg94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAR_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1gz1700ncx3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht7cz8e131f86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z21q21kymvg72\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpkhmvccm033c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsntkdvw75hr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb9jz6d1v0l52\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_36Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g46em2j53sdq8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FeesForLessonsOrInstructions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y4nsq3hj28l2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PTRHC_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mgpbmqnnmenc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vhmfr6lrnn3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l675ggtznvjmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lldhsgf91ldt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwy109jpynr15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother25Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g8wvckn9ep82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.58-1-MTOE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCOVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c06h8ptty8lk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7h0x9zp30hkh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dmy6kts4r14f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtmwbrqnk2cc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drdf1qgbyrk76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcc3znjk00rsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkpl66n2q0wvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6w2hssrx3sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisB_PerinatalInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoRental\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55cs80tc3ryvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x72lfrngt1srd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvps9hdmyxtdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87qt8krmnb3l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky5fnsfy5y8dh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA14_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5cezfsls0lmb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_SandQuarry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nwg15gxzrk19\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xdwr8y2rzrz4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_GreenhouseGas_PulpAndPaperManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetExpensive_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptfc91jmfd3h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/627vk4rv1ckdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fje47lys2hq1g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RERCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IP_TMK_RSCT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1970To1979Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55lqd6g2fqvhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w0xg0se9rrv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q2xky97wwly9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zx6x2476ymf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbh42qhwwe228\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr6w5fs0frg3c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LivingRoomKitchenAndDiningRoomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eld8se03442b8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd55p95h6ylt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn5w8nwx2kjng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2029xczx4drbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2b89bs2excdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s13lcsmzgts72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AutomobileService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vbvs80c2s8v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thhd478lm9f1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gls7eyl0lrq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ehhsxz4fbxq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3s24xd1898dg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xsdgy1vsg7pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wfk6xpyye96b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed72cj2ygcly3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej2plzr9jfw15\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g32mjv5zsq386\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz48c157fzk02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzm4wt1n6fl58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/378cnjxknww7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70cb7z83y41pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c5xvqq894dx7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_PetroleumAndRelatedIndustries_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/7344sgmk38sjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw0m4e008gpt2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcgf13qv4fedd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6eml5k5w2gng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlb49g7kxk079\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_75To84Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkrhwqlqthq8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejv484vs3br74\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_FE_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvm1m4dkp56rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frs372s7ry491\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VUA_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gseqw8n68gjg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38f5emw3g2ey8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewnpwfm03c5y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbvmhnkn0yff2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCO.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90qtj1gf126s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crh2hrcst55t1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_WithDisability_HasComputer_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2dymxlse7mx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q2xnh02mrjv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjtm5bb8jdz2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1fjpecpy4kf4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq7z7t6hgx899\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn0jvq25dhcx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfm4exn5kxt3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrz44638x1v4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vh3skwk79jsb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/genyk75ry2wpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkxmfy54nkbr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0tl0l3cezb51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc1pnxe2vywg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xny8dg06lz771\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz1b79mvbkeh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6chh2l962wp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g94z391c22hf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe2st9ns7c1s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve2fl6ybr6e3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1b6k5nqxde7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--NO\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_1524_MA_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/d6ktqlc2gxrk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/me7wshtp695h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szvwnkpe9jns3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twwjvvz46rx0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_COPR_03_XD_DB1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgqy95hrz6xe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31xeq8zrltekd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdmed9q3l7657\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneB_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs3y1h8sjgjx7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/SEDS.ELEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phf1nt7rg5ltg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSAccommodationFoodServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m9r04t1c2nl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2000To2009Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjxdypxzkgmy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7gvx9medwsq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrq6vn4g08s17\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fqzy74bhz72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/C00-D48_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AlzheimersDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--53%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5drv0qcvk4b98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsv4srfx08h07\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLPRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGTWP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_NNTY_PC_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs5jyglbjqwe6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--71%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8mdx36e9g3z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsfd7hemc4hkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwewsrn28jt7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_VietnameseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgch7zskmfbt2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LocalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1350_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92p6fspg2sd11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0dkfq1h91kjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx2vcfrt5wv8c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Smoking_Postpartum_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw8snc7zfz8e2\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Utilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3jkb9rpvlpp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_WorkZone_ConstructionOrMaintenanceOrUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz0bng0f46smc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp4mfrz2432hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Influenza_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h69jhl52q4hn4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dlfeqve1q3f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j69btqm3981rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcde768xprlr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NotAWorkZone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rdsnbxblj1v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bee94bv2nvh32\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_73Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5zw8p11r2pwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sr995jxx8pcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fetjdsdwqp2x3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_FinancialActivities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxpnlzsdqvjbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwpdmx316dvhh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_POA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j8b24s0tw078\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzp7jqzx675qd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcbp1sq5850vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr1w48ecj4zfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq8vlck4h9qx9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx0b2dr550y3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxzs6xydl5rwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_SupermarketsAndOtherGroceryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_HumanTraffickingCommercialSexActs_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6hz0zyrqx7l9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8pjrf6ffdeb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaceGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyvd96dyp8ym4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykmg1pn1ee421\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_SANIT.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5To9Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97k9zshd8m91h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97kzrj4wjnc0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrdj1e68vbb87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To34999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr7jrf8rf047c\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SaucesAndGravies\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstPerson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ks6kmexxjrm2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p60nh22mjlpeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_NonInstitutionalized_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TuitionOtherSchoolFeesAndChildcare\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7web1czgn524\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gls384n9krgyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w60p9k0hm89wg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nkwb76m2vf7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw10x0p7hxg25\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8R0D_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w355xwqh88qe2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDSAB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_AIDS_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5dx84w6q5tk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr9twgvd91s4g\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2clz3jsxh2nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_AvailableVehicles0_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pfjkmpp7ld49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4560h443lr66c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterFetusEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_POP_EL5M_UR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6xpxxctsbjrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv8v37pcd4jn8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6834kbm0lq32\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSOtherServices_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ngh7lrpbm1z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCSocialScientistsRelatedWorkersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl4dpwsgn5qvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jy0glnpzk945\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz7qkqyf7egc8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s1hmtbjm8zv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41hjsm584eh55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9070_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MetalOreMining\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMMR_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3p1e3gp64ltd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1tjs68j25jd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzjxw927qvp96\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33v37eeeqdk2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzjvvygzew6y\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vx3mm2ff2fq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/799cpptpx9vw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9jtenmz7jqe4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MeatsPoultryAndFish\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sghc44f2n53d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg1jb5bskk827\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD4_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eedht9k444je9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvwgwvzzjtdg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne6x9sf18js72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fgeckd6es0tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7yp96e6n4dx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv9s7be47s8p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjp2qy185lnh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02f9810e2wv89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h80028mw8t65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhsjjhzy1ew6f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FlourAndPreparedFlourMixes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mh2dcrky5g9q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxpqgjyk6qjx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xllkjkqgmd0k5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33gsbnl6pcy73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz6ne2g29ew19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwly2fkyyz2mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vr9jrem2wnq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0w89yl903hsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61s4fv2n6hdtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy96txjdspkr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgyx6n71j445\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8yc6g364deh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SwahiliOrOtherLanguagesOfCentralEasternAndSouthernAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_PC_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrLater_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghpm64s0ynvr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsqh91ykr6mg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jff4rmhl74s93\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCandidaAuris_ClinicalCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p9ys3pv227ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70p03byy8xh1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35To44Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0wk8tn29mt75\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_H2O_SAFE.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/FM_AST_PRVT_ZG_M3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8je87hdsfv48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89pkyp17cg2ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbzqhh0nwf5r5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPPRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz4xy087jrm7h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGPZP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Producer_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_QFever_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ToysGamesHobbiesAndPlaygroundEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kwhzp6hbskec\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_ManureManagement\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/82j4tzd70xk7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfthkcwvsg68f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxxyvbfl5g146\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5jrqp0esh2l2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCKRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymd3pl6m9ypl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvr5mh2yxtq74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kn3c1dgyh5k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yermze7elvq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8w2s7fv8s35f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7sx7czdynh85\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4RelatedChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vek8bn76svsw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mckgjgcb98v83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkrh7dkncpd55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBRSB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhbdgdbezkm73\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynh6gf80r5xgg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kh81lg87swdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqgpq6zq7ktdh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPA_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy94php1rent2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbg55605h2r4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z14h2wsepeqe\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With7OrMorePerson_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl4pwbck954yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly96fl52gbrm7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc0ec62tlmcv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2t3qy49dqtz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm43ljc9tepf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfj9kpv3slprf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Chicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qkexkm60hc8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjmccehl1yyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh109dq3d2fv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5fywzqctgpv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jp3hyd426wk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j24mgqpx0ck5b\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8d33wmd6vx0f\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FinancialServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71n1j7h7p8syd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/461r7b6tx9sf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2f8g7ftzfc4g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0f82xpdt2jyd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q8llzkrpyz95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqz1tck7sdrm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/743qdff3nj10f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd9121bemd7dd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzdxdynzqtef7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc0pcw9p6p5fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvdbb3y8ylp67\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9qcqhwfb13ff\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV30_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8thpdvvmjwkq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q584wxbpb6m16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kmqrf579p7dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz891313yzcj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgwvxvt5bwv7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mvrw6e1zbv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvpwqkx3deszf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_ODFC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_0Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgyh018xnl4m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gekl3csl1n5c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl2wdjffxpdx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4mbnsx70g1n2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ywv6qbqbdjeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5ldpnznz5153\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVNTP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Solar_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_CokeOvenGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1tgkm774ew7d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rdmkler9jll8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc01gd5jx7t28\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhzjnjg9etsp3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensAndGirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bfmf8xs2336h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxgtnfdnb2p45\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSC5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95vr3ewfsbjbf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdlqsz0xlt1b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybylly2hpjz85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4415-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xq47sq9bw3s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k041hsh0hdmb9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x301cve86pj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y86m94tv4y2s8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DentalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88z5eeg1ywc73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvq0bdfhgeee1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/ENF_CONT_COEN_CTSP_DB1719\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pz6xvl3erfjf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/h9pw837vmjz49\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_ServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r82fj9zrw3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43q691lpgyewd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpxf4wbe23jc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5504dl1d70p5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InstantAndFreezeDriedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9btlghx3v0dg\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq8zqd3xzev41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg1y9b50wek9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d569nqwhj2nz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m27jlyq6eeh93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ChineseInclMandarinCantoneseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctgk0ls8c5v6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt86py8184vg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1989OrEarlier_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45mkg6kv7m2x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4lf9s3vn0rd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kw9k3yr7ehj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmzk5w8lgyc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehst8sfzlx1lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezm7sp2ytf391\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--81%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OHICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpp395wglzht9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_NontransportAccidents_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/954x890xmv2j9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcsgte71jdvl2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hffz2yj5kf07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb2hk3x79b8y8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tzq24sr4pyv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szev6fhy61f15\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_BabyMostOftenLaidOnBackToSleep_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cxn1z1rl0kb7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f93k3xq2sks9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8490e87e0s4p\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_POR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y15T24\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_26Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vc60ql3062hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmh56vpsvjr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnc2qs9qff7db\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1392_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_7074\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6tqswtt9rtb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etr2w70xl7k83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fls0js1hgq9j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh47tezxjk3e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vx81rg132hz4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_MMR_RISK\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_PregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4jbqx5jteneg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NV_IND_TECH.ACTIVITY--ISIC3_D\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKOST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GasolineUnleadedMidgrade\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kxh7x4n7ypvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp5j82jyg7v8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2skdqjb6lz7c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_IMPT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_BirthInThePast12Months_Female_AsAFractionOf_Count_Person_20To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exz54f5shxgyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v17qexrznld6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17b_t_d\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl3fd2s8q4hw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkcyd02njpsm5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_WAST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfColonRectumAndAnus_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr9zqbmztqfd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f84jysll501d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw7c6366wfyc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpekdmwjm3qp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Robbery_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xrr7xnf75gq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw4xzqxe94mpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk7q9esxdfpb3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BaconBreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0e7y7tscwygb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_NonFacultyResearcherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh9myxggthdkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsxptgxe4dy33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNonNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_SwahiliOrOtherLanguagesOfCentralEasternAndSouthernAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80wj5hj5nt3m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9ldsrr9tpfb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpcj9j0kbzq87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxrdf0msq0lv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yy0gnl3vh9l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te1rnje2br237\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7vsglr7j5drd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01r1n7ysnjsed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj9pph0my75m5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mk66d79wzp16\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3rbc8xk9nmk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sm0glnvmgqp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2e81ywty7kcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5f0wlqlspez2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5b3c90cnbe78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdny82m2dsej2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76jbdwh9qsn18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd0p3pn4qsmm7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzbnes11dgvc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BriquettingPlants_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t7m7twryrpx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej8cfxk7235b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pew4zfmd3f3h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx89jpwb0ye24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5wlqf2z85g5b\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_MaleOrFemaleSterilization_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yz3lzplek8cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzjtkxbvdk9fh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frtfqfj4tw1g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shwketwz1gf3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_AmericanIndianAndAlaskaNativeAlone_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3vv0hh4nyj81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7h3pp09cp435\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G3_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91se1vszvfq05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppz4sw6tybq9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6h9j2cvbv519\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g30xnec54kdm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mye7lvey5ry9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr18hqlrvh3l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q59qqm2nlt0n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnrfv07ynyqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPersonalServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/907mdwkddfh7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8sexf3fzccph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy0wzhc23qme\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_CLEAN.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SewingMachinesFabricAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hplpebmwdvr44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxetd1z0ye327\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_WASHL\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_Unemployed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ergd75hbfbs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te37kv0e3xdb3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-2-BCF.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80chjkznp82v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8kv4x4sh4rcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td56vkg10h491\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tekn1bx8d13c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxpgdxh359q4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R07_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yt6vmjtwzg86\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhll6prrkp6mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_SANIT.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/q1ryhstdhzfd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q24w10kw1cny4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svgxz756pv38c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtz771cxfwgk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clp5gtgnyhp9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnmm0rtrw1lb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5th3nt4knkd6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8en2ycfkphjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg2m3bbt20114\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njsgc7wsqbtj3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skws1vmg5k6e3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1TXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33thk0967twy2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_5559\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21To64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_LocalGovernmentOwnedEstablishment\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jctvtv9v59j9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl3r6hsx7r9rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edbzbwf3ychr4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_DISC_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rt7bhpq7ywx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv9nzhlc29xkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et6sc7g8kes0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh2xns81bbqvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vhpp19s6s7lf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CollegeTextbooks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0bgp9hqnf1f6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp0950j9w4rt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwpn2pt9906wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg94gblsgw4s9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200023\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PocketPicking_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST.FOOD_WASTE_SECTOR--FWS_RTL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wgx5jf4f0bjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6r7ylxglphb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xpblw2wkncd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4h5yfnwyl3tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsc4gb8f45bd5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_EyeglassesAndEyeCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb7963t4esje\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr8x7qhpf51p2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9s1qmrf3yxy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb7z31c7p7nl3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/4_1_SHARE_RE_IN_ELECTRICITY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70To74Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BeerAleAndOtherMaltBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ch69jhk16ph2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68k3vl45cjhc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em1p7rzb103dh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcwel097xz4jd\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lz5x7zpg4by9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d845w8zqb5xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0bsw3bh0m2ff\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_BrownCoal_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnphlls92tvs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm0xdfcdqqdm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjk8sg6b9v3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P5RFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0d76y6l3fjj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/602cjzlv5hyzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlvgw1d5x3qk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx2c2939qkmmh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR03_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34v9q0p43khy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqh8vwhynqkr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkc9vpp7p08hf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqgr7pk5vgm6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceAcrossModels_Min_Temperature_RCP85\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/fctey1mwr6e02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz9ft14hdvhxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtk0qdk9gt6y9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_SalmonellaInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0w9yxx0rgs9b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyh5zgstqfdt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy2k68mmhenfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0852p87d6d91\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t9s0f1m7y897\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crpyrrwwzh4bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d22h9wfhmwzbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb27x3m5jpyrb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db9c76settgqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1d6pekdfv4mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3222s4mxlsc4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r2dy5mlyymw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n3bw4x8ffzw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1qxm85zlbzlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb5lysdhjjgd6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j1r45gj8fl7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkh5ydbhp2r18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv595wxh7wmy2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWO0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SAF__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TelephoneHardwareCalculatorsAndOtherConsumerInformationItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54ykwqrhxfn2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtvbvhz7c79e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srfk7z4ppnch5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02fq5e152z4tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpc1vwmfnd125\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf7z9ne4l5s8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjfrvpn3y7l0c\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--31-33%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gfnxnyk7zen1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqh1vbyc2mpbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts3sd0mg3g2m1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7543rgtng6m59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxbjj4sq3hkc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_NotEnrolledInCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pk1c7s2xhw57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqwg1n7rk4z4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g2d8x32yj5kg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--NG\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_GEN_LOCGELS.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xrsgw0nm284h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3vwg6473kd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_H2O.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6ghxps19rrx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sftb6l4dh6vw5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_FTOT_KN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c525gbcd0x452\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe0888jxe8f4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz5n88q8ddwn1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18To64Years_ReceivedNoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionInvasiveDisease_HaemophilusInfluenzae_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Selenium_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tglwsgyr42vjd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f15rp0cz16t9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdnzhh4p8dbfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m37b1zp4mkxkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md73wqhfjp8bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ps86f8mt5c02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dll5461w3q1d6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5OrMoreYears_BengaliSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Robbery_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/410z1xrnkrmv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elf90cb5tvbxd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg6h15t7plzwh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.SEX--F__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CARDIO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbd4vcc7ex616\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--YE\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q6107wvrhkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blmylew8h3re6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nemsfr41gs9xf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vkh71l0vrhq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qq4s1cmdb2b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94zpfqcyh1828\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc2xs21yqssff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0pf5zlpzstrf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IBRD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ey2zf8h0b6c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cskz20vx2rfq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtsw1b7ktg8yh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCO.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn805y4z3pf0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk1f0shr3hbg4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDSUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dfmxqhtr37xf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3b8zp82jf4f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3tf52ekjk188\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/782ll6kyw3rr4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_FuelCombustionForAviation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_SalesRevenue_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSAccommodationFoodServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleThermal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfye93nx1we35\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Female_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment_LessThan9ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4e3sxqn321dd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6edzh1kd65yy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5kb4kyrnrqth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCUP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpdd3s2m2bbk6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_1524_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Amount_FarmInventory_CornForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hfzks6efesj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddqwbeg5hqsh4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_ENRR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhn57d50yj1v2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31fczpr7wscs4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92zb8ekqbwjjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvjey5019j776\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whlye76xc1fgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n293bjfrq1108\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97523xejdb563\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybm70bnszhe9f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPDH_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djsyww0bhk2l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcsp0xcp6hsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yls7xeekq46j5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WXICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz4bnhj9d44s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qjtv7djt92q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7436g180ymwm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xbt12seqzg5h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_AdditivesOxygenates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63ttq636cd4zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsv5k1ggvh0yf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_3539_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_75To84Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6cwmnzez9rs2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_SociallyIsolated_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms1zfdp90wr17\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PRV_SMOK\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vk8gnfwsw1c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bn34kee5q2f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqd3mcefg5hhf\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_KeroseneJetFuel\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd2qv3qdjlzk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd0r8cz6yb8r\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin26_t_d_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zm9199zph7k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j1k56nxpm6b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egkp0mr6gn41d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q5tetnt1j0w7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n8p4vtx8sk4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tl84ecbltqm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9vq31fznsced\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Meats\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x3zye4s6hxm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvfj3pz8wcfy5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreOwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffh3wp619h467\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELUNP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lndepqtr2nfd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_MarginOfError_GrossRent_HousingUnit_5OrMoreBedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd48q4r9r5956\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtg4ytfwzl218\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rmm2xwt0gfw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrh213yxkr4w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b7kdr7kg73s7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G6_M\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSEducationalServices_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s79m6e402fd4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q5pycrjw78tg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbvkf1kkpg2ff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_AcuteCondition\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm72vt6efdd24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0w182psvwn03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6b45v6bsdf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1bq8b40fy6y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v29e83mg4347\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb0fz5rt3bkg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krd87xh79yhe5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96869entgclk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm938jyyhm424\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8pl4cnlq8kn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/505h6cjygkgv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzjhw694k7yd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm5d9zvmg69x1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRYSC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g94fj7cpvchd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxgc9ey8e6e79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3se53scbjx1h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yf8wyy7jxfgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs7ynbn09m3tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w335w8jjynykc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gcrpfcpfvf61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5llskmzec2beb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jegsqlvc25hk3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30yj2b2vbwmy4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z03q26ft31m74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxphnz7cgshl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04qpp46714szh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4blrkb2xqgyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jwbzyqr3epz\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75pmcgdrf1h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge65To74Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR51_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npmf27bsq4gyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqw1p5zkb7gth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9nnyfd0n9xk8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_75UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brczzlk7fwgt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfjydk34fj67h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzn328ckthy1b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlet1ddnn68rh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn8mkr2fy3zd2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscsAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7036x75f7457\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_6569\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_1To4Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw14ttz0kw5m6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1UP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetFoodTreats\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Frankfurters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4d9ces4pvy8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4df904dekdb3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsln6vyt4ked8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt922ztbqtye9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwgn8r292lxw3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_POVLG\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithDepression\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gdy22rty7j31\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s59rt9g0w6228\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2dghh4y86ekc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d3pc16t8nhb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nnwn8ejt4phg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gts126471cf9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_HouseholdApplianceStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4fbfz98etg5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfhpdyvrsk526\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c59hywr7k84b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jse2cxhbx2yn1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOPR.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_LightningEvent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y7y80m4pct62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8kj1mn3sc7k6\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/IC_REG_COST_PC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bctvnp89gt63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgckcgh0m55v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knn645l6j893g\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pqwcxfyggqj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns8yh8wesxd3c\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1669y250t3r93\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2ct8qmvcct81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnpsqbqyxstnb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionZikaVirusInfection_CongenitalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er49j1e9we12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1rsc2vzze323\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f35ngrmvz3zlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5xn3wlzhzsrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9fj5r9yczfr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znxq4rwxfjv93\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rceyxgz9yzrb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjb3gnxjglnq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycelbrqbgpmv9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx330gg1k2f9d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_0714_MA_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_85OrMoreYears_DiseasesOfHeart_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgc3fxs4258kb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_NutritionalDeficiencies_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fse968wzkww35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4ftx2dm2331c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp56se019pndh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEGOS.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EP_PMP_DESL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80xtp0jr9zf1f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbdddvht6q2r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbpe4sls017s2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrzs1w3gkyd0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttx9djqvccfjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6w16yxzrsve8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsjg63x6rl8gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx9vzh5lbmc43\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_FTLINJUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byswcv1kwxf2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxn5pmbjjtgh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2tht62mvdrr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z36g3bfpf0vp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtrqv5ryr4kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgtzbt641m44d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_OnRoadway\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_ArmenianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1vsw19lksqw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV08_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p75kw6mbnhqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mstr27sb9kmn3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_RNEW.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_HYDROPOWER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywm9mx9l7pkng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGTWP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kl4xm33ez1s\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgh4xzmnmxb1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmwqkm0et0cj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tj3cvvtf9tf3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_20To34Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67rh13pxk0nq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvpgrbf1rr713\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zn1skrn278rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9lc240mtlsf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8q2ygw99qp75\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85dy0mcb3pbk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgs9nb7v7lc18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtc2fybsf78g4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTS0_XRS_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtpzqn200x2w3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpnm71e4tw5f9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SugarAndSugarSubstitutes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h75gbkx7clqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzlszqjrj06w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvgtvc8dl1zz1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_SyntheticFertilizerApplication\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NotInLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/975cm2wpxjxw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2qhy5hl0bl18\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gjxcevk0dd25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI_FS.AGE--Y16T65__TYPE_OF_SKILL--SKILL_NMRCY\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp4er061bb1k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tempswbzxvxc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9l9n5pv3m1kf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r5h1s9zsdbqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mss8h3y1plg01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t86h53bt5sh9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_20To24Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v0hm0wcds8bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq5dyj1vtrgrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnr548vs7cnxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pweqy4tszt9x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye8syb93gcq2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4775swn1hwy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/709qvz454xjpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c973xvq5tm9y7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7e1zb61bj0zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyq0k854cdvmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0ty7l0krzqj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86ne48tpcz7wd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATWP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56ngefe3jrlff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrrnfkvzyenn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33vy9jq70xnr4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebp3tg41s5m8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfckvtjq1ec42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedMiddleSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qgswy54q1shc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfn49wmyczs5d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bjke09b9d6bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjl1pz2z3l0qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yse0vzt2p90d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqg2sfc6wvfyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7rqq6kw79zpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd22pse5tjnn5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Apples\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct1whf2dj147g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgxhnhbzrmetg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejyh53fnndzf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf0pprs7ssxt3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmfb92xq8tjk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtbsxp8qwwsb9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkt61s8d5vdcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3wk69y2jwejg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKORI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqb8fkl40vc48\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45wzb02nseltd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p1ghjk4c4g53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w5eq50czkzl2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k118k1353533\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24hewmy4xxxg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sj6g4bvrd3751\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk4pr7md05g5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInMilitaryQuartersOrMilitaryShips_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgcltmytc4xmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjw2p14nj54g8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w3ls364jxc89\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NWEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiabetesMellitus_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gtv3n804g5f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j20q5nkr739s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w323lplc5kf2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1f82e150nbb9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Services\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1306ypjq49432\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzh0kw0egyrjg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmhedl481q25d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqt4qxlf80cz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rseb0v2gkcmc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm1x420xyyp1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg86d3dknwklg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwbpge6kjvlm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02wj3esxrd6vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4144msq6hqgs4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47r5pjdrxfgj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckedjwbgdd6t3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2017OrLater_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thdhn2mbc7dt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl0h556bx98h5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r0x67gjvtyr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47ez7nl1wdzc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjzc9szgezjb4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To18Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j8btltr819m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv5z0v430pp8c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Civilian_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qb2yxgpwtzq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7q3bz08keq2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzr17h42c74r2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetExpensive_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91fsnmzhhgtw5\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80zlhyqlz5p26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d3kdqh4126jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm5359nnp9pb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72gcjjeptfn83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntjzdkzybjrt1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_BioGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mxhsgpgcv8th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqtt2ps13v5j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsymjjt38grh7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_OtherHydrocarbons_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9ngfl5n8ygf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trkkq35crq8hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr57706h1pvs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_CAPA_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dfw6n2js2qk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0eh7s3p91lb5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g146s5bvd7yqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc96exwqsddzd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hrqdskqg7ft4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAcuteIschemicHeartDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneB_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PrimaryProducer_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69smqzkrzqqf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k0vscexzcft1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0plkg5nybg4g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mn3df5zkxb89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sgj3563scwz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcjnbmc4tk28d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1shnxgffgssyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5y37x264tw11\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27pkh3xw4g406\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_100000OrMoreUSDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_HebrewSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kby61nn3ryszb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qb5bt4zk6vfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx5zdgrd9r1v7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC9\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8emz113x3d3z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2x0rjgfy6wn8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/337ql6bhv7cfb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Male_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8ffyj5m1hj3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrbm5nqh3nq2h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_TBS_INCD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/815kg2w5ds7h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3p1877m726n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0zcd2der1xt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlrhhvkj3lq6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FI_RES_TOTL_CD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4nte0retekm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9756bq78pk8n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgt65jveff6bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfbl1rdtyqm78\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_ACS_BSRVH2O\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1me8gkbykc0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l84l9cefmk322\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1bntekxzcqh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-4-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eercl0byvs0eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5k9esftzrex1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgslv6bshmy73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn3st0rndx707\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc0stg1wb4we7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_VegetalWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_88Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89g3vjl83g8s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yltrsglh9jbrc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTRR0_XR0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ICD10/R00-R99_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lvm8vrfwfxq1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CNCR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSProfessionalScientificTechnicalServices_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xtmrddzj8fjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r0rqzvq4tdcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsfd426564x1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td8np7gzfrqmh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRURI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tbn4t53wy031\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx5sjtyeje887\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEPSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_METH_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtl90pp70psy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6hbrnjv636qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f8ed4lbwbns5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpgzbs7vl8ck1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb0bxbpdl7r7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pqvn6rkqrtjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55qmyfl1950sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq31efbhjb04g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Nuclear_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESOTU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd9khxpbwvy2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e49l0y419cjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw14d8rwv4pg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fjwpjs38ssed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_35To44Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP0_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swl90jl2kl91h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyxrnqk9s1ps4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgpf5hy02lcj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2he0c6qvwj2dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mdhesvd4grc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp575k1kvw9lb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py3333gmw3z64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywtl2sxlb799h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kptxx8wwnzq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr6xx116tg4pf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_6\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1ellrhqdz031\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_TRAF\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exprpnfdb8sw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8v2n9crd5bc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpwrccngh72l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnzfwlegkmr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jtlxj0vtk437\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdh1trpcx2jq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppqrngrxh48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServicesExcludingMotorVehiclePartsDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22lbeftwesvl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vrxf382x7k37\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbm2nxgrfpx99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0er3m9cmeles6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llmkl4n03fgkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4szn9b9q7rmn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge45To54Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptw2nqwnzr517\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ShipFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqt8jd993lrn1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPRM.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSALightLevelNotReported\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_HydroelectricPumpedStorage_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nlbsr07cmsxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbyrrfbwwwpm9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0jz67bwe74qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4jz9sb1c99lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mntj2r26r0tc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_SUIC_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebjmh3z7dy35c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl8g34ykefbcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmcyjvyx55lf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CandyAndChewingGum\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg6lqsj4ydbeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk0hedjxcyq1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7jsjw66rwrdb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40gtbn51g8sb8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--56%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bphdmqkylync\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwr0qsstrwyq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2hqlkym63qb2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdw0rbwk4mxc9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2phlfb9p9k7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm5x860rke74f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOORDB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NondurablesLessFoodAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/096wxx66md9w2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yt2m2yd6kne8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wnhh8y9kyjjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9drlr9lrcky9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_2_GPV_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiseasesOfHeart_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60yfpcb85srg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvl0wxrc9v65g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_StolenPropertyOffenses_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p3p8fcr4z385\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdscr1p245lh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43p57k5gmb5xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8g2n3wt9l0w6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz2jrx4mgm3xg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd33j62nrpjxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjlbs4s2vyp7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dh2mhcllx5q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv2fx787kbh92\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE25\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSTransportationWarehousingUtilities_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy50xmh9e6211\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thhcysp1ckqlc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxdfpxmjsk7j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_PaidWorker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To17Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71kshgc2zfm3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxrcrhd11mvl2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99ld486kl9bsg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_IWRMD_EE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hygpj992537rf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_SDR_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_SchoolGrade12_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yq7ddexr3df7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdzkz4n6x6fc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er3swm31trp6b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hnwjw8zyldn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12ffe1wdtvpn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6shqfphqq2n22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxe0wgglme6s6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF421\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_WorkedOutsideStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv9h32nzeklv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8p067v9nem0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_MarriedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pbnqhsryvyy1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y333p2d3h7tk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhlc98xdzrvxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gmq3wwmz8sdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3n2f227fxgmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb0v4lhrg9s6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--IS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ComputersPeripheralsAndSmartHomeAssistants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81gkggtxkfep3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt9cq96phw6nf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbe5rlxz0qx71\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HeavyMetal_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m372r5perh4nf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_OtherRace_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3050_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk6jewff0f0l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvwz1nwcev0l5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9130_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_50To64Years_RatioToPovertyLine1.38To4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk2mc5mppk2w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp16ktfht0h4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8vq7wm3rkgd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OfficeAdministrativeServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dp54gqh4g08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clp5h4dtr4wyb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fkl74ml76qg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8wyyjq08ktw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9bxkyys28bp2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWCE_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rn9w2kwxzw81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg6blytc8ydh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dydslmtrk2l53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqt9g16hlg9y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrk85htd8btx4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SomeOtherRaceAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45jb8phw4xkwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9ez79yvbx8m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m624vxz2dssj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xshlq1f7x7kgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn6qwr7y0qk6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With1Person_With1AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Herbicide_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/865flxjlhpky7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvz5v1p5dl782\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t6cfc59j8rp\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LTMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8cyqw1cclvkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2jjvl14kbmc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zejx0wybpw1s8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmy9bvbbdphjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtsepgzcvbeeg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4413-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pj9256xq04c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ykv2shygl5s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6rm4jdkkv7c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2zv4c2wk3gn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_TradeTransportationUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c1d9eplklee7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.6899-4-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DomesticallyProducedFarmFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzprz3147c4v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjygt1fppr3z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbpxs06w5ye95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Female_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gyewen6g4cwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95yq9bbtnfws8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx41mncgfxsg5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCC_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To25Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c24pgkl8c9leb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9jcw70k1r0cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlqt1k88f2rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_ColdTemperatureEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljpjkzvrx89ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9fjlvn331nr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp89zebvsvpr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSFinanceInsurance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pk2d1lqt0mn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2r20tkkmm42f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f55pkwskl2end\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr847l915gpvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wyln344n0xbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx7y5n6w88c86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mfefx3ypsjv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28jqvz9f17dv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n864xx4rdbw31\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CosmeticsPerfumeBathNailPreparationsAndImplements\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19whc2t8lh6y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4sy6g26zf4tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3e22e6jn8brf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_BirthEvent_LiveBirth_Mother15OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_InvasiveDisease_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e04pwqnkg8ff\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_BioGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14l5d3gknftf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ykyxmh6g5npg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgdfx9vlzc2gc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb32yvcl7t5pg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m93x1blnlf6h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl6jgp9hh67t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6p9bkr7snjtd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_JewelryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kbb1mt42l0gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp8kcdpz01lth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v53961zfgn1r4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r1spembs2ww2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdprpz32dk2r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mywe92z00kgld\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OM_02\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d05gpej2pgb19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h30td51n4fjn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfz15zwlyphm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vkc3czssl2tg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TechnicalAndBusinessSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f2b8y79lttx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_1564_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Capacity_Electricity_Geothermal_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_GasolineJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgbpbjtsleb6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr4d3p4e3z8l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsdnhq3ywpknd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srrd8tsmyq515\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsyz1tgvz9re3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne2mxh6p74hn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px0dew7cysvzh\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherAcuteIschemicHeartDiseases_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d5pdtflclzb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z56b5ndbdm37b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pdqx6cllwvcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mvb998z82cz2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2v97b22e1vf8f\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/5e2k7zf2lws93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65mz3hr1wt0e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vygnp5e7c5n8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkvs4jxt7693g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgnr7eqs12qb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx5wldtgspqbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jje5gdbpe1ny6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzdnqrdxj4vw7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tlcvs0479k83\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jl955cqk2wyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5blrencs14807\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfBladder_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvztj81x82s23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcjkt7pl3epd9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_G4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnr9eqfepe9n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlw8zmt0z8m77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p99v4dv105pv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wm1hwkbzzes9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df7pems63wwpg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw009llwb8bjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7e9pfrqs508b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_TagalogSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ley7e6x0qkpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm1c2gg4w2wj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfp8t05g6lbxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pygz7tdnx2y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62562l9v1471d\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ChildCareAndNurserySchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qljxzdt43x03g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsf38440s2p16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecs6c9s13d1c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8vx2ffxvvgzf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthLatinAmerica_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhkv8t7rr0qh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.3002-8-MMTCD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_94Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v5r5vw0qv1tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/845h2grrfgg0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfLarynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehzs62n25l019\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwtbryken7wk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzld95nng1pp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y60tl477xnl69\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5qjl4bd6jqj7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G3\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fckyhpjy0lemd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqe0peff69g0f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_ED_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthylAcrylate_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C03\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_DenseFogEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e75k0npn1n369\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz1q0m2vgwzgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8kykgce142m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr4hckk3b9mv8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_VehicleCrashIncident_TIntersection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34v65bmksdxk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/480pp0jbxrhg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f8rjnn2rer12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftpxv88b6v0f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk8ngdwl19ex9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPK_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h39s3y4clxgh2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y49lz9p3rg4e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44g4bk7r3phkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl1mz72t4ytm3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msx72b5en3n56\":{\"byEntity\":{\"country/USA\":{}}},\"IncrementalCount_MedicalConditionIncident_COVID_19_PatientDeceased\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r0p94kvc74sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6937bz1wgnqrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9weh5esmm5nh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_IndustrialWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_FuelCombustionForRailways\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t3r3lwhr6qy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlf1zbe7svvw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm1gweqgz2rbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02pfn9hd1y5r8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PFNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v6n3dpqpc219\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7b9wm9bqer7g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_RNEW\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_HindiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithPublicHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kt4g7gyx7dh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2f2qbkg26w3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sln2q6bcc50h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydt30h4p1g2eg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28j71c3tqhs5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/726eg144yjmc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To64Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jex6cxqwfr0kb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xk88vwpw46r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72dpxpv9hcbxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnvjwxx55x979\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5dsqkt9hw5n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IntercityBusFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d5eh9qz0gssb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7pxb8j3h269g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_IMP_GNFS_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv9pl5ym73vt4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_WasteWater_PrimaryTreatment_WasteWaterTreatmentPlant_AsAFractionOf_Amount_WasteWater_WasteWaterTreatmentPlant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PeanutsForNuts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollege1OrMoreYearsNoDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSInformation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_G3_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq2xjmk0t4sjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr9qcw7rw0ne1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylw09yrjrr0k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q5jcfgekkjy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl4qr1vtw6b04\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt1tggpcfw45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yer0nz6f1qnx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_25000OrLessInflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7403chwvspm\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Appliances\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1jjkejmlmwch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7slyjztfmfy6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e1j3y5c42drc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p0n5gw6v4cdh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc66fzvdmn3f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7wpfn1cgd76f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge45To54Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wwlmsy419xj3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/351fpvrbvxe91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qgj3cbhtc7e8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnc0th7gejyth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJK_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TERCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kvylll1dqxm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mnddpkdnl13c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56jhsezrzl049\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7qxskqx5jr35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FreeInternet_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j5rtz8lcvtxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s24yvs16ppmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgksy7t6yxnh7\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0gycc5q3pe2c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--LB\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51mzkg87ge3l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70fet9w306n44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To4Years_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57srvxzr68d27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dfxbfblw4fyg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26OrMoreYears_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xv51gsr60x1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n24en87qe9sx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nk7qvpemz8zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9h3sbjzt6v48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OtherAmbulatoryHealthCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Morpholine_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22fyjjers40bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj7zn1eztlmkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_LIntersection\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_NoHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9pkmpneh1fl\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_FPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb2wqmcrlbfyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_IncorporatedBusinessOwner_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EnrolledInPrivateCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4tm72cdkgh3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvfyfv5cjf3b7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_G3_T\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bps18qbtmdbb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtlsyr7m1q664\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DECT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gee1kt5ch0pt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmbfnt64436h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t34rqecl712yc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v6dkgp71sn2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1PRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6mr9g8frnb7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ButterAndMargarine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1fpgzvctr2tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njchy1rm6f1r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebw9qwnzsrnx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdefqndexevng\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gsv40xlffwhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9e9z7dkh4n8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg3b9v6hhwjkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With1Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgpe0ds1rw5rd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3crdnk5jy6849\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq405c25wbfz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pne358x9ctb79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jmjysce9ft57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjgs5hpztpmhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS61-62_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2el53wm5e0p77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jbs6t3wetwx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehev5th0eknbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr66syr5vwqz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhwvmw0dcwtgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3019gy5m3b3g2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20d7z4jjsdczc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/605sg28tgm6k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9q5g97qcwppb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72t9kgqlpmek6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkwm8hqrkmkm4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G4_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqj6g0219wwh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0800To0829_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q3m432g3kvwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhccx9xs3m36g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ym8ct62hdppd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqpq46dqmtxdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqr3z2v39b9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_AST_PRVT_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2btx44fjfkvyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5km1pbq98csl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zze4nd8d8p4yh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7svlch1hs65dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tyexcls9e9p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t85hcn1k7cc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n4w3nwspw9d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvr08w5t0n977\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_AutoProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalCare\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_75UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lvrz9s8pv3wf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/779qzs4hms921\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xczps7k2dgrm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LimitedServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dh62dv1p9td9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0km76q4rdlg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4sb365sx0xnb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cc7mzfxt3sq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzsh3k3r538e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw9nmysemtb79\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gd3ezjd1x3yb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5192wwbftqbn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzmjqjr5p6xz2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_MNF_CHEM_ZS_UN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfcb3gts1szjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj0et32lef4k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7lby1qbftj9b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To17Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjr039ffkt7lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAWeatherNotReported\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SI_POV_NAHC\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgp7f6mk6ek8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7nfnyeddws5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm8149y0h59jg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCServiceOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzkq06e4pbtq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqrzj5049lwb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzvr7ts7b0962\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd3xnqejhx6hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz09kve3r9jq6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_4549_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s923nr78cnsd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCBB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_FuelCombustionForInternationalAviation\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p277l964rvj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvnkb07c9dcj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbpk7cv7r04n2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValueUpto49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgmwls6epe7nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkpdhpwc7em09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qmtwqmwfbnl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvseqqmh4bz96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqn13vktnx5kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfs5dgtzhp4j4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hkt087y3xx85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2nskl3w6kmbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_UCXOnly_InitialClaim\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xestdvl9mxwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhnk99hwk9kk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccfwyb5ktqcp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evwm58mejgpyf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GGR_2_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_Kerosene_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewCars\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhm73jn4mt5l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fbh89dhxtrn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SL_TLF_0714_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1z870edy2qs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe7thynnrbbfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qwzwk8t0ec04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edydg1m53jsf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_YIntersection\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhzz6mw65ndwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1j1sn4pnyxc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m3fjkmrezthf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59sfw4qgz9rk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n0l8cxsbm609\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccxtrp9n9e5f3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljnnb7hrhk5y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_1OrMoreYears_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyz1vml4z84b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jnfevz8wl5y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rlsdwkhl4v37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/866jyg8kqd82d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0blbm6tlbzt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysjb43mq367w8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_IncompletePlumbingFacilities_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f166bjrpr9137\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9e0z1n4js3qg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdcwxpzvy3mtc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjwlstkqn1mv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykq6x8jp5t9m8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kknr1xhqtmd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wlf7xnrvrfnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6rpd14m9r9f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpnfxz070v98d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv58yeth9tm0d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RailTransport_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ndhj7mvbv9w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb8gejbnfktl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1sh09g13fkk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Unemployed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1d9zr380e0q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytdwdvvnnjc4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RoadTransport_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7mnrcrrksx36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcn6kyc8exthf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3r9exzcscpfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzx16s3ghj8f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPNS_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53vzknbffwtkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc2ml4q2p9103\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp6chptewk2p1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b37znjq5cyn96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lccqkm2e619b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqr8x6p87gdbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1vntvf7enn11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/655j8b99fs0x5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpzzbg4dpt3zb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k3pqx1l9e4yc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F300\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS42_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rss7g7lj5lrv2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCA.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr7vb5gkcly87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7zjxn2v7m635\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kwj0rmvt9y9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr5pn19zhnr33\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_HYDROPOWER\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Hispanic_Latino_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_GiftNoveltyAndSouvenirStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthDataResearchUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rzhpxz8bd7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x90mvznfdcqwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nvyq0rf8z3b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5f31er0nddn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wppqhnctkf8l5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blt2t5922h52h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdqrg6dt1sgcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Herbicide_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvdc46vw9g89b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xffdlgp2z56s4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_WastewaterTreatmentAndDischarge\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r33wwtm0dwtz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75c3hlfcq3dyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bml04ejsp7rxg\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_BabyMostOftenLaidOnBackToSleep_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw1rkwy714rd3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbg9bf986e61c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0x9vj8n95x3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzcf9r6p30e67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7pyln5mm1gfc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_NoHealthInsurance_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qlq6rkp0ytz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3gqxb1cj6xs8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_TOTL_SP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61qncdfh8gq54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylf5g4r4e2nm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyzenthv2fkr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq6cwbrpr10b9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPLRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7bw6ghbjcdz5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_GasolineStations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Male_ConditionChickenpox_PatientDeceased\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_UkrainianOrOtherSlavicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4350swqj3k2bb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82kcsx2b9cy2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnmdx8chexsw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR38_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t5e1ngz7y887\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvb50kgy6sjd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqjthptj7bc0d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pv2qdh9191q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8spv6xg9y9ysb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7c85qc7xzb5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f69kl8x2qmll8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghe7xcp3210vc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kpqwe1ez5ggh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmfy7jg0fdd4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q54e0938786h7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSFinanceInsuranceRealEstateRentalLeasing_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_OOPC_10_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_34Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_1519_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20c0zx20nsym4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs5bpw8remtbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23xp443bmkxq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbyjl616txqf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjcb77lzv0fw2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/881664bcwqt46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qrlwq5rkssq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kymmvld3ce4c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phh7dljt0g693\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk6e9zkmhhtk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ConstructionOfBuildings\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPhysicalScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c34qw9s6k51f1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV09_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne0vxs28nker2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm32k8kp7n6k6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.47-34-TBTUUSDPP.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4yzv8bksmgr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40qyw0dwt3xx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fterg90ld1j44\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_PurseSnatching_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k3rs58yzzmb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfv8exxtn0dw\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clymlt0y1b3fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7kyljmrr0e2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_SimpleAssault_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zerbfxnxsdf7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_WoodAndWoodProductsIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksgs1rv5fzyp3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Count_Person_18OrMoreYears_ReceivedFoodStamp_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mdfgcw5zv23g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1rs1dhdjh3d9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwc7m048t0qyb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_EA_4T6_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Margarine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuelOilAndOtherFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz48q3kc4nbn2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn0y6tfkyhfff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpx5hkzgc3tbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfwx091svnxd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw9p6fz8lxggc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxhyckv3rfpy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0zvx0kwyde1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdp0wmnxfz1bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jstvc98ghtf32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvw341jelxc5b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gr15j87zhp8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80nj1brkq4gz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FPC_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_FloorSize_CommercialBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khqgfg0h6djfc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityHispanicOrLatino_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pd08smetfkfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq5vtlr65zq89\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_ART__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9hnryw63vhwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0ebjdwc09k65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g38w7y8p6e6y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf9dysc1j8sr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCSalesOfficeOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_2OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndym3ytbcgeng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPD2F_PWR_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnwhg8nw0e498\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vekpewgzs2y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxvpslt2s3dy3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_CBD_ORSPGRFA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc4901w9q1431\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8msf70z82brf9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF122\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Psilocin\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg3j2gewb1gqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj4w638m3pddb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GarbageAndTrashCollection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_BuildingMaterialAndGardenSupplyStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4qzsj2pnf663\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0m6j4wq15bb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zxnrt9lq35q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97ypgnscbqhvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg98yv0yhvl47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp3tq0kzqj9b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FuelsAndUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRE_ENRR_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqwz8dt6qd8v3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPDM10_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tqld5plvbqs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkzrzmjsz1yr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherUnmarried\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v1sdnwjf7hh9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8fkwlnyqesq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t83k4k76ed5cf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg35z9fyz6p8h\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_4044_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To19Years_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gwprg14g2fld\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Male_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nvlh98nxxr66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5ph9n4jk18e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jezm3tgk4b5c3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCO.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f000l6pgh9mc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdsv430hm1597\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_2500To2999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_GermanSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gv2fjyxh7pld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd3tehzlk6e5b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k21x48v83mbff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npm5cm7flx7b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2brtbsbjgww5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_QFever_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EnrolledInPublicCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpv8hkyerpkwd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxb0cnl0npwg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmlwhwy61yf05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe9sdy4dyx8tc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cz8yfqvte07g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rdkhjxswly57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9920sy7dmkcbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpxhshelzkwgb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wyher77gehsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqpg2edzfn4nb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbng2beft1297\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jcchz4t7crx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m4bxsjw1jc5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4534flvemylzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96b2ddmlpvq7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjtlvnl0j8ke9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h0denrb7p7q4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hclcxfffpnm64\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCG_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_NetWetlandEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_DGRD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS52-53_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ve28t58x2q7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gnheypn5pnth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4kk7d4t81qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdn6jbqp8vwq7\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV27_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/veyw7tp68xln7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg0yvys2g9jn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce3np59lzns7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2s8yev4fqe24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsswz3zr3fdv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzbz28yp0r0z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy3d853j8lev7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PUUCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z43ekhs2wdl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqxdphv1ykzyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfydywxwqkn2f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_FCST_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xg26c0l9yf42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmyvm237b9es6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54c2zm06pd3xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt9mjzeymx2kg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j36k9qp1kf2ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrkmh6xxmwcw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2f4c075cnry1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6p8p2bn8c6n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdmkk33jqv70g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Solar\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_94Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Arson_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jyvgzqx4y6sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tqjtb9k315v7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANIV.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdd4e4mz18cv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfColonRectumAndAnus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g5t7z6qg59e8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rgbc83cppbe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnxygtmcg8trg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl8ed8xhc4w0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2c8n6hehe29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n30jxqz1wv7c9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_TBA_H2COAQ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wetrc018cm07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4x1kp11mkhv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA25_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b3gpw1zyr7bf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1To4Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthOceania_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_NondurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksw8ezg64gvz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr47wx9fhetxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp8p89sb3wsg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9ypdngg9bfy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b5s0f0v9dqp8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_PU\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/sgqw955xkv5tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5m3t8llcnqd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PPL_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g2sgt2kl99pg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1svzq1qj8lqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Septicemia_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Septicemia_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj237ms4fhykc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvgdj7tms6e0g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_25OrMoreYears_EducationalAttainmentBachelorsDegree_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkf9tbjsxkcv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9608m8wf2l4mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpv1y53wywc85\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_WholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_HispanicOrLatino_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2pkzmlvxn0k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn88p5r70c4nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg4bepzr1wb93\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rhlh6pp9x5m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhfwvl67pmpr3\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rybrs9pp5l5t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k169y4ngr7vzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4qenls0gnqsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9m1wmrrfg4e6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_TRF_PWKR_CD_DT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EntamoebaHistolyticaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_BusinessSupportServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxmyk79nqbrhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0p0xexc41zch\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_UnsureIfWantedPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bywmb4p2tjlr8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.SEX--F__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CNCR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgzk1wv2dnvsg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwr0eym5k8sfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y75def98n35s6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEAPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr4kfwtm6pcx\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_RUPI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HousingAtSchoolExcludingBoard\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwxp8gdbxhmwb\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f97nske41lh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_KnownOffenderAge\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h9glh31zmqqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtyfcwydyyldc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l0jhzclc0327\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c51krleqc1l44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5r364q2683hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxnm2de118y94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91rn80lww755g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4q5l4eg5c8w3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_6Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSWholesaleTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/684hbbjthehj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j313wmxmls18\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp2gnz10y8qc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqgcvte9ed9hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgn51j37932yh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bgtyy63vr8d6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_InArmedForces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kec40h2ds2g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d805r5r300wc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwwbnycy9dk4c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MFERO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Brucella_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qgdsy3675nd5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q548ftmbvxpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d1g0els5yv99\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4vfk1f1cms35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b2e1d3cwn6kb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_3_E15\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_IWB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_1Year_FederalFund\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpnkjekrqc0jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzy07hvn94yzb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggf7xrk5fyc04\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV01_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1frygmknv4rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_QFever_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhbt0pznpzpy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpvtvr9z8sxeh\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6vqp654pcqnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nme51lg5q9hbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4cwp1cherrb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pexszytqe5003\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dygn3q2mwmn9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSL1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/het9ygg94r771\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w50f494j2qrj9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_4549_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/HD_HCI_AMRT_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91l34q7kt6h7g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m7e74hndgl68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp4vxdr5qdb55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpf1csnjye6q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pded7g6969jfc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6ygwsnn1syqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p399z10w43vyh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_LarcenyTheft_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4csgnem987eth\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybxmglckgnzm2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_RefineryGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6f5g63005dkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingGasolineStations_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wvqvpzp5e3sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltvssdtt94fd1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/MS_MIL_TOTL_TF_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvkxn0mcdhv1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70y6jqmwx9mv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz5zlxlv8b414\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyt2jexsm4q37\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_OpenBurningWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_7074_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_IncompleteKitchenFacilities_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3j83228bykyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hj9v5ngx83d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g56zf40zp64h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng4e7z3bklpjf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dn7nje0ewrz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs73metfm07l2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n13mv2dq02rk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6hz0c7whbe6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthyleneGlycol_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gpjq2np4psm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcj335hkppg4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6wm4s2r7k3cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_Agriculture\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbhg5q8n0g397\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To64Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zr2wrnv7jv97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89r16t6ht39f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eeevllf0fgck2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k43wxgcd7zp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhb27czn56yx9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_26Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographicEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k6zhe4j4jpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Male_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1xfvqcnxzhch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22db9v95fd0x7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Employed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs304blfzde3g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0qvnte6hlj3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj9jrntg8qtvd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_DETH75N\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85e80fmx2pcm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxlymtmxjsem5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSEducationalServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7qqnb6bsjdn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1wgy1c4epx96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvd9w9pxpwkhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0t8mghz9bgqg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65OrMoreYears_SummerSeason_Male_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/750rytwh97321\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6dvlnpln5tpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty4dbdt76jvvb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49rrqphqmkg24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc5hbzngddq37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewjbkj2j2xpwb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_62Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj1gee5kry531\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg4kdvg8n83k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlrwr4f7r4pg7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.38-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4581xxxyef0p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqd02gk7sq8n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8vcqwffpp9kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lj8v3j2k7ts2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_23_V\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/276kpewv6gvs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfnweyqmgtbff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfkc2g09501z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PocketPicking_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--81%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwfsbj8fmlxr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nzkl9ed1ce29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxp7129jhrbh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_TwoOrMoreWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcw9p0r0zrs37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp5hpmwj2241d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PM_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPhysicalScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0see6g88qxw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MajorAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d9yp253eg475\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqk64dqy3elf3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16xl9ybfejg42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ltdqn7w38lfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_PP_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0sqrtqwv33x19\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2nkq86mby535\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6gmy442qlh14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwv4qsg90wqw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmxldcljrvqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9legexf1q5dd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twtljw75w6pz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdzjfbykydzed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKORI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kb1z1ezlsn6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Area_Farm\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msvj99sd1s3n4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Lubricants\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_14Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1kr0ft77ptb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn3qtll3zkvcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74js07nreke8h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LP_AG15T99_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_93Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc1begxrsekc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgs4661nm2zkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjjbxvkfg4epg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990To1999_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5df4lf3zs5kd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e5zs24p4pvgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ykj7mxpnd377\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6glsckej4jvm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghkb5vr8w1gb1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_PRM_ICMP_15UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA03_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y1nt6wcytms2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drc9ede1e9q4h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Median_Income_Household_WithFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherSweets\":{\"byEntity\":{\"country/USA\":{}}},\"dc/466khs4z8tbmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbnw6nxwmstv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_UrduSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3stt3vb0nbc9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr99msnxfm6jf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpdmep7vdc8f2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGASB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h342e4n6tdhq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlxx20m3vvq88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_EnrolledInPrivateCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxp20ln6byw2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8pcds0sseld4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qz5h0wqcsvg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj9rebnptnn85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glxfkgh49nzth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntgd4vwc8xdeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wglc8s0zht0x4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzrqcktq30b33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvmzbzm1dxvz\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_65UP_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jx3rhw8kv02c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx1r4sm7lrmnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33qjzj5lkdcdf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0cmgnbfq87cb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7nzcpbywyft5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdtzsh2j7f9f\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1jrb0w19ggm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Black_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4335sn5fzgml6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y25T34__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmsp4byspqhfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mbqy1g81fl16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlqwjpq96mkz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Methylphenidate\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggps56k2rkyqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxmb93pt7h4dd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_ENRL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9x8s28jgwlp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8eftbm41fe5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9wyy5tf5megg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b56z93xqt1h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sczsvztp64d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vymvj72j5nmm4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94pvmw86qmcs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6js577c0db79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0hrsqwc5t6bg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/739fdcq8v4fzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxtdzb59frkf8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/6_1_PRIMARY_ENERGY_INTENSITY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j4r75h6q4y4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jn92001plvw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_NotInLaborForce_WhiteAloneNotHispanicOrLatino_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnxb8x4x5kd7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk8wljmh44ph2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e4b1v6tbkce4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15yjhffk35xg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f69fec2ns37r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxn1v5hygr4v6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4kv0mkm56gh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSmallpox_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/str6kz2mjtev\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_0.5OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ld689gbsfdp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xl3kln83z3nvc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/331sveep68v73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vqbl4tfh459f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty4p6hqkj06n4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDisordersOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dms8b27q7pp76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84cl1pj9m3zfg\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Cropland\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb5dre45b8bz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q1hw2d3gv4x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02rnpvl6d41s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpmfwfk3znzmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRZ_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_Bagasse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_SelfReportedDepression_3MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r26ffl8dvcfc1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9876cykq7xh1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eml83whwc28wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhdn805gcb5v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lryxwy80y2snf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaBongori_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcqs3kfsqw1rh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ns565xmkwysh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR21_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfStomach\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlt3smlxekez6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv81r95r0q3k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsz352lz0jfz1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--22%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2718f4xfg3nwc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_MunicipalWaste_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b013lplw2471f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t2wk9hccdjxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjlrd99trnmpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54rr1hdd7vc23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7198wcj8ewr7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bl7h0hf99335\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfgd2kclqq2hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggrwqwknt9y95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kcsqljkqk8e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt78v2kj2vpr1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0l8kl6tf3b8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scne54m27rpxd\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw96zx4f8zb0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weq86k9l0k9p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtvh3p1wq6kyg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EF_EFM_OVRL_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8y805zn7jl44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msk1b6xr2rf15\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhqr1f1g82nq6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bwc67qzbh7tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpsjvs9clelm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StatutoryRape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtnf09hj4g279\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr8fwvdsn7t1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70mex85pk0tv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgy0b5c6t1hj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh2wqzkxtz833\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2539br8bj8q32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcndlhw20f5dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb19drk5lx7lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz2kkg9hsl9tg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_3_FDPUB_FNCUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0btr2669gm53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PepticUlcer_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71jkwyhyhtc79\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kmm7v4hfhjf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd42sxkhnjl4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R55_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_HeartFailure_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfScienceAndEngineeringMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms6qlfvrhcg67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BabyFoodAndFormula\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exqen4gyym0h2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FuelOilAndOtherFuels\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithMedicaid_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hc46zq5h61r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceg1jg9vd9sg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edv2lee5pvsq4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7fc5wqwvxtr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re6lnbqrqd1nf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5p9p74686mwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zvhhy1xccw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b95255qc6h929\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bze093wep7w3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht62xj3yhnh4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv82nwm832e2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_FossilFuelOperations\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k3f27kyzf24g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gztmt3qpsgdd5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y32myzd055q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sv5fvvydz66g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/meypl3gpg4yk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r11mft5m8we58\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30To34Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_Black_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bcjbkq235pv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/691x9fwtg74e5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkfv2prw55jqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5veyevmr8vz6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt1ryhf7q28e2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl4yrpen0rnj7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fcz8k5pbzxd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjdbd0tz70gx6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS71-72_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bq7977xfmb26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lvdxyjynp217\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx8hdwlf53ghf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qex780jdvnybd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs3sn1721n229\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Assault(Homicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HouseholdEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tnldenfx40xb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ftp258lw5txc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4b6mzh1ej6eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv9t0hh7ny9w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gszed9entr4g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_UnknownEthnicity_VisaHolder_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/201lyc0y8czxb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w4h8bbk266r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52x0615t2x9j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwnp7vqg67jy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Embezzlement_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ze0b65khtxm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j743pf3fqz8y8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gyvnjrwrfpg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s86fkp4lffqvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zemjy5ct7f26f\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4txtggkn1fxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg3yqkwb42mmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ItalianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x2ygkpp5c974\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SAF__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InternetServicesAndElectronicInformationProviders\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f28q35e1xc1p6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7ht9ymnbe373\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_DOD_TOTL_GD_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1970To1979Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56bb6l2v3thd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szdnc6ywmqgh7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_UnknownOffender_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b800s18y5zm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7pzstwhzmhh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdhwg3lx36p51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2074tyf176zxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nr26rqbzlhs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nywkpj4f2x7r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ffttk2ds6c52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89k48djdr499b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPG_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1sq8e000bg75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8fcvsyd81p49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk5tjm8nhjb72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ptvs1791q2s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25dxrvjx906y1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DKEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gr69br92krmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftclrnxt3x9v6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocoleusLyngbyeiEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm1gek937g0w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh52n3qgw0kt\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/6r427kqhny5h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7eh3vy830v0f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDXUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65bp65gc7b4zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl9mg0jrfe3n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxqv35nmg8wlg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve3s5shz6tcvf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evtsb1dqm5dlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt0bv9wpflmb1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44td6nc2s4hbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hngvdbf2jv0nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthDataResearchUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_Utilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t20c6grlv66j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg18kdcbvhb73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb0pxq1xh4phg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticNavigationTransport_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PublishingIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_StateMotorVehicleRegistrationAndLicenseFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3p0pl23s3wg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk33tyk1853e5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2D_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2yxl1fgyx8cd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n4mf17q78xtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43yllygr7ww3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1zyx225dsecb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m80vxkvdfx1jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwpl5mgvrzw3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmwcqecwxwlr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS92_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hvyr1y8zbs2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xx4enbl1gbyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjfhx2wymq9c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0m4klt4ctehf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MotorVehicleAccidents_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9tgbcqd1fne3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zpmdjp8wf4v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xpp71vxe0837\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekh1g39v9sgj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkwbhgdz4wmhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsxvc3h9390vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28m0qmpqjdl81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/348hn346pe046\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjvymp4btc4p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0qfnvlvrwy23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnehbtnnwtcf3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YOP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3ctgeq8pv6r8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr4jpq6rhtlf7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ycerhcjp6k\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fy80yq61l83h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0yl3lqxhc2k3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m2p5rk6n5x86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r7swxpjs2j2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz69r3ts0j1nh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-1-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jh5s7csj5997\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d0tjtp4s9yr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx3b0j4mqws78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_SOCProductionTransportationMaterialMovingOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bc8qyhchhzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nnrl8ehe1ytb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s7y1x50rl8h3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_UnknownEthnicity_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1mcmmyhwb3rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk6t9blj98sm9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlvbc8hnv3s33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6gsnjleyz512\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tj7evjedl843\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybnspxdgys388\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfzvw1rpwyk74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionNonNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/188txxdszeh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9k53mnz4b0p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz4jzk97wg4w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5etfpem5hv68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea2_Demographics\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kw6ql0bz3z92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3wkcglxsvclc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographersAndPhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zbdqm4teh9sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3d1b5cl4snld\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsw64lgp4xes1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvb7rhp3y8ln8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2zv5jqbkhl64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqd05brf153z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxp2rrx6qjmc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FreeInternet_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_OtherServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7lndy4c477e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgbpsvn4jndt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5xrh1ebwvk6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8z21y75p085f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evldjyy1ms1s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvtc47m7nb3qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntvjsjbk5dnrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8sjnnv5thl71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f9t6ygzgyqv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp11f2d5sf31b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLRCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hlt60etc9vdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gkec6gs5wpx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm13j7zvqk8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptde9p6j00br2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1455fllmh3f\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq4e04ds872c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbpfw58hry5v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g29ys54f0hx7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txv5fhd12febd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_OtherOilProducts_PetroleumPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtp1j5zqvcccc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etqxvj9x2xved\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR19_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2fbnztggqr3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vqkv0wsb4lb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhzz2j7bmkjz9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_Ethane\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_EmployedAndWorking_InLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjs84tknq03yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mts0fc24kdhy7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rlf9hd7swys9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbs6wx3dqmqwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgpeptrcq97l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qrpgvw3dt5n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg5z9t3nnke69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br58kx3xcvvm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et51ngtc0cd29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yth7pjv3e8peh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RLUCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ParkingAndOtherFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42m7gb43e5tx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_21To65Years_Female_ReceivedCervicalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97xwt4jc4gmrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq9zj2mr5w95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr8wl086jf57c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5etbz79l8m6r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bge4bbtllsr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cd3lft0vm4f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clekr4es4g9s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xskd0bjhh05c2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2krptqxyvhr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge45To54Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhn3swz422fc7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b8x1z4jxz734\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df55kdyyec096\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt2qtkz6n4s6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts3gd2kphmhg2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnd9877ypzyv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pne85xdd84t07\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nkwcpyy0s19\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpn8jvd9f0ed9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PunjabiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy4tyk6jf0me1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s44k76lnn9rqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherRace_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj7tdpeex6k93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp4x0c6s0pe31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epscmkbbek2d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR29_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvfvmhzlgmkld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxthjxy9hfyg6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qk8ckmgrp05z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyf0jn2bt13t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxnlwxm6zzgkb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NotSpecified_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nps6y6kg14e8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkfccer4ye45d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxxkhmhxnthj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2td56e4ts91h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp5j81zkm5kdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_18OrMoreYears_Civilian_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66j3v4l9shtl7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Rainfall\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y_GE50\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/refj6ctkd6ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx17x85tqrte1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI3B.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8t9j5dghblwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzhz39ksh5814\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kxtg8p02r8m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35j5m5v9qth36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0e26ln4v8qq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrdg3gn3dcx34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5nc2qkrwly5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvy9vhkv4hl5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vyg49gy189c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzzvkk8jbmbv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AlzheimersDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zzfegkgl2nv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvedwdq0rsfpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wszev30ml82mb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LocalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zwf6rdfrp0y2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x16seprhh949\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0yjmfye9wy25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2q6hkm96s65f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS92_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tc1hfxft4g6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TRE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/h1m43ps0qgh2b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FPPM_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gexlxx2kspp2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xclx05yh0mbv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slpj1zr4vhb08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2138m1cxrytn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z83qgnyphd6dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyx83nw6vhq04\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_HEI_TOTL.INCOME_WEALTH_QUANTILE--B40\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ffcpren44zc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6xpvlkehq3wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzbs90re1yyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9epdd4grs0mt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn0qqln5tpgj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl07e13yt8868\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8fybbtgcf4w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4xmgws74dbnd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkrndhr2x2vk4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GB_POP_SCIERD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIM.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/090347n048t11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0my9dpc5lmryd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsxq0v9d9ghj5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR11_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1787x078y27zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_StationeryStationerySuppliesGiftWrap\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11gkz46124mb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8ldgf5g9sk38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz9fvwv6zq4k7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CounterfeitingOrForgery_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl9xb5drcl654\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb278mvvszkz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_AcuteCondition_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41ln5txvjpb9g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_GasWorks_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w34x7kjkzww7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssxhxf7603kh6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_ISV_IFRM_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzhjj035qtckg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc56xgvyc2bl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk2w38z6clyc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xst838ybbc1s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g239mtbyq6g38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k50gtsw6flst2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_SportingGoodsHobbyMusicalInstrumentAndBookStores\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dp9xgr2ff513\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb036zl11gd7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqzpd7dqvjkw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55wdfnz55ss15\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/EN_MAR_CHLANM.FREQUENCY_OF_CHLOROPHYLL_A_CONCENTRATION--FCC_M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_NoHealthInsurance_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y5xl4w3l4ys7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_USResident_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvmy03s4dzr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n29n7h8plgjx9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_MMR_DTHS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5621w18d6bjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epwr4c8wdxgch\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsnfpp40d7qpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgx04lbbv13d3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Nondurables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j60fy8e2drnc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnpjpp8r5q814\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWCSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_INCD_YG_FE_P3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3mjxymq18mz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thm3tmzgdnr12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbeyb1l5bzmf6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_ODA_TOTL_KD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSAccommodationFoodServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7yyxpk19qt0c\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7lczhxn7xcxg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_WasteManagement\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qncpy814bc863\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9020_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_Unemployed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pt4j4e52z7f4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_4549\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tdedbr83g72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycf0enfsxq3tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3nznlfhm6dp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwejdxfjwk5mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw5yzq0fk6d04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother37Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37n85njd30b96\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1whpzyk6b5ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t52vw93l4zqxd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czqzc5vp7457b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvhrjwybdenzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k1xgpezv76dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rk9h9zvbyz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc5peg5p3kt78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jez5l1vbh621\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr8bejsdjfzn3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyynzldl6rfqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lvzhnmj49h6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCO_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zefeshmk0ynzc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Butter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d25y5l8c9mq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9425n4fy4lcg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0frtj8fh3v98\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_25UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gm0tz8ngx99b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtp3r59w92vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gren9d30wsrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bje4n74svzhrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5g2nxtqlj2p5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_UsualHoursWorked_Person_Female_WorkedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gjq8s3yre8k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sljpsc4q1cv3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NXWSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_HispanicOrLatino_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rjljnc231vf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjyp62q0wvgy3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLOCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_2OrMoreRatioToPovertyLine_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gezt6ygm4ym2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxdv48gxsklwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx005zg3bccmh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_POR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zphdb98y83lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6y506r8vre77\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAR_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IdentityTheft_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2scg85rt6pvgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnm15n8y8gkmg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSConstruction_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Employed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CosmeticsPerfumeBathNailPreparationsAndImplements\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y33kt97g5c8tf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_AGR_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HypertensiveHeartDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3sqz6q61cn67\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm2dh9w9r6e0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1nqr6hd31m68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq9m9787qgwed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z239zx8dgc13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdxlyd5lmkjc7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbrbggpf4ppd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr8en2t0yv84\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hde6rmqkv7e\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb2tf35x077c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn3wljtnjjtq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xe2vdbdfb9p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm143hmv07kh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_MOB_OWN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qhyzpgk7hs7g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wetkv9563de\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_2024_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_HardCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherComplicationsOfPregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_MarriedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c53jk16c4g1r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3skdhtkxy7xh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxpg32b1lfhb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzycpzz4s3by8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cmy38kbyhl02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dsgpc9n2rkdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0b1vkgxrc4r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqmygylz47cx5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9fjy19xdvtyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej6nb3rt9m6w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7swz6jc4nx5n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4ns7xke0hy06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdw61v87d2wg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjf80egfg79t4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07rkjk3806772\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dbd8b1l6bc6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqqpdv3y3tzl5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9clhl3vtfpj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8hq38gvtrrm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k161jcw2jzz41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SomeCollegeOrAssociatesDegree_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzsp2ltht0qd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--52%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzbyv9zp5m7gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3m2vz4390tc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n7ctj6esn6v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgb1pr4d7d6qd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04kcedqq1s2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/176xpbksy85e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm2h6clmndl3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbgkv1vtfrl3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f68682w3g7p94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lbxwcw43e7hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq8nv4fvl29x4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1SCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0dhsb9lxtsm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6tvr8qqkppz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w20tc6w98g8p1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w3f6bx7w32w5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_COST_ZS_DFRN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x8mygqpmqre1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8e06gd5dlc27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf78tjvje5q97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn0e3evn7vvg6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LandlineTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8t5gcbt30288\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsxg21gfj8fzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1rkn7xc6sg76\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_REG_DURS_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NY_ADJ_SVNX_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpng19nk1bwz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myc9hs75rhrl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxyj3l8pnljhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1njzyt2pcejd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jd4d9yjdkxg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ww8l52wb7x87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwnvw0c9w9036\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56ss4xsrc61g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7x6lzv5vr2d9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs6xh5d22rvkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjppg1rsntcv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19d0sfb5fbwc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j7lqhmqvpwlf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLL1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_30To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ljk9jreqd43c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wfcs279tmhs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97rz0tpvbs1d4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he3gh7rj9svlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3heb0wvd5b49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn558hmr0xyz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3snvpsg0kdw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g08j37y6jkj02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8ecswrqfls8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsw9vxpbj51g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r448q3sbf07df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k6t8xm5x6gxh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jn4lves0t0k9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_SPT_PER.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftgdl2bsefdp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Falls_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hwn56zcwpljf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mysjh7l5w7kmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk6x6xpvlrelc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qc5pny4cjr2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianOrPacificIslander_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78q6bltc1cre2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqf3ezxlflge1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gztgwqmcfgv07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s674w93dbxyp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78hgrd49rskvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l218651qsmpd9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensFurnishings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msm6f29j61z79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntd43rehqdp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2wye09r5kz86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t23qhp3hq90hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28qmd4dgbjjs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cb4hpvy8lp79\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1TCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc13lwdzv1em\":{\"byEntity\":{\"country/USA\":{}}},\"GrowthRate_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0chkr0fnr7w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb6p5pe65tf01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2mnk7dzljyb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyb637cslvxqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfl5k8tdldwg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rdxz0b45gx92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d7wvyh1sqwzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l2yepp1q7s7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ype6hxqwd879\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gn2c08kc93gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k0mys8k94n65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8nlze67q2fkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm4p2ket59vl1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlbthm97l3jm6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyzhcgvpm5nn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h2f0shfhgs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nnsj69l09jld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5ksnx0dx1qq5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmyjtrlx4cbs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xle9bw51bwwx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7ztcz3t7ctb4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_123_M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/30s4s8x946jbh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXSC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ds6qhk305985\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1dpdghngmj42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thh43mlhj58yg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y35T44__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_0_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e447867yc0xld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx064xtmzlgd8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x2bgpqnznm2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xe7jhjc7jth1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv5691710wn68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf9m544kqv691\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nevtzbkblhqxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wejt8gjfz6qwb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SS0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y88k238vts02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_25To29Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ProfessionalServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx883mks8eqjb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMRR_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FullTimeYearRoundWorker_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghccd61y403kd\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographicEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd9zgnp65fmv5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DSR_SILN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/6hxsw383df6h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqmrspl4byvg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s1rx4x7bz2xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqtyq0jkfk3mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we1pf8ebcdxt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypyrpe4nh3dg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NursingHomesAndAdultDayServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zpdg2hsjnrld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvg2gdzmgmyw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ThaiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/249c7evz5x7k8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lem86q31lb8sc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfStomach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnmvy9x8pk9z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb5n6h5kw0v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trn2zkwhp7363\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw47kq77pdved\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/069ht81bplvf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ghsft16s1e17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv1c05v1bxj0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000To99999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rbl7pp2nw905\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2x66yqfqxrg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc71n1ter3qf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tp3y7l2cr998\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9y8w5yfm4tkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnq1xq13q2397\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27w6htb6jqx0d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hm26e3bysktf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4jgj5j5lxkf5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9133_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l1wnsdxky84c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t76tqxn438sy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmhd3chv5pf55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/566pmxlr5ejxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f045nt9wtpv8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/veh8bbc91k4vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23errj4py11f7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentProfessionalSchoolDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qhz0qy9f208d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j17zfg2m5wv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jby1emnd6etd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b82h040vpybh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMLCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42r3rreqkfvsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w4e76tyg3l26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g1kj7drzkr39\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAFuelCombustionOther_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klq5lnr4b44sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqczntrv99lh5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_3034\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPP_23_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x3hn49bm8fc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enw63sd3rs2m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gx0hj3yk35kf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1UP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ljh04ddcl37c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8mzef30h12hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidingLessThan5MetersAboveSeaLevel_AsFractionOf_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_0Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lcn2r12thj1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kh2eyly977x5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fl9kt1fstydg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w56by78w2crr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2cmrjzpd0km6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--61%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13hck7l30vj95\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsgx41jvcwh6\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7fpemqe02pl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmlxc65ezx1mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbpt1myf533wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fktqb221wbxg4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithAsthma\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xb195kyrs3c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtfrh175mf9n7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr18zbeq83qe5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ItalianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRY_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58196khbz9q9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_TwoYear_Male_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x85v7lnz19hch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t2stm9brthj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfdrhfl94mh9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw3y5y8rx79dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreOwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0gbjqg5t8ctc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtgh0neh9jqy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtcmf95wflxd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSEducationalServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Brucella_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdg9mkkhx6lp6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w89cm0k48wfk\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_CokeOvenGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Meningitis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuneralExpenses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/022pltkz50h67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r84q2xvd658s8\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8v1dgrqky5n4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rw63twlevdq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f482hmqbh0e42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpsr10fkrzzkf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjgw58z7g2b4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lfx1b628rds9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slkny5d118n3g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0v8bbj0ds4th\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6s6fhbx0b3w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dns4cvz87ckhc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_ANEM.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx776vgmwzh86\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1501_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d30m7p1t02z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jewlj2m2qmm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqkr0pq46xhs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb19rneg9g4n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1m0yh51zfemd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52pkf22z0vpn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hefsh5f08llw8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl8h5mxsg3mr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy5247kyexrhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk2rkqm8w0z63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky8z73128h5tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr1lpw9wy478h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjppzrqpekmjg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lxbq6tevqyc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95963ks8gjg95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckkq8mfqlz708\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wl048jdkckv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/667qwkwlt0b4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74w8vxdhscf0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcl4s3l53k1f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CarAndTruckRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c00fbb87spjc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htkz16rwc4qkb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tmtgse81gpng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmw7srr91bj41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnezyqsvlvpx6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PFNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_PC_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e3g9swbjrg4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezjykz827k1qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx7edmkkrxvl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgzg3l7tq0sgg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j12z94tfpt7j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw3cp6l6hh0sb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/274cf9xnk0bp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/784cg6h4yr9f2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk2nbsyt0z8wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mslbqtm1m5xl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qngr0pc8d4c01\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcqq6r3dr7e2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql73h7t92nfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lbkcxzefdjzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp3cccq4vngl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Smoking_Last3MonthsOfPregnancy_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qb1k1l38qkn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq2dz1gctgghf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_1.38To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kjmdeq1qpbm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnjht3pz3n5qb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_TabletUserOrEbookReaderUser_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9ccbzlgyk937\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfby7fd64sglg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc2w5bsxrrmhh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--KH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdy1msxlevvh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqzhv332qdtm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tppymvk8nb0r7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2890-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bflzn76nn6mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xpkfbmzc4k44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsthv93b84rj5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4716yqgl3znj7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_05\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_NaturalGasPlants_GasworksGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/924kh9f5ebd26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y13tyxkeck281\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlsyq2bbffbvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/848f9emnhbe52\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kpgpptxph7fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6zzszr3fghy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcqed16te0qvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisB_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto9Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdkb4vj8g0fe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0q9f4fkfh465\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6p00pk300qf4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_1.5OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29wlfkv9epgt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4qy4bs8nc4m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk3hjwgcwpcd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1rp1kwympr1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tf08vzm5cxyf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk5sl0wrs17z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf35000To49999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Civilian_NonInstitutionalized_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CarbonatedDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxdl0by7t4yn8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8wtrb4ggy1b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbcwzz6mv8j36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k44gdygvebny7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59jt32n7n2gx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2r70rj4nbk9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrp2jqdd5sh8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phf6ksdqw0g78\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200023\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_EverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jng5qz5pey68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq3h3ccvlg332\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z7zsh4vgcfdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t61d4kkjvws95\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yp2hdlbmdxt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h2kyhkcjkx38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkpd4g9n9k2d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwtyjpp6bc88d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnsv5t91c0gxh\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3vbs0cj5qjfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylqpq0904dgr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenAndFreezeDriedPreparedFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j2kj68d2vwyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn3v5mvrew909\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m73r864lprhs9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CUAT_UP_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7qwy2g0ff2mf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInJuvenileFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5ckg3dbmlbvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgje16rrpj56g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkq4yzfqr2nyc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmjpl7d4czse2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TPOPS.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sek9mq1ypbr31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br1xh09edktw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0gl8p8mfzqh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3025nrf3e6527\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tnt1fkqc3fr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c98edcesebcc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjhdlfw713ne2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vyjs9vc4drp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c4q1ketp57w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74hg5tnl1r8x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9d529m3vjke8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Construction_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ms5e5085ezjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f23jb28ynv3bh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qdd0w90z8fk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxb77cprc4dfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CollegeTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hv2er05tdz7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7908n3q40j8n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7ljdwmfzw3c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpvljk0p6n586\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tynrkyce15v5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EnrolledInPrivateCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf8dm1ex4k2x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j540m63r6yj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kegvbmgb00fm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njxg4wgj3lj57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn6l12dw1zfqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86w72lxemcbt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsng2vmmzx633\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phqb4r7bcvc89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd3fd2slpv08h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbe5efyzh5x08\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k4fvnd4zxljc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pftqsbldm5jqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjj3hmwwrsy2g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5060_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment11ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60sv128qs5eq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqgsx9wwwjvxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0jewr3tzj076\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Male_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DistilledSpiritsExcludingWhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8pfhe9nrxqf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcgd9bft2zpn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x07ff77m64cm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLine1.38To4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwt09s8efcd8g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv1y0mv241vr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyzjqc6nvsqrf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_KLT_DINV_CD_WD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tg0p0jey2heb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ICD10/A00-B99_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53g142ylp3586\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk4ybq2zcn1b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03hehgews4w7h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FS_AST_DOMO_GD_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7cmnelqmtlqc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA13_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq52d28ds5f2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusUnknownEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithMedicaid_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n06jq85sqlg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vqb1z03l5snd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/725x6l4dgqk48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv2sjpt417ej7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyk8l0rvwxmv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd4r3623clz84\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4dvwzx9sc1f1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR37_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_REPP_1_G2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_26To34Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fb4c7tdqvdhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct5qmyp8gy6l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eklqy4fre38k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hsbkjer9x9jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hvfc16vk5613\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_FloorSize_CommercialBuilding_DistrictHeat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ng2cbnxjr9t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvr6bx2vke10b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGMPK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_Male_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fg7cx9np5h52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95gc6392c35zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9flkvr8g4lj9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2t2pe2vbbxlg\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/EN_WBE_MANGN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/7tzzz55dzz519\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9zlqykqs7xb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxd329x7k27fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq04wv1ywy812\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs11s5yq7cebf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreRelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne1p2qv9bswz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d7l8xky6y003\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p378fnvn3f3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5002bplcjs5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cgt0stw8lex1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_POR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_AvailableVehicles2_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv385h6we1dj\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_DieselOil_FuelTransformation\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_19Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ytkk05vkz746\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceq20kqc8nme3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zf72wh70l2f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkws0k4eey8t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q977fdwct2kj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv0y5vr9nqqsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d5rby4n8sf38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x60qer4zl1ee4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtTraveling_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_PharmaciesAndDrugStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwfc94qrlh2m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evejnplxg9zl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTrichinellosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpj6r6dlcktd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkjhgf0gdx6s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsr75sf6c05hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lm15fv1xjcd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0xh2dwe3v3m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6yexl25lm9pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyshmtvr9w1hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk2mwypvdwrjd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/755zc5x2xj83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6vjl4qsvgf2f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TERPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k2lvb0p9sx23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_Asian_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e99ezfp8lr13c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_MORT_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wmm0vnjvvrr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkd32lm45lvsb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--GT\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EQTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fevgl58mfsp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tbs7h76ryn9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhc5g827sj365\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ConfirmedCase_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h4y84dbcjmz2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fslfnj48hx8rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ech4308zdkl76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbrt1nv8kyjc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlsdq4w77vf07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcd7shl7pyqn\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kgqplmrm7wj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k75jt8z86tlx9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgkyv1bd4z35d\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_59Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ejnm1bp50j44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9gvj13lk2ln9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/061nhzwbz9mw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmxtgz9pkf5m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Male_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp0xmtz1lf5jg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--31-33%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh1l929wxsjz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2ens9tvew153\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hld5qhzm3t458\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MotorVehiclesAndParts\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h476t57vqrmv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5ej9xsttzv24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_UnspecifiedAcuteLowerRespiratoryInfection_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz98nfwbsy7h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Mescaline\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96nhtb549jz81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewgjkd4tvpcdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s95tv9k7961yd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment7ThAnd8ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96ehs2r403zf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmep3jeryy916\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6s9gzw46510h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct49fcr6gw784\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/115eq48q5s142\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r8r1x9x3kjrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR41_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_MoreThan4TimesAWeek_MultivitaminUse_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GoodsProducing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7w499clk8v5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z1cdn6jqe5kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84r3rr450jjq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czgb8e8mewg9b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--AF\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICSPublicAdministration_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0ylq6e5pg045\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_3OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9m6xjb89npqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmszn8fx2rd98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7975mdk9v7kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgblf2c5s0kp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k9jdzc4ddmrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n89jmftewvzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql70r9dbvk8d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbt8g19nq4x55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znwwsgwx5rkq\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j1vctprl63s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbc8j9h41s7e1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je80n8wtlmz9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c3glwn0v7pp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz0q4rm38pm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltntf761gcmmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0F_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_AvailableVehicles1_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34qy2pv35h681\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whn99h1l0xgth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxbzs7twqfg19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSManufacturing_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlc3njbyc38z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6vcb5mpjnc0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDHVAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/A00-B99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jd81pem9kkk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzn7qctt1v387\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpfrz311b51pg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gxhh8gvq8dq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hspep54c61my4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21k7hngctmck5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn1cc996yksn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jpxfjnlh8m81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75486m9n9fwy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tet0rb8z6c3mc\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crljtqd678lf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkn44bzm03t01\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wf83xwnr5c7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgy9nwjvgfvgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb8f1w75lmc9d\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_IRLL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_99Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfnn22y8ln1q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rp3q2k0q7f7w9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmbphzgev4lxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egpnjj1d8mmm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSC3B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAcuteIschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy0sqxybsjey6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf8jl6lp4qbq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4zx6xdwhh69f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_USDollar50000To74999_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv469fnnj04zc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Recreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sg3let5qfrn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r17s9fgyemkt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthernEasternEurope_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvsyqs0qfkynd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqmbepdltw2xg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/234mx22gmfnd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dww749b2p9ct1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4658y2x2cykc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To24Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xl0w1k1eleprg\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FoodAndBeverageStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t52qzx968cbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm5sp9s50nl59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxs9wqcwpeq9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/208hqk4sk6xs1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zr0bfb7en809\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lldh58qbm6jmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhegkwsryqwnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0q6v29zkhmg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm6lzs1rfszld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5prgtr3nzly3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdvdn9m9w5rxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkcrmwtspve27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e6qfsrl5rjs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp13vpfsz7kw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz0rnr4xkzv52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4b3jphwj6zt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znsktf4wdpbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ew46635699y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/beec9es3zyhh6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6tj1l45ry5bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g8ehp5qt4pqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6gqrlwy4n1pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherMaritalStatusUnknownOrNotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz65ee3f4z7h3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI3P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fec0tz6ky9mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etg1ds5wxte6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.62-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tyhcedrfcd0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf118jm3fdwhf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_75UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hmkjgeclclpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bs6pb960mvff\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_WithDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3x9gternew72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6eyc1tbypq442\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4kbblkvczbx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbgme6682gqwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml6rnj09vjh35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwdveqmhtvssb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22To24Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92bjh3q13sylg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g67fryzdh9029\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvr3fm8wrsjf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6b93eeyqffkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3n8fyjkv0sgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4sbpssg012qg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InternetServicesAndElectronicInformationProviders\":{\"byEntity\":{\"country/USA\":{}}},\"dc/810y0ctfyx7cf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithChronicKidneyDisease\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73m73scbqhhh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherTransport_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x6krk9z57nj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxhefzn0esksd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xshrqy08k0l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekcc9hjy87221\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzbyv6035k3l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t19fx5n00xnh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.43-1-BCF.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4jme7w3y1bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx0d8cyrb0l35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pfsv13yh6nmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13nq472v8prk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgeyy7p3hvh25\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02lc3crsjneqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ph0mg9n0gg78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97fwzxcy0f517\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z20k40rkv3kmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS92_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b9bl5zxfczy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x57d98hf4c9gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx8w7jzhdgz9f\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1g73xnjplxr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m36p1pp8se3yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc6tx27clyk75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_NegligentManslaughter_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9krsqjw0rx1bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht61ner2n8g04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy6zj788xzxw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4by7xfxmvbzrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czbbbbd8kf5g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9n1cyrbe7gx8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_1519_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t37h1q7r6qnk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e3m5vyybg4q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lhc205w5dl56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s9r36m077r61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm2ff6mt8kb51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qplh7vrfzms5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbyvdjyklfjt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26dll90bgzq3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r89f719w68v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjbgnz22qlyh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_FuelOil_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45vs8jdsdddx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1g01m4m364sb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Chicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4p2ex12xze6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k3mjbdkqyqk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czfr693x596l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95esph2w5zcl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxc8lp7p44hjh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_PRE_PARTN.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nge5rjtnp9wk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypfnf225msfj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzbrxgme2rcw2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInAdultCorrectionalFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m09gdmlqz9zvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11pnsekkgqrwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rl8415zvx5d1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/430ljmwf85rq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e84pmem43c2xc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vt49cnfx1816\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9kngshceh89\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dkz3r8bwg0d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_SOCSalesOfficeOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/060gvthspbsmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nv0nhh3l8z9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbf11wzqzhk75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LR_AG25T64\":{\"byEntity\":{\"country/TGO\":{}}},\"Area_Farm_CornForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRE_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxhl1rysfjhjb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsqrfy653ec4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czlmr1xxgsge6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65gb2wtgjvqt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3vv74nqyebf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2e96lc8yfmt\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_CrudeOil_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/req3re7gx786g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/337tl8j9bgfrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cm9npey6pbjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69qb1dkjhjpj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llmmwdhxd85b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s06knzn0q9r0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto1.38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyk882bgtjpxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4b9x0rn5gn26\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R02_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumComplexEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxyt88esz18xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb9sqkftm9746\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_RaceUnknown_NotStated_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGARX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2pzc0jyh90g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vryvwnmlsm029\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sngc51qr90r8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterococcusFaecalisEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8l4qdmg0n0n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t141xq3x2yv53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfEducationMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yxkb84y2vv9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8wy91c6dzhn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnskjqcp2r65d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc9hl2q5dlpz8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p1j1tv1k2jm\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Microcystis_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TobaccoProductsOtherThanCigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyep3wk9e4tn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv90yd0501b84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn4m5b7f65em4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc4sw8b0sb6m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vn87y6plvkl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxsdekxhdwpsh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pw51e57q5e1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vlcl95828ywf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d7p9j0408442\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0btb6d3680l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7k0c7tyj7xx2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_MainActivityProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rhm4kx7mdrbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htjn5hzhstfs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsp1r9kewhfy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58znscsermbxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAOtherLightLevel\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wjfjc1efzqn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fbc3rrg6jj54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v851nf14p62b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8wbby6jpxbf1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGOVEXP_IMF_0\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm1x7lnxql9dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq9lqbm0e60sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhtwrn2gyjd41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7To14Years_Employed_AsFractionOf_Count_Person_7To14Years\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87p6s7p4gym0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne6bm4w2edr0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OperationsOfWarAndTheirSequelae_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzq3xcyk2nl4c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_GRS__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76cq45jqftr2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k58s40c49bvs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx4nj9bxlnfq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vxehdvhqqnj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whq0pqwl9x7j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z18xx8bksjj3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Jobs_EconomicDevelopmentAdministration_JobsSaved\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7lhdtqr77jr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1sqw6gk1m9sg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6d7h9tjd041b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSWholesaleTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0g6x6f6wrncd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0cyc8xf70d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcf5b87xel5xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbwv644ve0txh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yts8j1r8ns293\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue70000To79999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RUUCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rcq3qy7mh0m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk0zr3jvpy94b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv9j6h4ybl296\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_STD_ERR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f24hbr8vqsb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkdqjrhwn3zm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0c8kn0gkl3e1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kbd3qtxs6n25\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69lfe8z0zxh54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/derxxlj5xd434\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m80nnwyynnt7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb1y67yetnlvh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18cfvyskdp6yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7rxjcbgp7xw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mksrl93wb3x6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz0c65y3gmnd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w88shhh98kvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86jgl5h9xqsw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nr5ly0h2zxm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/splhhvclh6694\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD1VAR_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIYRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck5vc9p97mt76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkk7sk80nlvw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4qtqyqcq554f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs7s642vfdk27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cd2d9r4b8bm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyxe3ssnf0f71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd6zxg2f71b9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2f9x4te124c8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSEducationalServicesHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25l3jwscc79r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9bnzgj2mj5xf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRL_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSJP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkvej6jrk2mz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeg671469b9r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stb3r29n2c47b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdy6wndfpzdh4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_REPP_2_GPV_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj1m4b357nk35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdPaperProducts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensSuitsSportCoatsAndOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky640csv99zd3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3sfvy7s7eyr6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPM_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpcxwpg5qkjz5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_OneWorkerInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPV_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_SEX_VIO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17jf14ygcf9t3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jknr7fq4yg3eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y49d9ccmpwyg7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g6bls5fqm1z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1kjnvkkwrj2f\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67f6t6fxs5tv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn5w0qypqz7v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtwql0es5n581\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Footwear\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6gb98gl48qv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpkgd1fd82ndb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7w23zs7zc4vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y27gfzqx48ql3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6zvse77qx5b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql8rny74szfld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dszby6vjjf7r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5jlkq1kzrj4b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40yr6km34e8hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hehgh64gpqnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dltjjp23jpvyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev90fn1vhn74d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_CHLD.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7y63kerkce52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn2c576dps4ec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md17yns7q8g0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9mgg82fd5vs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt81l3hy6s2tb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzqnrhd9kg6l7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_USDollar75000To99999_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzes7rymmzyr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1To4Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrl1ryq6jjn06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_HispanicOrLatino_Female_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b81lmbphtzcv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7qjz1874l4nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0zxrdzbe9f37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8shck0sp32ccd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn650fh5s814f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_USCitizenByNaturalization_SpanishOrSpanishCreoleSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/770br347hg9l7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbenb0xc2y65f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw6q17crd8scb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/887sv6jpgler5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v9wrtp62w7eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q60mx2b554z4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdv19091tjx61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6d09hr2jhv12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvzcr343jkrg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9mp31qy15rs9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rkd18p4vpr1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmtg37144pshf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s676zre1xymgb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_PCAP_CN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bq4wg6vtkfd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j24g0y4hdg33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rlhq7cbwh9qg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp7xg6ey6d0p\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionElectricUtility_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthOceania_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ebhmt5cwv3z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/662td976dj0ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgjv2ec5p4k27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnjvzk8mjrteg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbnrhwbc3m4k7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9bwnszy3w3db\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xczdb6vmq2779\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejdpjtt0943w7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wybgyd4dmh958\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.81-1-TBPD.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2mnsb29ew027\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l062e2vst6lb8\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSEducationalServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we4fmv7j8lszf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FoodServicesAndDrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Solar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Manufacturing_WorkedOvertime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r7j99dy9ebw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pbxnyby58gb7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_6569_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Carfentanil\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dej4qfnswwyy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4p9cnmwltg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EQICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_IlocanoSamoanHawaiianOrOtherAustronesianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6senwx6mq665\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_1519_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_38Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yq1y47ys6jd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw4g4zwezz7h6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j53n0pd85jw8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8D0_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_NNTY_PC_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SE_PRM_NINT_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lp48sll63dsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_WearableDeviceUser_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf7lby0pdsd2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9t0sl77cmll4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9cryskn2x2nh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08mwkjtbr1tyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wv73v2rme3rf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWDD_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl1qgtybml0p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt2h0v39t1qg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyh8hxtfm8qs9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c51nsyc4br0mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwlc0g8m8v07f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2FVIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l6w98c0qmxf7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31cwme1kb0tk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0900To2359_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy4enzsqvwp26\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGAJP.M\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--42%%taxstat--00%%typop--20\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgy2500s90v94\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_ReceivedAnnualCheckup\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvlmkr3rmpkjf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/119nr6kvklh86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv0k5qhnznnm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl0g1sjrj25v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w18jdnwe4jjkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyckzpw3sljed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_ProfessionalBusinessServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/572llf0snhhq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lx896b193wqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3ev6f48syznc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3e6zch73k9x5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09qtznwtre2p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/444bqe4glz2yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n25gz7smwfr14\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_NHTSAUnknownOrientation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy0xsf9dnkz4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9jj79bdm2vjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PublicSewerageWithoutTreatment_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md610sp54bdwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt4tsry1xhtd2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqkrmmbqje8dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5l7q2cfchrl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6bx16xqwzm99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwh8r576ycq92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceWhiteAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianOrPacificIslander_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rklwcdf350zcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzypjbl50s436\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSFinanceInsurance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w6zcf59g295b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewz20f19xjss8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g3yt06zd23k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds0gyg5l2dfx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntf3b5pp3ld2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9w98kznhj4r6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q36qqlwcwlg79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_TabletUserOrEbookReaderUser_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch0xz424k1jrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_WLD_TRPOACH.PRODUCT--CITES_ANIMALS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ViralHepatitis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CannedVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C10\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l34xgl4w0c198\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v08gv7h23xk1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrxk8y9glrvt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s44db3v5m3lvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mv2j96zh1vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9kqf4h0ttmj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8kkjk7keqp12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqqp223y1v277\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Urban_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wvp4v04rjp1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly0f7kprrwh01\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN.PRODUCT--AGG_CLTH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetExpensive_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r12bl89xxxe5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55pt08dgxdw58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/132ll878rn9pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yccrl8cks4z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqg36t0q0595g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8779s26mx7562\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt99lrx6tzm65\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e3z0h2xm1gy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zg4jc9v25q0n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyyb0r1str00d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhwh122rg16h9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/065dmg2ls1heb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bcg9cjzc1rpg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInInstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09dv5b7z6xlmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn52kyeqy6d4h\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_0514_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzpl8g3cmyp81\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r808sqh38f648\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_35To44Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MeatsPoultryAndFish\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ComputersPeripheralsAndSmartHomeAssistantDevices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzzxt3v7v49m8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_LegalIntervention_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e97nqbq496n3d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg21f8t5f8hsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8et7l6ck0me4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlxvn1t8b9bhh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1w52jrtvw6m2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfluenza_PediatricMortality_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cdjfj39gtvp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ynpjxjelwpm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk024cvd0nlr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e86nx15s8qglc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_OilAndGasRefining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Layers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_18To64Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jh9m4kwh37j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x3hp8gddydgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStLouisEncephalitis_NonNeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqflhpzf21yxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37d719xfxqc78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jqc3f22wfkb6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hkej38ffh6k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b88k2y31znpkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfztbz3myee98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drvkl85kz1g3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng1xer532htbb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sn6yc1q06173\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9per97qy0gb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/083b6nxky3q78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjffrqx8q45yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_MineralExtraction\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6llg4c0hm0518\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjxmx3n02dx08\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pk9fpyykz1z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1hdf1kq32ty9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ManagedSoils\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cm3kjd1y0sg8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0746r5r9s3k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnv04yylnfvjh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n8g9we5yv7th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd2mrl14lceyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khlvme0r64pp8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_PetroleumCoke_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_Female_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tkk6ch777yt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5syrt2dg20nf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Phenol_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88bgs9ww9hkxf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02kd0r7n7cv72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhw669jgj9ly6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_INF_DSBL.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Eggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96dwht7174rmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d33gds3q0c7p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/467ddp5evem58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3ftwqw4mz7q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyke42glclwf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl3ey4mskegqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psd712w5b4dj3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaOther_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvvl59lgv1wt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w41bc5gctbph4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1p07v6egsqe2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ere1cb9j0g4rg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c57czvl1wp48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5mt8eqb2jnx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l95skql2pth22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jl25by9n47m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q94jlx8h1kwnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxzstcdgs1w52\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z5nb8dttt85h\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_AnyBreastfeedingAt8Weeks_8WeeksAfterPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnbsmnzdqrb9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s41mst9mkkhh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzqy78pesp28h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographerAndFilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d26nhsyz75fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43fsx72ne0jwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxex1ywbyevd4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EyeglassesAndEyeCare\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r8mh628vmknd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl5rxl2hysbh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc72xps917mv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cpv3bhdvkplf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0mbgf6njrz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j98sxfd8l5twb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthOceania_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5grftpkrnp3hb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sce1fjy04w17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn5jytqlqklz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pevkgn2hzb2k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Utilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8el2fc783f8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w8xf0pr3b55g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlordane_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb6w3t9zxdr33\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1UP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_JewelryAndWatches\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhbkbtf2wczh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcwsygxxf0r25\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_AnthraciteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NavigationalMeasuringElectromedicalAndControlInstrumentsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kqgsnbemh08b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdek765tqwn53\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4y6b5y4wkyth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCServiceOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yzvxtstzjp02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eskvwvlv2rsz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7kgcgwqsgf41\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/account_t_d_6\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrqdfk2j43wmd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_SRV_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MiscellaneousHouseholdProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1bb5ck7ygx2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0rhv1v5yh2f5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5psj187xrysnf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1145_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_1990To1999DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With0Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkcpsv7ywdj9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rjew1m7wvzfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6918fdscsjks1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w156g0zdyh88f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm5bz26blt2qb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbgbhk9wxqx61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1x5xqhyx2wk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4tdl0fp83s6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r28ql2zqvythc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgs2dmlp6w98\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SAF__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ers8mdz8prxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hck9mkglf5zh8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin21_t_d_2017_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ykkx5pwzgkqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcesjrkh1egy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w75j64bj9vbc9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76mx68p94sj13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dy6v1zevbpf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9z841tpz9th8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4wm4789gllxd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7gn2zxnhl859\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbrbbvs9hrp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvmkp17hm1sh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm1259nsekw31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe3t9bv7tw9s5\":{\"byEntity\":{\"country/USA\":{}}},\"CumulativeCount_MedicalConditionIncident_COVID_19_PatientDeceased\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvpf537pg4g49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BaconAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Tuberculosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BedroomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvww9sl60f3sd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz0l34drn7bgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityMultipleEthnicity_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34sd4x70sgg62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pb7kqkzpw9d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2dgpsr757j3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70kjekb6wsveg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dezf29cfhbvzf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/039l9v2h55vch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08x1t6tj5x252\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el019qrq7cm5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whslnynhd28m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8bj86t403tp2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_AlkalineWater_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2ptwz9gddv79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h908w7byqmgp7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/631s0y7ys7ljb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz4yhnjwsmvq3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TextileAndLeatherIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31r2trcqymbh3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/833glb7xy88gg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_16OrMoreYears_Female_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstPerson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7qzlswgjf2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwjqh62tl1fq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfx0jcstfc7k8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/Q00-Q99_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvp2px9276r8h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_PR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/682vbz097wj8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld7ey37ej8ym1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST_PC.FOOD_WASTE_SECTOR--FWS_RTL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x8b52tq5ddf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw914gnh5wj9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdwcxzevgkcnh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62edjprc9ckd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b17rd11hergjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dphrtg89xcf99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjtysgzsezhdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy1ztmxdmftd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8dblr85xnkfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58nx3zx4gzpe4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpbjc2xz8x2q3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherHeartDiseases_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LivingRoomKitchenAndDiningRoomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hl8t9fqn2e5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w225n1ccq93v5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/532jjp856p4r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nex00j3wbq0l8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf25000To34999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/351plekgj8vc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6dl8vprxk536\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/123xseeh2673\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnplhen4kk8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableSatelliteTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc2zw4jwsqby8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfhv7vf401w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js1q8wbd3jrwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yywhrx4lbd2h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ft556chc80pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl804zqre4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hmpdy38ks5r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0xc9m96p85f7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ln573rs40cdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggxfnlwg1h1x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1m3zdelszz4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l74zg6h10h9l5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DomesticServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9e46plk50bn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s804g1f4nmd6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgpqy3dd6kbd8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG400220\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c0y81ek4wbmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khkhhxeet4x13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJuninHemorrhagicFever_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlg9njh006722\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w72esn2wfgnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl79zwqb0t6nh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qjj89gqdrc27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jshe9k04jlh16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltrqkl6rdx4eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh1e6ttztcwz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mecyhqgzfvyh9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--BJ\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0hkf237t3z7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-4-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PrivateTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dngfl1vw9srt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h65xnebc15y0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Amount_EconomicActivity_Sales_AllOtherHomeFurnishingsStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f7d1m40yd6fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4scdv086ltj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0j1xq6h275d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf2wpc0w17j61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBNRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f3pv82prw5b4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmwqlykd7dmz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fmf8j966le97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlzpl48zddz0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv84s8kmx4qe4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNoninstitutionalizedGroupQuarters_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvbj85vywel4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj39xkf8xq977\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyzrf3my0bf28\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewAndUsedMotorVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ccshzllyxdgh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlorine_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c682pzcjblq15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1htf2k5f9bmc\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MiscellaneousHouseholdProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4wbfg18350k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOLRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b82sdxlyt7fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0xtctx9pkq3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/257sb7xklmls3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATV.TYPE_OF_WASTE_TREATMENT--WT_INCINRT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq2myb6rx4vy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hllp0mx1v7j69\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5e24030f81bf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jfpk58s8srvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwxr8wdep89x4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensDresses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cy44yn4tbby2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53jtqpnl5lyv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywdwm10hycy1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm49x1kr1m4bb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kxecm5ll0kp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btb946twlrqgb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_PM25.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fpjrrbk2rqtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61pn5kxdxznpc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz3l1k1f5rpp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swvw6qj1fpekb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2mepwf9rfwl2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FurnitureFurnishingsStores_ElectronicsApplianceStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hmg767ljnv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4dz37xlttbg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lsdtckslyps5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ElectricityGeneration\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_Food\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppsh0by0stbf6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdwre9dykqbr6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0F_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_15UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z14n5nj6cz59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy2c43vkfepe9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TBL\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_89Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0ce2hzjehz97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw0pp6nlrg031\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6ns7nj22rwdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FoodServicesAndDrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6p6q5f5ry0m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg3hr5mr806gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hblz5n3r8tvr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvb32xppb56p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptss0qdrs6fy3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e3nvsq0pc2p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wwdc82b4dd0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k3m1svrt3bfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6v83t8zv7wwc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEPM.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Naphtha\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mslephqxvtv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44wpkxzq2xplh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5phntj5zv5xw4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-23-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cbzvcm92h1s6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PACCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5m10y8yvwtx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gre151z8bzr2h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDIRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb9jf018xqsvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1969OrEarlier_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_AGRL\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/2j7dwrnxqblf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gshlptnm6wqyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz9hsryt4jkq4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_4044_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69f0segghdl61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecbz5780wjfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06qn1x7jzmvg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyrq44ke49d4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxcgpfn8k41f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8mgdwzjpmzd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrek35q7fvc32\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CR0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0ekh549ew1d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h2svykp8mytg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_Employed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wvfrp1178d6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1kgky9jj44jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyr490esc7gdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp6b0k9jfsdm8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qxjf7f63hkx2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R56_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zcrxppzk8h57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey3zmy3wf20z1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eles54n8f5zm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcwv44bx3gerb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/BN_CAB_XOKA_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/719b71457lbfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x376ff3tp8qvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx9lyfcxh4r3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e8cpwrfl7tj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhb0m3z5qwh12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhe2ckzzrx8tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z3k6em00xhj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjcgsjj2tk3f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x271ymm0t7x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27x7s7efrqqx2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh7twwxnhb2m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njmqdj4wqz7tg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nw1m09e4zn3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zz50dr4gwz1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_AGR_EMPL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z147tmb55mrwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29e67t7hsdezh\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_HookahUsage_Last2YearsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSTransportationWarehousingUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6tnq3m104md4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ry9cs213qsx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t8z1yctddend\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22efd33p36w76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bm1gdx89w2kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mmn72cscvf71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1tfqzq55kvhg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78w9vxgbqxeeh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_BA_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5veme5w61z31\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fny19b9j0hsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1szl9e1nqnwp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAH_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp7vvdn2db41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherAcuteIschemicHeartDiseases_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0wx6sez6wtdc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherMeats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1qysxrmzm8vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr2t3bjsf58l\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lrmylrh5s5z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9tnk07q8bl78\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_TOTL_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithoutPeopleOver60\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPPA_SAE_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_75To84Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk3vhs2nsc2fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x14vlvpv64rrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55dzxmvmk2d2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbbbzq215r9j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzkke7rsmtc4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w790el931pmc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy16j80c3yrfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn7wslslxm7v1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30kqcp2p2e4mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7xdhznm3e2xf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvqcblhg08xrh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xyv0gslcmzs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br8ef13sxx037\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6vhjysbh6607\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzrhtcgb3m4d6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF_AGG3A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To19Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9esbh60t4jdz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpm53cp3hzhdh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC10\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To19Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj9fdgsb9wyzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8qsm0h7m28h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtytcm98xw8b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbcppvtxh9yx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f6hsw646m1cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frxqw110y2925\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjhlw2wnwwjc9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherRecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxe3j7d2ktdlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41ckc4jbrfjn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5hr7559g1md5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7eyes0fr769c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rqpkbhvh4hrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4zjlydz085p5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin21b_2014_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rex48416bjsh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygj0x13sem4pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mxrfq485x5p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s03l6512g62pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To24Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80rjhez6r8l45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxw7cvjy82226\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5pj14yw787c9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG4ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd80r7cv0tbj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yczx5vnc5l36c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_EPOBG_STR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m28l6775ksf6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_White_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byk1lt8jc1mp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt5pexdtd51b1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pq3zb8bqybbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4gvsgb33fsh5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b9nflvpw00d9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11zvb9z52rk9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldvp3hv66jgc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdbe1lns1yqj\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gfs4mtkvh5nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82bertbzcxst1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jffmrh2k34nm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcy9cd0r2hm5d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r53xx8849bx62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdyxdsegbjbt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq5l0s58l64r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn0x9fnmyw603\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G2_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j44j6ltq24zh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90x4hv43036k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqftlge3wp068\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y04dnlebkfq16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ForcibleRape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84g2pw2261eff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh3ye4snmvnd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/356wqpd3ntlpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6we2dk6mesdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcxv9gc2zsz34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SpicesSeasoningsCondimentsSauces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz1jmq9t5eh18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1xny5hwd10pg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BreakfastCereal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AudioDiscsTapesAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj2ce5m3q6m02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bblj39w1grqwf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NYL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mgwj77k8k4h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1dsb4cbqzstc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5450_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f3zhg3f5sdz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r1et2n7mx9g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elfnyyrjrkd6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt1tkdj8l8q53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/php48hlqqny46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x3x75bx8496d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkh5rfxrstyj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbpf93hxpcqyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FederalGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk6fhycq3dt73\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDNIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdqxrbqv8f809\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7l2qpp3hx11c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjdt2qfq8y856\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmnk2gpzsbxc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithIndependentLivingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edfjy64gmxf6f\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RestaurantsAndOtherEatingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b9bxry0tx6gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex1lwgjt8frkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spldqrn1s5lq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCNIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkzhft2170x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r77wklq8g9yy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l653ersdsq4f1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.44-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7rmc9srxjpjd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11p5cypxcl468\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezn3wmbhqx6f7\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn06kfj48gc1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz89d1jcwcgcc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_FuelCombustionForRailways\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8krqt3ybc7y6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0q1dnrvnmcs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FireEvent\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nzmqx9ehjh96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/663p99z88z2xg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7p4y50h1zs63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nccrb0xne26d4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w1l66e415y8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/397298h5y71wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j39pxyqpd49p5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLYR_UC.AGE--Y0T45\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuelsAndUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d2w33v4g48mc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_MENF_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlcsb6fgfy5ng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVAA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl948ddmh1vtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7ds6tfvlwn07\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithOwnChildrenUnder18_Female_FamilyHousehold_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c10tt7b2h4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqe0yk1cpjzr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_0Years\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6eg4d061258d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz1zf8t9hhsy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvz642wg7c3fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygnfw3j02n0j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdj03mg2vjb8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9fkdyz57spqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99v314c9w5y55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3k8nyt7ksq8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55zspc161h5yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxfq1nt8tbmf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38nmj1q0v96l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq627xv1rd8z8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/ff8bk62mer344\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Sapovirus_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dln0ktvf5ls77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggnnrkehs7nsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83h0m3zg0teq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q8wzmckt04g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb03d25cfdvh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g1m5ceweqkcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g41qs6wywxrl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltdjvmdlym1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkyd6k6ps581b\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n7dqm3gk86vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4z6x7dy3etbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klzfdsldvj65g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg89896zpely5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvk9vmhk9fe81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5czq5bts4jeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgtxv8yz4e6g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_WKINJRY.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_47Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91tnef9s9tsj8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Sodomy_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz5sfqjmhbve7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_2018To2020Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwn2x24rbwbsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edh0y8vjc9y55\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1cy815yeyrd4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23p7cqjzhll43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg61y3q9h5en7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s7jjkewfxydd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k2sybg6dfd08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tx2kr2kw7tjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4lkbkk7nq0f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxjwm9qpl7rxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jw1rdqyjbtx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rssj4tg9ltc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/debzrlp76r3vf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m92h4mnrchd77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq8l4d8ejez64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s8t9m1k1pgw5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymqv74leppelf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_KNOW_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--UA\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83r2qqtlly7z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnl925ft6wl44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gjx9b2v3slf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9efk19739ej5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_HomeValue20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d5f6xzmmtesh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleFatherFamilyHousehold_SingleUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y0bx5vzljsf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3k3xsyd63lfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_LGP_ACHI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg8qe15z53m2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAOtherLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdzelhjdyjed2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_PM25_MC_T2_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4qstxve39vyf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y15T49__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_NotLivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2djr5zv9ztz5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgkcsnecv71mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeybcgjl25tph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpkfy0x4lh9k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y67p800g45jp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbbw9qhd17vx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn3t2e2df18xb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf51hre9xy6q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t96zj50n2lf75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlw2hb16rnwqb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts2q47cfj6bwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NaegleriaFowleriEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_Black_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nrj74r17eve4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz2q9e3jzm1db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv8wx01w5nhy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtmrjcbepp1l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz9pyq7qkl8jb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l14bxy2dxew9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCandidaAuris_ClinicalCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtsjmewy8dh3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhe68xsrye73g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TextMessagingUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsx5zz7xppdx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_650To699USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS92_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vsp59hfngfl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wrccys95tkh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyl0ppd432fb7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1970To1979_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hef01zdq9mbgb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dy9qlbzb9x8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3tf4jgfqtgn1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86l281ss4dk07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzwtejdxzqskg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p0fxgwhs5pd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ln9l5vb5mn96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pw45zhtlhxt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b89071t5wxc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjbmmjmv0101g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43py66xkq3htb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e6g4xcshr4z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/987sncxnqp6s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys58rp9pgysj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzphb44mll9vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w12eph8e4698c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining_SalineWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hg1e09ptbqn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfq9tyxv1kr13\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57vb6epc3hv69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h6yjfjqtygjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7cj6m8439te7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TRFCR.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CMPT_LO_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_RussianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAtEmployeeSitesAndSchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95gc45l11g874\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjn5bx6nvpjgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrj4jhtyx6wt6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI_FS.AGE--Y16T65__TYPE_OF_SKILL--SKILL_LTRCY\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83bk1wxdsf0r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8kfkkc6wzne3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp1e4ncm6qfnh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELC5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0t7hrgpfyb89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm8sff5bdfl61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1xfq8hvn2br7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lesgv5l0x4l1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyy5ecpn4rgt\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe1hfg4k61q94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx5elk2vpv80g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ServicesToBuildingsAndDwellings\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_UnknownOffender_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fsn6ff9n8g9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjzcmmpy5d8l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6kzgqd248s18\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgl427904ex59\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoDiscsAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cftwk7fhk43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88qec5xdh00ed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfhpbxqtecsx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3vqwthpjtdw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R03_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/AG_LND_FRST_K2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/9m5wwdn4e3fe5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherAndUnspecifiedLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xt76j6gs3bqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ElementaryAndHighSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSConstruction_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlz85f2m7cyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6d45bk8seh9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkppwsrmj5lm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1q09w7fbs7wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krknng84rp8yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1bmzhwy9k18d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfktw3b5c50h1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bm0n0vvrhgk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw6v8m9kvt4cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqk67yfg0t8l9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tnk1shl3ssfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52h1fsw1r45r4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbpjwcmx4d2p5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pgez5kw42neg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhdh5gdpcphzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_InventorySold_HogsAndPigs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsx2908crw1ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqxt0fwkrk0r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbwy1k4rgshwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbc2001yescs1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_SeicheEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwt82362d00nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5yg9ve6hxmy3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin20_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/6w65b2x2gtvxh\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DayCareAndPreschool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl3jeqzypg3z8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptwve37hwmly6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djgwd3yy3sf25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj99hd06sme2b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/EN_ATM_PM25_MC_M3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_UpperSecondaryEducationOrPostSecondaryNonTertiaryEducation_Female_AsAFractionOf_Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_EverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11xb72dq8tql\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c51d9v7x6hjs5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_3034_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpnlnwddtzvl8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw2blnywzs0v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm8jslhq2e529\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SomeCollegeOrAssociatesDegree_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65rd921h52x48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0pw6xv5mgtl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scmj3cm7qb4hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xjbtft7sxh57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk5rgv30dk9c2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue1000000To1499999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43820vjr0smsb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4pphxk74dcv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfz4bj5jgbj5h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF422\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_HungarianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6qznpvfdytp\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-3-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_Male_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2efkhm4q1f59h\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_58Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jfvdypt6f52f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gc9648hfc2gb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_CombustibleFuel_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77nlfjrfd4nhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg0lj7x7q2r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezlke5nwjkylb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pph52fw4bkl0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykxj2glb5gj98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/139lpeht9yfrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3cg5qrdhfk0f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04yphbszzq3wf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ApparelManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hbnd8l8cz9kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hgssj0x1lfw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5wwr1ddwcnk8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qtse8536dg63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkv1ywtpmll94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyk4l25rryhe\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_SOCManagementBusinessScienceArtsOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62d5bd4qnhn89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr1xegjf17gx2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xntn6ctxgnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d1bxv3ldrsxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvt53p2dk882g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crlk32f5e9eg9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x762ebh5rgr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_SOCProductionTransportationMaterialMovingOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ty0jzz7gv08f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrLessYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bmjnbdkxrgcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svpr91ydxgeqf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedOtherBeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqs4fz2ydhc8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6cn7jhz4ycr8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF13\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpewy00ves925\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qvzrkg9mbb13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n4eqvztbs2m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e283602t44j62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0clnbfp84444\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDIRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw3t3r74kv7mc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Producer_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmvs1p5thhbw9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bhzm1v1e6j05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/871wlj36sn5b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhnvj47ye5ych\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr5fdr2y46rh4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKJRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3znqwgqrgh1p2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BirthInThePast12Months_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationAndCommunication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f4d05lxsn9x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx3nsew3nfhx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7ecf40xx3snf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_WasteDisposalAndRecycling_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCaribbean_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l68phjx0hmep1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WirelessTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtd0kzhembhq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xbnwjmvnze1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl5rxfklj6sl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmsjj5t7jjwn3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75lj6qhpl50l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7j88t1fm80q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1s9cr8nln17g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_ShoeStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qw5crmyy9hfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8rm6wjrk0dd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kgerze463eg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn41548me3vrb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_CarbonDioxide\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Assault(Homicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf35000To49999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1mg2kg0sgskb\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CheeseAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph8fq5606v0kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0715nbhynxy6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfw7c3lm583c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1y73v3gy8sgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdmj2yjl9p90b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c5q2st3f9pn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3fwvdrre49d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdm897cx6d016\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cemr1e47j6p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt7m4kcsb7bt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntracityMassTransit\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_0004_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/970x45pqkgrs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b04z10fwfpd19\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SolarThermal_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cyxpq21hhrcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq857vp51vxlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk66pqq6xw26c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IntracityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz88exlqkk07c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/537y52xlzn0ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/926yflgdhrq3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky85lbs8zcz1c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_FDAApprovedGammaHydroxybutyricAcidPreparations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5pvjcd7vk0d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhr7dcb3j1glb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_InternationalAviationBunkers_KeroseneJetFuel\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/8qmtq59qgdrtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh5m4jdzgzs69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv8sv2tk3xck3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_FuelOil_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7ngzce27zqcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxy38nhfth707\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4j5nwzfnmy74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmjd8k6f42477\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8bc3eqpyvgr2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCL1M.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12ph9yq0emz2b\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23f3q4488s8b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qbcy87gr5r4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94ef918h5my6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bevle97x4m9s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edeq3xhp4pe74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4wdvk1l4p6s5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvfm4yhbke9wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n47c5blxxzfj4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2el748gs1qwpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r300zpl03w5nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmzxtyffqzr86\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pydyxf4bgjgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y81p7nfxnws62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv4hrcy5peqtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_45To59Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br32nkv8e41rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwflmm185gqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzt6gw624fzp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27xcr7c41d341\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr9tfcv1s5v76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knxcm5v29z428\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sld5k4vwmy9k6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI3P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87pkz9gf0peeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzc5sq5bhbwyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherNutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AlcoholicLiverDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf8qhl9q0yfvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb35xy3zg3lz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgkzht0t7eyeh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMI9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np4378zx83n5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9wf1z94cjjhb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khgxqbpf2kzp3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lx1kv3p7bjmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherRace_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhrsd3vqgj6p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzk0p8nqs6ym1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd1ys668k59c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Pneumonia_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tblrmq3pq4d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf6e8dy08x2yd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jzh6lbv0r9v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwjmg6spxbfjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/henmk49q97548\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianOrPacificIslander_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkj2jzpelgln1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx405x0tvd1s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl293z98hd83b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.8499-3-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd10eh6ewgc1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kss59dth87ty8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp52nh46xw2gd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BreadOtherThanWhite\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwf3hsc24cs2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p83s49qydt0jd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Potatoes\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G2_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_NotAUSCitizen_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLICK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cykqtqde60f21\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m72vp3cf17b3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_TCHR_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyq2tp3njmpp6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0te58k7jp593\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw8dcfsq69dzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nvgyxxzej2c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2f8kfzk3dnjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1wjhmqks9xq3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxn6n08txs8l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvw2d9nlqrmnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgmkpf909kbt4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q7tyc2lqpd6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tsh8twbvq6e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64xlt6syqpb85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l674k15kdfxn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3ztx9103c6hf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDXUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthamerica_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkveh6tdd5lgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt66y5sz4gt04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1dwnhg5b1yv6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7evx5tsrfwdq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gzzbbv40ylq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0e5f7zjsbedg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl58kmtpmxd2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy9rly4dxw31c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OneRace_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p35zmfc4bzvx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb6gqxg87y6w4\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3btb5nvp026g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9zxt5g0jp42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywwqm0d68x0m9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_23_FDPUB_FNCAP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xvlbpmnr3cv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sj8bb01wl096\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r3973hnbqlv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q56xnt2zhed4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slhc0k07wwmq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_FourYear_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnx0cc6k2l9vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifePhysicalSocialScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmdnyks8s41yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3mj3hmnqk4k9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19hp2rwl1mvtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l5dv34de4nv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bghyh2lz2rdw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz92g8mn3ltl5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_6569_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydwv90lqej0d1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/838nsv9cht0n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heb090kpw4hjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6s2k2kmg1cb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithPublicHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6fr61hvvn3q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8htekjdmlrk8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz3y5dz2nwmyb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1To4Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g1fvy78blccg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3qfynwrm2yn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjxrgdxgjjsjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithTotal4Rooms\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t2tyb17e0w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kbdf1z33863d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tr0kzf8f92hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qjhgb6t60fyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gy796dmqp7ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9tdv4pv59qdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j82c9dy9r45bc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj0x39lk6l1e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2f2xwzgklw9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk2y4507ntfm2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IADB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS33_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsgyc2mdmq6vf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrate_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxsjs2e70251b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efk466mj1xf5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g10xymn8vgvrd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elw2np13x9d43\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6clkcsqx7t70h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l5l04l6d4td9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m49vsl64mhkbc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36h16t0ftsm9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9rpw66mzwqe7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8y60je60hslb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_si_allsi_cov_q5_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_BengaliSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he17t3xxsc3yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxzrb0hw7f9z6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_FoodAndTobaccoIndustry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nyfsf7qn2by3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqph7jsx9lt78\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR52_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/117qmvs1qhwk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mdm9vlqgs2k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhpje4dxgwm82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3yymrrlyhxrg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zede9pg8hx6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceqd5pcbtf3x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pebhzczwsckth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eel5b7eqh5ty3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctd5c544v0re\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_3539_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_7Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syhx4c86ylvn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpk3em0c34k88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwxg69emkj6rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2vqpybs3e932\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_GOV_LOGV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1gy1rqyz6369h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6krqktpjcpy7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7xq76ttcpfy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3kjtfd6rdht3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg0ekr4jgkyjh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x2b9mh9r00pg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFSPPT_1_M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5khtpmjhz0hb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_GDPCAP_2_FSGOV\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31ezly7rk21yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4znplktskkge6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brpbbrc5924md\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Female_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_LarcenyTheft_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mhl82g0rx8pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7b8zeejkjhs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdxq79l2mdfmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RRRTU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjvmp4sfnlk79\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SD_XPD_ESED\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5m4vjbn5scz8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtq9nxrxm8m24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgsxw9d0xssd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenByNaturalization_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_HispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1glb4bwtmrcpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7gbq3lp3m6h7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_PetroleumAndRelatedIndustries_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g801r6cftqvp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge9fcxcef9952\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1539_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yr0lljcdr41f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RQIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02lk1hd0dr7r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/163n556m1mcg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlqtllebrnyh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgn9xjcwvlt3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngnhr96kpd3p\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gzs4vntzwzgh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NNTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbfnbh6gsrhs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AvianSchistosomes_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b79vj522eln84\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x8vn3pv7nm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr0sj1vqj7nsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj6xdql3e9yhg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_5054_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68nypz2g5jcfd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4egjl3d4mzlnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1wm16ymvjll9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthCountry/MEX\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpjmr80gg7nn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyh32byeqprz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcd5pjr5cb364\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr3kxllfdkhzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3w078jetr2yh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d5s5b50xr6dh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttr1j0r82hel8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3wz3sm6v55m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsywwhqzwc3t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf30v7c1t5lz5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCG_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OrangesIncludingTangerines\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j5w8k613ywc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdg05h55y45y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n67071674gg72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h7j6zjsg0d71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l1bewgt7k1t5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kb5wch8f5njf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CDTPR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp26epd018bc7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLN_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Male_PostDoctoralAppointeeOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RoastedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x72ws5v80218\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r16xex44b45yh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rph9h55k57wd8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tmpv17cblxx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrc8ylskbbg0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Unemployed_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentGraduateOrProfessionalDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf4999OrLessUSDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml589y8c2qj4h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qnwt440pw1x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_HardCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndbjhg2kknln2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_50000To74999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b9bcxblt0vdc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37grj3kmjvx89\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_MS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentGraduateOrProfessionalDegree_Female_AsAFractionOf_Count_Person_15To50Years_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km3eqjf7y0cjc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/344b4eg6j0w08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzke91ggy63t6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--ET\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3rfme0y8sm36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19OrLessYears_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh6pxq6vwl24h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm6b886qp9sg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3336wq8shxl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs0vrjlq6b237\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8vqlkfcvbtc7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpvgx7hl3tk73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4yzrxe9g98w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ydjm423pw3fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dskj3nzt794q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4tmv9wdbvsj6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MENRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_14Hydroxycodeinone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mm7m27ptxlz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/des1nwk68b5w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e8jgcfsgh4xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfsrm53dzzvb4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_M18_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_75To79Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_ReceivedCholesterolScreening\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lg916yhnrsd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzv6kw39p8fb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdjv7p8z1psq2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLP_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1917z1dseq934\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdzczm2fngg14\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_18To64Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wspe21pxwv5x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghqs0gz0cvgx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb1lq8qns3sc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lwhv63s7hvzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt3vmzzyxh1m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20g8pzgtsj2f7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5440_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd74b17hg1w9f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34h0ssgmbzv1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qm9ep9z5e238\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr0dde8y3xwl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztgzv9nrbp068\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y7twky7l2zl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bde0q249cdwy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc78xxwm49krb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6dhwrfndg8h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7n9xg25lqpt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_PWR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyylnme4yjrq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs88ldbmq9wq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnfyxksf0mgmd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_Q\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll54s8y2d720d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8vmggs9lh3m7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09zxvg2x0k3gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59g54xbxhdml9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87044hr149g7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjsq9bbjjcelb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdrdl09rnm038\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherNativeLanguagesOfNorthAmericaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/589xs0czvs2w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4r7wzy8e96z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_Obesity\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Admissions\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2l4j1z3d9j02\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fw1fn6nhle93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3690xxw9fvkm2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9010_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11v238jm5ly04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh3j40n6hx231\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x0clfwzwlzsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de96pqmfh7919\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edjpbh6c6fddd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfBladder_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/581bkw6yvltz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkc1zfp39yz8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl8cpt13f67j2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm17hcz3ky405\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlk73t1g7fk1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_25000OrLessInflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcrfteqzex4eh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_SingleFatherFamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bbcsywpjymrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqjhfw4pngz18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_02\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekw963ky6bt3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgk7n40ry32vh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw8pnfvtfqd12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5bqqs7vj55mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BedroomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6emp4b3fkdn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9c7w6cg50dcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en4q311xltmr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zws3ft3h3vze2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zezdd4p20xsv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusMeningitis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshSweetrollsCoffeecakesDoughnuts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cky0dqnpm07l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlf3v23mbf8ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvnvkbrxtcgk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25lecwntkezm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk6bp0wcy1eb2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb9vhmvx2tqrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/011k587p82eq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q76k4vsyzq965\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Hernia_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vg1j3h59hfh1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6btcb61ljccf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx0xc1kzrdj9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkm91vpmbq1s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0drj0vx374yc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7pep0n6yy2hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn3r3l8266nm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/deh75ckkkc8w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4bjxpmgnj14c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_IDP_NWCV\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejyllygwykn3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyl8exwbfv5q9\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zpt2m7zd79nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b00zhbwwkk93c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkc85qpm0jz14\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_3T6_AG25T99\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingGasolineStations_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy763v2n9eh65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krljtfy5x7b18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxgyn08ez6glc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.67-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_55To64Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvtyq8d2wyn37\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fjq3hbd9q1xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpczggqp71ye1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nms5k24k5gc98\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9fxpzyvr4m74\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_CombustibleFuel_AutoProducerCombinedHeatPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m5bwq3pknrn3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpxhy66lb6tm2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment11ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_2.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjfgkrtvh0epd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmqk6zjjlj7hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9epzf1hyv2fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5khypdllylx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n3r08503sdm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kxq9dlqy6n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llz872hh7vx43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt5qf3g1yw43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdjweb2x593p5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DischargeOfFirearmsUndeterminedIntent_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt9vc1ejcx9k9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dgr3484yy3n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfbrt97h85flf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydylpvzkpfp5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TMEXV.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nft1srgpl5345\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t83y6q4b9mb66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yllvsntlbx0n\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGPFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7w2p95nwhwe6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Naphtha\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdee95m3slz11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky8r6mmqk23g8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCOUP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/EN_LKRV_SWAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_47Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ktcnj8z26ktb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HamExcludingCanned\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8jxdpcndkf34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8zl523n119k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehnrzvrlh47t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhysm03qcg6t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9fhdjzrys5n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99f188f50g5dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2zbhmmrtj484\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x29c3pfvy2y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75c1e9v6g31pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mfxzp85cxwq2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8tzm4h7qzqnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r792m2rpnsrqg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xc9nfh283jp8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MENRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnhnmkm2nhqy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvjv4be1g0g65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dzvhncp5wnyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwdk2rlj0es7c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRERX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kk3vkzn5v0fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbhlnv6z7r2x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6ypdw3xxs4r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf1pezcq3mqj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/beqjg5dr4l52h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8kwwbp42dnn\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ShortCycleTertiaryEducation_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dev0k5mjc6el3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_UsualHoursWorked_Person_WorkedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tsdcsdzsxvrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg4rw4dse6lm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalSyphilis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gkhszj87km97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1txprfgmp5bb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithStroke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/101vb5yry52n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c31zgez2rr7jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhreq465zqv43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl215ndptyweh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fft9pm236zw75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk87q1lvfwk4d\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--Y0T17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tcqe4cdljy63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j5wd7dl662y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3mvflt2r9dr1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1427k1t22yl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfnbgkbpsbcjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61s4grw6425j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/064wb61s5yye3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10vk6ctm3kb9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt1m0kt7c56h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2vkh2f53fkwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sllk8f0t9frw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m0rx8hpcn9h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7qdf4f8bp007\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Orchards\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rcnwblznw777\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vc292p222rm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3m9h2etbb4z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w49knwdmyyb1f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtAnyLocation_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyrlg85h5b594\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkpzh6pl7lg3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PACCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peb544myj0py3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxf5zwvn4t2t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_Asian_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thg8gz2xr5gnh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2le1mln61gxk5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dllpyc77439d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx6d2qxd9rp91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/885952djces9b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z2qx3cnvrge4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c779vw20xvprc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szpm8wltfqtn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tslrwkfwsrzjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s05p7331dysq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FullTimeYearRoundWorker_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l3ewn7ywp3qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j8wm1qdcpb1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75vjbkxmjzd5d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t6g8zxxqy681\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_OtherOilProducts\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/217hs0mtgb174\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9gc0mhlbmcwh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWWR_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdt71c9l3x9e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mekx1qx839848\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qsesfh7dsdv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cjcmfd4xmy78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rls4cc34h5s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2jd60bdk0gfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgtqgbn09e4e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zypjdbwmgrcn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dswdfezfebc51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ln276zqzxjrw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkpz0q9m7djy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzlc7bm299qd6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R06_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e08hdt92fzt25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek35by2zcb4cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjmedt52nlcvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z0rr5q77y9m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kd44vhgcjze8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e961l2v0s596\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxhdlhkqfhj73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsp5sbmqyxfv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA17_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jkx3fq8z687d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7jlsz1e3j594\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqky6rctwmds8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_HardCoal_EnergyAdditionalResources\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0SC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwvt94qsh0nm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwy2yql4ndfcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf75000To99999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment10ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pprj8fj93033\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPDH_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwe1lqgyd70kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdg7ghmep1d5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOXO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_OtherFamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zjkmp3k69q31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3275wd5tqw7j2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs5bfcctcbjk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4stbg17hh4bn2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorOilCoolantAndFluids\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g0t76lpm0nw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t19n40tvr8r61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Gasoline_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderAge25To44Years_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9vj1p8xwkv68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CD0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ENTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz07h8d4y9esd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt4ere5gp9r35\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trzwlmc7e2jy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y9ryej1w0654\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmpvbwecd3jz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh63cwyvfgg07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfnezp29xj9w9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zwg90nxlv4lg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--CO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5ggg1h7nn5wf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_50000To74999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf87k4bf3lxl8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_4_GPV\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_NitrousOxide_OilAndGasRefining\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63tphktmfg265\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzlssry5v7zkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdd2tzhcgwkw1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVNNP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthOceania_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--42%%taxstat--00%%typop--10\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y12t0g26wld7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6fvlslennxp3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/EN_H2O_OPAMBQ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4qz74w6e2k3f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Solar_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btvj7k04hldhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt2hq6pns2b31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInJuvenileFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q07d4fe3c25p6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GB_XPD_RSDV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_19To64Years_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcl80m8er5ds\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqsjjcf0bvje2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70vqt5j3h7w96\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_5_B_F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5njbs5cv979f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w8vw8g6h0czf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9ne246x158h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8s47j6wtryfd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dymbbjdvgt5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf52kjlesw9jc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SCH_LIFE_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jf870x84cg7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6zxrmcsedjv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj5rme12p5ypd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ym22ekb76ss1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COQIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c29rr13kerl5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCGU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drxkq79xd25q3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbvslgxb32gv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny873d32046p5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2000OrLaterDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSEducationalServicesHealthCareSocialAssistance_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Pethidine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg2lz4ggd1mvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbvcec6jv15v8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_DetailedGraduateOrProfessionalSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With3To4Person_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51qpwj6bfg47f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxx3t5cv409m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e783knv4pn079\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvy6cn8t0pv76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nrfgymtcvrg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccwrrrq5htyvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb2g3wpghvtj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms9t150v8z904\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj8y3r6b2p9d6\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgsc80cds0m8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz0sj04wejzhb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_77Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpszbgr4pr9x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk9hl30xk6s9f\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_DurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvqqzq0v18xmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICS61-62_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f27ef0nkm2gs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw5cq6xgf6zbf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_BauxiteMining\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vezvjzw8fxxvh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_METH_AG_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/c3cvcxef6qgf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh5n65m2ftn94\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_PROG_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4ycszzhnlwz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt5qsgy1b6vd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjecg1hc03v7f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m69dn051tdp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzhk0hem5teqc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLOCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6vs7n592w1fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpbwmzfc39537\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_10To14Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewf1pqvqbnfk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fh1mbfrb1sv22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pglp54b5s9bpc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24fqvp4d8kf6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdcgrge15nqy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s257ebg00btp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSInformation_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftm8hrsnxgwvg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb5ft8md1e4tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybbw9x90t2k47\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bmmn5lc8968b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p55phvle5ztgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj1e4q2rb6we3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqs4kgbjs7lf3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSWholesaleTrade_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73hq7ndp08jxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhms8fnkrswmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x59cd2f50r642\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_REPOLRES\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ex5nnbb5ewt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65km3mbcnn51b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv4jn2f0cl5zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_TertiaryEducation_AsFractionOf_Count_Person_25OrMoreYears_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusMeningitis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22k0k4w1f44t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9vmges0j99t4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvqkwnk4254zf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With5To6Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwqcj8fg754mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/303cktswccjp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4rdkf2vb7b22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb447bt0yqkk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000To99999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_AggravatedAssault_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt4tcj5b2ks69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezw5sfx5xd8e9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n008l5vpf92f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ertkghq7hkfy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je009w6jpy8w7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_CoalMines_FuelOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk701w94twws2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjedt6b2w76f5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPDM_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrqgfp85defp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrwkzynr6epg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc629dk4yeg4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_UnspecifiedSector_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gf90rexnhhq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e103jsdjm6v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yksp1dc9h30g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jbng6hxrsfdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7t43zwsp9mv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3g84646ek5p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k99qckp1rqv01\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vqdbs0403z3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw6pqb85g9kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v145qj5kjd251\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pvegwk51d279\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvwjy92wvj493\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8txnv42ypxet2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjls5eqfgsqrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncdvdcdynn162\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebxtg70nt9tv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejjsnyjv6bwg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc3532g4phss6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wz81jpygkzgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brjzhd86vhb1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4lngkbgnxlqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myjg9wmln35gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m22z5wl7b1kt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsxl2y06y5xq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hty9ejshfgwd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9c7yfppj4636\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vevycpmne4693\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedNotForProfitEstablishment_Female_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3wgljscmdq25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bvmj02rnm6b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionIndustrial_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2rqsrqknlp72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xeyfr3yvl5qmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1zygddhdzex1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnmhbhws4fxzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s63kd29c8px2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/426mpb1ev7466\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z85btwyhxwc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg19vzd019t44\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nwjddk0nk6p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3w1efkx9syqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CheckingAccountAndOtherBankServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1dxn7gw5vy44\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVAH_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z40efwt65zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ej5e08cqt6t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgywywl59f462\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwz97mc7t2v41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s08kdqcxydkz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trs36107rtrn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sjl14es26fw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81wlvhpejpj6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbk0fsnpd2sd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx53ps1ryz7pf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phrdhx5h21e04\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OneRace_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_DurableGoodsManufacturing_WorkedOvertime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5zs38e41ztq1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VeterinarianServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_NonfamilyHousehold_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30kkjhrkylwg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj1lp510ndns2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dxnl2cdyq1t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv4rrcmqbqse4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzy7l7nc8s6cf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.SEX--M__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_E_2_GPV_G4_T\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/7vv9yqkky6gp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szp1zq3fvwyb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtz48b45e8gd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1RI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz5753tmek6hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvlde5vzwq6v\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13pr75vzt5gyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmf88xp3kn259\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh95c9l09pkt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbv04qllgp477\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherComplicationsOfPregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAOtherWeatherCondition\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Male_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xknb8g6dfmjgg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3jgssx1rnqk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q10793jnzf903\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx6508j3m0wkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NotSpecified_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csy6djn2wks7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc45xhrdq7gdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szb9enzwes67g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fvmljsg54bqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm3gwzydw5t5f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.7-2-MT.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Amount_Emissions_CarbonMonoxide_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wn9wm9w7n48h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/249zvt8vzek14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zcj5sqlqs28d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pcfxmj55rlnb\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_Food\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v3g8gpfzmg5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f44m5jg6v2wr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npgpgdv5req45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pldg4tw7dv1ld\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/348lk65dgt5j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4yclh5m8rc69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgrxvz6xkvwdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_USCitizenByNaturalization_SpanishOrSpanishCreoleSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf8kyelg0k7s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr5r5v087wsxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3gvf1g4q77c1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Potatoes\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Coffee\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqgvvjm43hh9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_VisaHolder_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6vxwxv8penb2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zgwfx3dghh09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkkehdk9ydxxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcemjkh0l68gd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIZ.M\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ptep5z17zcw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efxntg1619tb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr7kcd0jqxqx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj3zc1egz35zc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGOVEXP_IMF_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_EconomicActivity_Sales_MotorVehicleAndPartsDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctnhqln0nrz2h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATR.TYPE_OF_WASTE_TREATMENT--WT_COMPOST\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bte5bn8e2nctd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qpjhsr650pz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xkrx4qtn9991\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d02lh678tzw39\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rsqt4by04bzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8nppdee1wsjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8djkvn9knh57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb7bq9ge0pj2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34kk4nclnrzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cbnvbw7rlhs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7ye7rmgn15kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x00gbe5zhe6wb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1504_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin21_t_d_2017\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1pjcprltcsqd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjvlbg6jjb6q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_Utilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63wz8c0rk376g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j26g7ljmgcc4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppvye24eemnxg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Urban_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dt4j6qq36j7b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p61syqmb7bq04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szhrzsb3ftwhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmty57l4b6831\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y35T44__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0wjb4ry1frr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjgdvj4v07pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g48j8f4bkxwtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x44308tc79e68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1562_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jhpzscdevpz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg8hpgcv65beh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsmxwqp63c202\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfvnf3bzsdc2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7glg937sect4f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_UnwantedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwzwger97erg7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJKM_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_NAP_ACHI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05r5s5kws0zg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz873wty09py8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x57qs1mzqt04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkyde65pvspjg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_SESPI.EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es68cp1vnek5c\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pye3wxdcw2ne5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0epmewm5fp5yd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxv99jp19bef9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/864r8l8rxr6tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_PneumoconiosesAndChemicalEffects\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rdclsz9b5wf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heg8edj5z76lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqy9lxrx7bht1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRZ_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_0514_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdqerjb8fw3z4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3cemh44t6h54\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s714ytdn8eq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/029fvz1v45cc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d1fry8nkhhbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6775fk03tsh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yegyyrssghkf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v13klvm1x8h44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fgxpt7ph7yx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es1q25s49jyv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpjg33yw2z6w5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.38-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/6hkc3fvztgddd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emljcpwtdnprg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4evs0zx67th9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2693wfkykmlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/P00-P96_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrx5ewq3l4p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jl4msx9grdr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14qsj7c7lh16c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ABICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CosmeticsPerfumeBathNailPreparationsAndImplements\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vn71yzg4n7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ce4kvgjwzz31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqbkcg41vl0zb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/jym1q4h4z501b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kreyjx93ffcj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr80ltxdw81m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NonprescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd3p1eppv04zg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t7fzg7v4n6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y5ftmq52m586\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5bzq371gfmjc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_NEET_19ICLS.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HydrochloricAcid_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomenUnderwearOrNightwearOrSportswearOrAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mr2wxlyh4lbg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tgkg794frgn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8py441md4hh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hfp2243t4f0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrrrqtsxskyzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zst0s2wxr89sf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v7gdxebznvlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9msg9bmwk6k14\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ChildCareAndNurserySchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCOM.AGE--Y30T70__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_DYN_MORTN.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainment_9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnlbdtmvc1qgf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-3-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offender_Count_CriminalIncidents_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ny3k6qthl0s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/705hte24nrwx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my7jwwdvdj2wf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LodgingAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfwqxgz91d366\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svtj2rvk3yzc9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqy01dqvgm6nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re5d18d52l2fd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqjhtzwbzbp8g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_MotorGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPPCONST_23_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_Female_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAH_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhlefyc0mgc44\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUseElsewhere_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qg1e7s451z4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg4llpy1dxmy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrpyf7cydwkv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbdwvq353kkq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NondurablesLessFoodBeveragesAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnzpzes5qc6y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqpqscq360knc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/LP_EXP_DURS_MD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5cpxvzjknhf7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_4\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41972n02z6el5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v5nfdldpq124\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COFMU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ymye7x4tvbjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twp4yn6vrdzgh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PurchasingProstitution_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc6qdsh6sqwk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv4wpn6y26pp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjshy4v2vmw74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98lfd9wm5k368\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzfp78bq5ekm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Asian_PacificIslander_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcxgez9b3ssdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentGraduateOrProfessionalDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceAsianAlone_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbymy92pflyg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07r79gb2nqpzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71jymt4v27sec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6x4cl9dz4el2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3g0718yy4qbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCComputerMathematicalOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInMilitaryQuartersOrMilitaryShips_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_TertiaryEducation_Female_AsAFractionOfCount_Person_25To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSAccommodationFoodServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39rpevk3t3c7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scmdl20nfr0l\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_DEM_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_71Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl20lczv1wzjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3v0emhs08ntd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtm4qmqwlhnf4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f666m61jzx5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz08w4swg9p8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqczedngs7ly8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3fcv05m2e8xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywzb98dwlkmr7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA26_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k2t65tf0j9rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl1n4ylkwwrn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym0qb5c5dhr4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsfbd0d3zc09d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbrthb4ywbyk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HeartFailure_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xr5g67t14jf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgjv9t64kwwzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhg5scgez6px1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthylAcrylate_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f81m6m06ke36h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snnjsfdl0l97h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFLR.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxvbdyx7g7xqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my2nq3qrqpjjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn22zf92qr31f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MSGRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm158f3fvxh32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbch3bdr0w86b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4v5dffp2mexb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mw2s3fzkweb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ynj0jwep3mc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusInfluenzae_InvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_TOTL_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nppytymv44z6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_Female_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke8f9gs5tn2r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt61nc74ejnl9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/744lwy2lyjzwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzdtz0xpk1gx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jy082t6fmvvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy2b9qmnd2jp7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17q1xplj7z25h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gynbefw35jsrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8sw80p2lx1tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppnsb449bwxt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr5s2deq1hp42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/355wmex2klb49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72xvk6k5jcvvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0g524sh3zqy\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcbvym244chs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyzst0f3y99td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlrq72my1r6b2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2snyev74lfzp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy6vy7f2vs8hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmmw7klt43my7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wltrnjm9qjtf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_0\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Televisions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgmcly0jtxrj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9qlcqry0s606\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsztef42yn984\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPORX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionFoodborneBotulism_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4czjzrv5xt14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04g947nsl6le9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7velezvynzgn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithHighBloodPressure\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m40cze1fejxk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztsmqgextblr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bt2270vfsehc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkr6vc7ken9hd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin7_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1krgb359der0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HeavySnowEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_NetMeasure_Income_Farm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3esp9zry3dcvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fdw5l0c1rdb2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LaundryEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0g6cfm220t9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4zp3sfbxs1f1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G6\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_AgeNotStated_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v90cnxdrm1pd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxksmyk44tyef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mkdhw9m6lpfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2.5_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vwhv44xty037\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq7qp8ttvj2yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8x8bnsk7ln63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshAndFrozenChickenParts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m35n7f0ymsd53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AnimalCruelty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w1n7nmhgcx0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k724zdj9wq5hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sg8pwdpf01v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl5l6envrxm3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdbt0k2491y22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5beg653nbsb9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_LAYS_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l087ms328qk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb2dep8w15455\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr021bft4ce22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trx3rxb46vwx6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gh5650dxz2m5\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfLarynx_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioVulnificusEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_White\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktkbjq2bkp8xc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMSC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With5To6Person_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3fee13meq2m7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_PDYN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg3gx2ezzmzp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwgm87d3qenlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf50000To64999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_Manufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gtyvy1kv7vj6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Nuclear_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06dx5436kynt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfColonRectumAndAnus_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnl0vz054ylhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c2g8w4n9m5q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2lkbgmd6vtg7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0f235nj2xwmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l52yl116hnkjh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PA_NUS_PPP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t81s2g4c796ld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionYellowFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5ht0x98xlwb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm8ykv1y6k685\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkez76e45gqfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqk49rmt8zqv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_1To9.9Acre\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSWholesaleTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2rezefdw55v5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensPantsAndShorts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9rpbkez341j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj2ngg6jxwty6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigaToxinEColi_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e42yhxxdkz9hh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_UsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj3eytwh12rl5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVCHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j57zhhqftf8c1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AFGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yk44hgp5e3qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64txg02kmrhvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h63my7s7dnfzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1q7ffwslwznh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr1q8gcm1dcz6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gf20r4gjppwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgfjm1vqr0s68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srt0zgnhwx9p5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzw1z614wh4nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9fre3xnm3ztd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_MarriedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_HispanicOrLatino_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessUSDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j34tsqmtngbyd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SI_AGR_LSFP.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS61-62_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90mh3p8nb70jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5kg7l2qj9zwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep5bx36x2vnqf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedWithinStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_LBL_BMNY_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_AIR_2_GPV_GLAST_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvrfxbevh6kx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcfc4bdnx25v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbbwm1fr7x7x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn93zbshkqr26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swl97evdekvyh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_PetroleumAndRelatedIndustries_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshSweetrollsCoffeecakesDoughnuts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xqsrzt0ql39g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hf7ykm2dnfg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0gjr29fw4t4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_65OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tg15hwkg08rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4k25mfw8dhh9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWFE_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b9x6q7278gs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m9tlvlkd10wc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_1524_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_85OrMoreYears_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InformationAndInformationProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4784n20j64595\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3j697kn5dp42\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkz5l16gydvxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy7cp6rhg6qrg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3k2n55lbxge\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8f4ec8l0zbh1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTXRB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r8g8cxww87nh\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Cotton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9r1gn3cse1f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/246xjrn94yqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h9g0w5zvkn3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_5000To9999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_ICTSSHT\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/mthkbxksfr7d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0zx62n3dr195\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G2_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4p0bgp29wv57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/112lmhbvges11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh7y5lj5h1qzf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w8jct0ydctjd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g25q3ysr46vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzhecqhz2x4lg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/454x4rm281wc1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmv5ttn2cmjj9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G3_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_5OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkvemv91pp9k8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewsm1f4j5scvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p84wdl3e0cs8f\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Female_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensSuitsAndSeparates\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nnex6pbtzks6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssnm0y3vy18g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qpk9f99wy6qb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sm2vc8wb9bn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzr7sg30jve8g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_250To299USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11mjdp9ztmff4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR16_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cqvksvhfp3t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4xs1mhbv8m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsm8lect9bqy6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0F_YPR_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ezqxt9yj7evf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kxwwrfz6wqq3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2b2688672y4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_AnyBreastfeedingAt8Weeks_8WeeksAfterPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgrtrx1cx14j6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-3-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k2feteqcmy15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxgrtf21637k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csc91c4889k29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-TJ.A\":{\"byEntity\":{\"country/USA\":{}}},\"Adjusted_GrowthRate_GrossDomesticProduct_EconomicActivity_QuarterOnChange\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02q5y2703prn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx03c97jq6q22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/791xqcqs9y032\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbkh95kc7pkb6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_CBD_SMTA\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22jpqdlk4jveh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/737crz2xcq048\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj8h6xb6jdvf5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzrjk8mjpwep7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21xnqem4lfdlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tq3ys81ms1s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h37g9gx7jf67h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7n43mjcg0mkf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmjwxhzbp4968\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqprn4pqhdym1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41hen9s68qgk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqsw2qmk33nw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxtrh2ss239jf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-5-MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_INTM_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Peat_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_Male_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromBuilding_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_IMRT_IN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15To19Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swgfvk2jj67fg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_LiquifiedPetroleumGas_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4phgh08l8sv0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2wpjm9xln2nb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_WhiteSpirit_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zysrtcfn265e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mmxbem7c7xrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c11j0rs6p7je\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPJK_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qz6t006hwejc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehr8s8wtchjq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swwxd6bf2e7z3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llf3rheeksptd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bezgw332p6j31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtlbddwj2s559\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3dxq71g3e2g3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdwlrt8sr1wx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjky9wy97fbsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp6hp06846hd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetsAndPetProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g6sfschj8qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr5t5gwyv7t1d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_Transportation\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/nn1zs5qvvb2v4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r5bn79w4196d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8we0xg4dpyx44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgmc0zdvjwt23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er1qf8fx05n0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxze055v6lg1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc5qr0hqgzvbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h39gl654em05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl01ysrms8wxf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_12_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_7Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmh41l6d3dek6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l19cp3n7v4wsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzlgw8jvc07mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lf9h3pmnwsp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc1k451ebw46h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Information\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsn7pk220dmb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EnrolledInPublicCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0bzh8ebgbt4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRGRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqq77xnyxjsk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms0fss7w2bbe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0wh9yz77bzb4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0glmw63y39gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4xzyswlsh4b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq1yjxreef322\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AbnormalNotClassfied_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pte73bwcgxed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pb02v6xtfrcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k5s6zg1j0zs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqrtkmwzs5rxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z84f2bs2bem8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_LegalIntervention_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18sb4gej5qq4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_NAP_ACHI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_InvestigationAndSecurityServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53d9wwwswmct8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75wghlpnbsfn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv0g2b777glm9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk2tmjlh015c4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/235cmp60ywm46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wycqczws04h8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusCoxsackievirusAEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cwmjw3546eqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f84c7js2vk92h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9ng6765jg2bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpmehzw6jvp2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCECM.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--61%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdwjj2eqtn4yc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp5bhvzkcrbh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfh33sn1we4n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--71%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_50To74Years_Female_ReceivedMammography\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_FoodInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_ReportedAsUnknown\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44f9f6dw54msg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/833ec89hxd9b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71xvwhzsshbr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9rhfkbrnwnzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgpzfx734k3ld\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lftfpfcsmq9m\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ljtv1yg6zlw\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ClubMembershipForShoppingClubsFraternalOrOtherOrganizationsOrParticipantSportsFees\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_With7OrMorePerson_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/013fsw7v5ks9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grm2fsn5jmpr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0ps8f0zz96xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpg606lwvmrxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w4v8gz9vlrmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qq5x3n9pnmhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx2b00wr9yjyg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s3j5wewkpdz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnctzxplje54c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w824q873pmw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr1ep9p10qv0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv95wlt1v6d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l52vtd248f218\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_StatutoryRape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77c8214yqkg23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q19l6bndgstb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbskc7eqw5k92\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlym9neqhl81c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv18xyj8fdzh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhv8pgjzn91rc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lsgzsnbbrlyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf932zkkzq3v3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EG_CFT_ACCS_RU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d073bskl7dvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bbb3f2kkb852\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wjx12ze3hmrf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl9d0cevntm8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_UnknownEthnicity_UnknownRace_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgdlc0qz96lt3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CC_PER_RNK_UPPER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb6smfd734ex2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_3034_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h2740qvt25w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh2hy9x52q069\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_75UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2wmeengmwz7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqh7fmzr5jnr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ktvs1rtl98q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86p5h4sy1mmpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_LeisureHospitality\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw4nznydxvdth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/PX_REX_REER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz87yv3x77qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfddzw4yrnqp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10gvtrgbdsvhf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NWEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkgvqs1tv4f19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykmgcg7tmqm15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tn192bynp14b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxjg13ejx14vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjthn9z418p44\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz8ezmkqy539g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InvolvedInCrash_Motorists\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6pbvpbqw8bz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd1fxenj6rm92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z08t6g633h4sh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf8fxhsfe2sfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj6q4b3c53635\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsqgzwf1h8f33\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rky7gs6t4bxec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtjn7pcnjxf19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_1.00OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrjjdw1z4qglf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f2kb052xvg96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y8rksfw7pv33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg7vcg9szgpxg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6017h00r65w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vgwzq21f1lh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klbcc2x5ph9nf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To50Years_BirthInThePast12Months_Female_AsAFractionOf_Count_Person_16To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz3x72hj8ecec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MeatsPoultryAndFish\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51rvs6m3f02w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d69m15nx3xnyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwf6q40my4ymd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8ye73phgn8f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb517nt2ltxl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2csyyt9w458c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j21923sbwtby5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pz0pyxyj0th3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnny9eepd7d81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16nn37wdqt2s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dtr5z0221me3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lspz7lhzvmk85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrbqr6lz8zw38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dky2m12ydem\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjd6qjvnkl3fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6csbf1589w0h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxlelrw1mft58\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_NEET_19ICLS.AGE--Y15T24\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g79gt1mglfg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzxec0x9rj681\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm5zqh4vlctp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz3jvdxz6yfc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txr8x4mjxdlx9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt1zxwf9qtne9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc0qvh90wn331\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_R6_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedBeefSteaks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enpzx5z0jpz2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12748kgybr4b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nrtpcq6djsx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rm46d6relzkd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en70l9cxmn592\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_PFCG_KT_CE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment9ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqbczx0fvxlg5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLRI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pybbyh09nyw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdjzyp61gjx68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wzbmwcvwq053\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e4s8e7tchb6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsg2psxe14njb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kw4pdxww4lg5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d46d6lrhnbgqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4p33qj9m7drd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32jdtenr5qf45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw2128qlpwq39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v92yqcxepcf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9es8v44e2rr3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvxcntwxxcv7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_NotInLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/leqwkscm98p16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zppyfzvf5snj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4kw8q25zr9f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmyy76x63wdy3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_6569_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtx63szkmhg77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk0sbrfmf8hs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh4sly3kmwbwg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/404vnyfljfw23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_MurderAndNonNegligentManslaughter_Male_AsFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2lkx3ne0qzgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm4zgngkwqdfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hylsjge6nw72c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e6hkwfcyn39h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m3nfmhfyzrz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxv1mwjfhg7n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g31b89456yxed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To54Years_Civilian_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b668bzb8gc62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7px7g8xx20hhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h705mvwkw4009\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSOtherServices_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jhp23rtwex17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mdfjqz3wh1gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ljwjhynfjl8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0mcgt4kpwrqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4j4c9692fq24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l40h6gdqpxv1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj5nd65gz1lkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5swp3y8he3rn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc4ybl3rbyj77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdtwt8qbpb643\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hssk1jvqqc3zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_LocalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAtEmployeeSitesAndSchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d443wre6h8557\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h51f379yvr7d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1b407q9mj7jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e7zp2mlz0gnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh3r2gv11hee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1z10zgcdrbcb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fwf5f631ml8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpb6w1kmk8vz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_6Month\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32g79wzk566r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzflghl00djd4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0hvlm7vgn6wd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3t3lnftt85e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf9cxn458rzhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9f3yzz9764q7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_ServiceProviding_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljxzsscgx8es\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_NENR_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf9wsr721zqd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRZSC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_IncomeOf25000OrLessUSDollar_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srrkzczsjbtg9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzr6w88ftqzv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrf2826eff049\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e123fhl8sy098\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyvxy7ec1x0y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9cphv2bv6e21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FB_CBK_BRWR_P3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6qtnbct2s2n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6nep5nwc3qm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shzspxsllrzbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vet74nzyv326h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xejg6s76dxle2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp63gffj3pmg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3reers8yxfff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yszkjnyynsj88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc6vchegtr889\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cg35swh5kbw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sysetnj2ey4z4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_GOVT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographicEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/625ck1051trdc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2019OrLater_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_IWRMD_FI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwmr90wxj53hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezxdngfn63hs7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_NET_SECR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceWhiteAloneNotHispanicOrLatino_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1xpvjmzk61yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp52wcfc7lsy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3tt77ncyf89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzjltlwt6tmwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gefjqbgz5cq13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnm5bss9setg4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgssbtlcqy5bf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krcqys6j3lcrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2x7w4dwhjlwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q6236g5sxv41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl5tjtvk8jp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3t7ntgkkezy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq1lq25vx0lnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnwfrj65hkvgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServices_OtherClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c4yeh4lpq5m8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyev5j0hyjw2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrbskv82806df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylpdzz6v3yss2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vd22dfz47k99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx6yym605wfkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4301md7bhnhz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ccz1pj1xntyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3ppbm3ppbhrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skemy4cr1ykrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherNativityUnknownOrNotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qwjdh4gcbv\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj9p32gnz40sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jeq82czlm8gx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcv37k03v2hm8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sesnh6rrdj7q7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d93x06940hk5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dlzqcn3xcgc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV17_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jeykeb5mwrw18\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgtry5beq4t09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4xgdfvk6bz43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl5dxwsysngc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3lxnjp47e688\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8pxvd9mbsrkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wendj7frlp561\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egtq33mmnr93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv70qwthmkbkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6c7lrhmwen2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td2ecym1eblnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzs9bshwm6xb3\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSConstruction_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x67y5mexrp0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yb4yg614r351\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw3fy5fgsll72\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f77dyr36n2e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mrrpxgcewqh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Bromine_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d7xy0k9ymmt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syxfsw880jhyb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAACK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p0ef1eqvlmrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58vjd8z2flmqd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eyjnsqhdb14b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV0CN.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vj90t93596sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we6m64zyxg8p4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fbe0y04t2xkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbk6n8c9p2phg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1x4mr6p4ejr\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_CommunicationsEquipmentManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSRetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw2fjgx12lxs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1k6fml5y2p24\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq4fjhb6y53qg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_AllOtherHomeFurnishingsStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c95v5wyyjth96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp0xsmxnnsfxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64tf9wysyewf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjwgx6fj5eweb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qpf6lvj9p1e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykd87wdvp0744\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6q32r62mpgk3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkf6vgtms00yc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGDFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ecrz15kjejdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qrmv7jqdnv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrkzz3le8qhf2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_SS_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2zg4ptmscjp1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CT0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6gne0w42gvjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc4btmprxl2v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfhdkdw49cknh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentGraduateOrProfessionalDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdmp3bx7hj2l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq6n5zgqjndv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq7g42xst5ql1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cyp5k5kyc42c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC3P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w6yljfg7bkvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vwmze9fdwt18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbhfn559y8mv9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NonelectricCookwareAndTableware\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6487y1pkbgkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv6kl8j829gz8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ykd1tt04xtb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm9s1m3hbhn7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9wvrbbgvqf2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs888wq2qw375\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_OtherOilProducts_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990To1999\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgje993769sf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/893lz4v42mcn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6e2jwfjhlc81\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_Miningandlogging_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg74v5qmkdebg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sexls9cf5wc34\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_CMPTR.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7knvhsbj8f973\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjm4ps3dr5yb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzfp59yrmww75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Civilian_NonInstitutionalized_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m57k0qsx61pwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg5g4dtsfhv3g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithMentalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y0dnpj6flbeb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--PE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m2h2yrddz2jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je5fzz1ddd977\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TextMessagingUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1vnkdw8eytj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5ytf395thbvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzhtkzm9fk7h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s44mysrqf3n36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znk5q89j5ys38\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvkzftnypxff8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g4zn00kd6wb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxdtm6bmy4wb9\":{\"byEntity\":{\"country/USA\":{}}},\"PrecipitationRate_RCP45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhc0debgzm84h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/888cqqxbpcfcf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1508_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_PSG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RentalAndLeasingServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge75To84Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rzr50y0d9js6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fqbkwl43zfe9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_MotorGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t7dhyfs4wdx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g853mz3g6scj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25ep4ev0q68n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70tebwpv24lk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbh0w2s3d0er3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vphll4dfp4tk6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0l4ks9r8dzkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtdr2hjbnwvw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4hslch8bhcz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjgz0rymllnv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010OrLater_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p3dsrw3zezr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22tntb9mrpbd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc7xt9l4v6jy3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-4-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gerys9wjvtyjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr4gyy5h8j1p9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrr8xpct5rf33\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_RSRV_MNWAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvcf2p1q4dqs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGuanaritoHemorrhagicFever_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktdby3bb1eelc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpzhs5hv1vkkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsn3k7hylhbbh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_BIR_THRD_NO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.81-1-MT.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsm9xv2tfpmg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g647jm3khxb1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6g98lceb2898\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x54bqs09glm1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother15To19Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mnyn44rgp1n\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--IT\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--PH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k2ltrys1chjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8jmem2zwftwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypmrvdtd4e159\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgz8djqmx7wq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fcgx884ffrn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85hcezfbvkpk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q3q4tby4h8t7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rwpcrml6kxk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtSchool_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t02wr971z8gk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrcxf57by2k2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_7074_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g95rwc0s8tg5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxs1qg0dee925\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv8kwr5xvzm22\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrkq9rbrbbm25\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_IDA_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PIN_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_XPD_HLTH\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_IDA_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zvhnn1csssqh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr35v58j8p7xc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBNDN.TYPE_OF_SPEED--IS_2MT10M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICSWholesaleTrade_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmqhblvj98f24\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90c43e5cw36hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yt7szesp4v6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk6xdfgb5fj7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLL_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12f9nl4svzt0d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_12_01_01_unesco\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1thz0fvbj520c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t5w8bs0s2ndd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps7tw9e4t8v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb9wgjssblyv7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCComputerMathematicalOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04sselg8nhbq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jrrvmrp5dgm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69wp066crvnt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yt90y5z8cwl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47mqrsrzj4cpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherProcessedFruitsAndVegetablesIncludingDried\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedBeefSteaks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02rbmcxkdtyt5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_CT_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_7Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16ccyn9r47l46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdj4vq6s2x233\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_2024_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Footwear\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV21_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWFE_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k4qngfeppsv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjrcq1ktt2bn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykk9nt0j52lq\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA09_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm3mpc9v565kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c29ke3xq7esq9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwey8zth54h89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k12qrt4pjl8pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdfcsgf05b4mc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgvkme932916g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_Fuelwood_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_PER_RNK_LOWER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_With3Person_With2AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv5xc9k060fmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdeljnk92k6bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5q8bb1qglef8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9l7l9nwtsbw5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_06\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/f1kmc7q5d1551\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionElectricUtility_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_NutritionalDeficiencies_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrdnrf53h2x27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktscekn0e7mqg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzjbzmn4vg75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lkg16vlezglh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fne3v56y9dns4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DPPG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_60Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_BingeDrinking\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcdle2lg930t9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOABP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherRecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r7fexsm10llc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swtfzfrsp97e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfjfbd9q0fgnf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_ClimateTrace_OtherOnsiteFuelUsage\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ComputersOrPeripheralsOrSmartHomeAssistantDevices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psc469jwgd7z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4sp2tzrjsbtd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sxqtwf5t3qp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4xc8yvxswnh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz1cdsms1jkj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmzmt39z4q7t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgyjppqf8nhbd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_75UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hgl3r8fw2e2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyzzm4p2hfcy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpgpj6cmje576\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppf10h18l0yh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h5c50lb78qkc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAGLP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1fpcr9gdscs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klv4l5852y004\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59jprhbvddsg7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmj9st8cfwwvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edsfwcy6b9nc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf35000To49999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t0jp51nthkv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mffj58mc6pn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09jcsdl5ywtm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2q18jvd16gd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbl0emc4lkn93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh8ykgh9gz4lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wel343bevv87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ysk3xr7tsvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thk0xc3rpdzz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym576pcth0w04\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl5ly25ykyf06\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvvqz4s5j206b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_UCFENoStateUnemploymentInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntracityMassTransit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xeqzdbwse7cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/A00-B99_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FS_AST_PRVT_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/ljndfxl6sjhx3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nv4tv4k35qzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v0jj4q8bhtrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc0x8lxy3cqg1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0se7q8p3c6s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1zq6cg32r8z2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg8b22xtstj02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm9swmr1lgg53\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06cd9z86sg0e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b1b9l7qy07p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbtv8ndpl8qy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1redb08lf51df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/588wbyrsc14p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66c2hn99vt7bh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz8y0lm015k2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AcanthamoebaUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtw3nrkgfkleb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy1tgvwcsvlj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ebfckn7lhbr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqvv1slyrzjkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqeh1p8wxtpt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs0vdgppx7v2c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_GRF_PLNTSTOR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dt0byx4x50f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48zxee7b25me9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mlnt4glfs06g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzj4vydb3s347\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/213w21e7yzzwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c91n3mf8zv26d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c13yvczwhdn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c621w1655nswf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1xbpm5fqets2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_GrossRent_HousingUnit_WithCashRent_OccupiedHousingUnit_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04nbswz1d8lw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5j3nh61kenc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensSuitsSportCoatsAndOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tch6etcm3frg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_JapaneseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StandardizedCurrency_ExchangeRate_Currency_FromCurrency_USD_ToCurrency_USD\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zxbh11vw6936\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5djd1enh1df1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_KORL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_24Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghleln82esg6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9nbf9ezwc2z1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS52-53_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09r5wxrncd4zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zj07b2m7rdz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3tb52ykv3fj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg5t7ehbwnzr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svfk9kgr0gn44\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n25eebk131nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwq1htjghh7tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ICD10/C00-D48_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS54-56_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jj5921znqzr3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_EXPT_CN\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/2n5jpvx8ry5bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc2vrnjqt4mwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p25rf5bv7ze39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8dgk3864jpbd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17bl41ws3hggb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hjhfbc2lgnrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b61lqzf202445\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqhbfp2l75mn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5d3m6b45x3w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3x4tlq19ypg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2khsfd4dyp38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be5gyel71wzy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sh08rdy1vctd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxn03ylkvjlhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45nwcjj5gxdgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xtd3xtf833xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw10rrfnh4h48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d7zjzewn62g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve3fl0epe9wl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwcqhj5tlewb7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_4549_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_8Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ApparelLessFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evyqtmmls3w99\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_MSEP_56_M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OTHR_TAX_PAID_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_DurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqkpe7v1jqds5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_LiquifiedPetroleumGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybj7chlhksreh\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0bsxw41e1m5c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtvw06ysjppdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_SimpleAssault_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq9dw8ss3sqy1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_5054_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzqzpnccqf3b4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--VG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8ff2ejpbg2jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqd6np66smds1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frsstkm0g2zvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0qpmg7b22ydb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd415tthvsrlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2g7jjnycc48b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r54gjple854pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zm8t81h5kzw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73q0wh3trj669\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv58t7betnfw3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_TransportationWarehousing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs5xxy1v2qv4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6le8vc1vb49yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7m7dnb8hssd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w75c5ny2re3b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ACS_UNHC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46t96zpewfrhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bk2msf15sty2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9t1gfq6gh397\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ljvtbtktkc13\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_INCD_MA_P3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07cy28r3rcw41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c94rgggsqrend\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqm909nw8ye9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshSweetrollsCoffeecakesDoughnuts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/892cbt6v0ggd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lc1j5mjc0ge7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v63pl8fbwxyb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_BarbituricAcidDerivativeOrSalt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljj7wv7mmflh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehiclePartsAndGasolineStations_OtherClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0yjsetysz6e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frh8vvwy1vdk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvxx16n9wvh7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgzms13l47jr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Influenza_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm1055k9pq1z1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p2bff1ts0g16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Assault(Homicide)_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt6b5bycqmd41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysmsjs76v7xw1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFCSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61lktz2bqdtf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f29eb2l1t3yv2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_3539_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fnycccqxb4m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdd4qt4l46ml3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6l5v1b9d07m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmn4bfl39lry3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_PROG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Median_Income_Household_WithoutFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/609r33tkjhfgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ICD10/D50-D89_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh0fcsn09xg02\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_PR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlx9rxy5mljyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k860v6rnh9513\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnkn5y81r3jp7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_WithRent_600To649USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wy4k5nysf0j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ff70lcr13dx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq1yefyltkew2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv31fdkksh62d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ydmytnmwnqq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2kt2zth09hzf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8xfy773hw7g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwtwtq3g5x44b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3p7kf3r4408c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_4Week_SecondaryMarket\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fbr4bpjel71b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm0gf3lhfk741\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--23%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4czcvrnd5vbf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0chhnsl4hcr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pns9kpvt9jl36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfrq6q46ld9t2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_HindiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_FPF_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhllqtqyhcvc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq8vlq7tldjc7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5050_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwzdt5r3qvyh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lcehrg04qz94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3ewtdfc28fmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/Q00-Q99_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc0dpth28f747\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptcw4tqdle4j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfb0ly7qk9hw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf15fxcj1w9z9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_BiologicalTreatmentOfSolidWasteAndBiogenic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2jdllsew0jf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c279rk3bbm7jf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ddnjl66qerrb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R09_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnrbxsgjz5ehf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fj9jc1fz9jhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxlte2egwsrb4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BreadOtherThanWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2w0yc70t2pk1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__ACTIVITY--ISIC4_A\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_TER_ICMP_1519_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gshrbj4xxfe23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tydw698dsjp62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg1hf6zw4zv1f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3020_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nqp2vc6y6fef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w0e0p0dzj82g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvgbwtd95fx0h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMSC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcebwqm9w9rv1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPORX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ForestryAndLandUse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms9x4k4cw54rh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdh4w540vy5qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knyvb5ys47zjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze89rqtek5lqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxd1t0bxsp5w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec3gvs175370f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr927mgc7dbff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdgtcmvmcdc45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbvrpz8y6l123\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmv304cyzv1pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4q4gje52s647\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b63s2s27fe294\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eckmsl84wbchc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7g5jthmczq57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02w3jylcqynpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_WithDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdy9zs9sqfbg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vys8cpj0z6rqh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ParkingAndOtherFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fbvz1r07ztfh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1RI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PETXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUseElsewhere_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingCommercialSexActs_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/042pth5lyx2n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btng9nj4cxq25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcmq4njh8wtpd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y15T24__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d41n5hf34z5zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbmrpjq5vde59\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkry6ql0ydmzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlpfpnd9frgtb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_ForcibleRape_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdkkxmkzgq4j7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PYICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_Civilian_EducationalAttainmentBachelorsDegreeOrHigher_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkvbtgtexnb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthForeignBornNotBornAtSea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de1r1pqxfxryb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw63rc2zgwxd8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RoadTransport_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27crls2fjcwk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71vtph172w25f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0dps3czgfy13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgsemkjvdqptg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1xmesr3qthk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6vmtmlxkgvp7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_NCOM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_EmailUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6gpc5rt8cvt9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/744gmvldskh86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4pmb4st2bv3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7lxkcjze64c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scgxh3zbdvr04\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbkzh498n63s1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Food\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cphfrltt4gtg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/267t7s5x4ls21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjd58py79p33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxnjj18d7we4h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49xzsg47wz4z6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz93rmxm9zx1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_MULTIPLE\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_PRM_SCHL_4549\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1bkl895kbe02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2fqz742pm8zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr9v3rk74nys6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_FrenchInclPatoisCajunSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6qt53wvczcr8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yqgqjhktze55\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4b2lxk8pkh0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd2v7hhcwzfyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz1v352rbpws\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/108n9r978w5l7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95668yn62e596\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_BrownCoal_EnergyRecoverableReserves\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw0fp0q72k4d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdgfrbywhlr45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pje7g3460yn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d51hq7z7qb7vb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/BX_TRF_PWKR\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zmmkmx1q55hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqwmbxw4xkflf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skm1b3zpd7qp2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_CokeOvenGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06br8vxc68szc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0630To0659_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Assault(Homicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yyg8zh43ey63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twn1jr3scyrhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_DialUpInternetOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vcxscp85t0w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydkj0jsgktxjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_NotAUSCitizen_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbxr4sxp8gvf4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_1559_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n885xhjz3e39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcm9w5xbqkxk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsmk1xx7k7pq8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92h6sysg2y9nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvs6szy8dbfv3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tfd1hwf7472c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj34439vnpnhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8yx16551s53d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/955z6r2hq2tx1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j79kfvl0ze489\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6h2bmqbyy0zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyzg7rqq0qm3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionFoodborneBotulism_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportsAndGroupExerciseClubFees\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92ywb1gsvxd1f\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_StateMotorVehicleRegistrationAndLicenseFees\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpreg678kpc3f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_TCAQ.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcs3py61c0qj3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_GreenhouseGas_ClimateTrace_OtherEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoAndAudioRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21j845ny0gpl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7je2dh319drd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvx1ycbl4slj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.26-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithAnyDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69v8xz6276gy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vph4fzjmb3vx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rbslj0gv1p5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6zfrmtqe88d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FullServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p9snycmmqzt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qds190ff6d0jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwehw3lqe57m1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--ID\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c01nbmz9s6z7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw4v19843m99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gkqbdtqgnq54\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h3nj3zqe7pvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3n0q72fseqd5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe87sf0c368k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_RearToSideCollision\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42khebk2b1ct6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtrtwder800x3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3qwbycyqt9d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx80xgkjn4cp6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_REV_SOCL_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytf4c9p6grvj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmpc3jvnsq9r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e94q3pbj61w7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3te3fekyv1q3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_0004_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq8tqg84c3sn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdc4kxkpcrz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr33et3e1ytpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nckbkd2nrdmv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7h1ksxznycm6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_18To24Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r42lysdk9hl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx05wch4q71d5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtchxpylb7n4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxbkgfnlg7pwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/106betf7j2z32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0ld3t1fx3s92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk8vrjpxe6l5f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hh1n5tgbeq71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbhll21dd9b2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother47Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf5ks8zlf9kv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh3vqypbzmw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_Neoplasms_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff8y788pp747d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7zfsl68xqmx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sx9fkfxghdeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn1zqh0w5lpl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r73j46qexx9eh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c3j3xnxl6n34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpe0fzt9qb1n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtees6mcxvhw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njr3tfz887148\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_40_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SI_COV_CHLD.AGE--Y0T14__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NaegleriaFowleriEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ftsp6qj0zz95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytvc7ccxpj87c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r92mg8me2vlbd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rgkbhswv7b4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejz62sesfkgw9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3km9fc8bx1e2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nz6k8tgcznmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdswdy2cp47y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf7jy98s5ds1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5pqv2xe0pctf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zt9zhkd9c92b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52r29qwqzwt97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqc4zh1dg8s6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq2nppez43vb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcsb6q6b67m8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbflb9qvctcjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khevqfe4zv419\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqxwvdt4rwpp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sneyc8lpk8dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HeatEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPowassanVirusDisease_NonNeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8de30nxb2v2yf\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/PET.M_EPOORDB_8BDPC_MMGL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d57d25l5zsw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbpfx5vxzjeg6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dqykrbwrdpe2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcj7ym00d3m57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yrpx5x90g04f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1cewpzykcvzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bv7xs31ev56r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg4yzvqcyev9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_BachelorsDegreeOrHigher_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm4lk3rvgznz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rer93vd8z441\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzbmg0n45xe51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl04wtk6sfddg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1dk33pb8dkxg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_MastersDegreeOrHigher_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cfbvcy0t7eyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryrjs2ssywzyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7xcyjpcbx2c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twj90hq5bfxs6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqcxs0mvhnmm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgb02qdzd8d7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvey9z31tr691\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h64qrlfmyjfhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceWhiteAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02h2efw7h1rd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_EnrolledInPublicCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n34kzelf87c7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbfchwnl3veh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7yx5ww7d4x36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v821nxgphswyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESACU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/174tt1vrjy483\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w79qx424yp7q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/817l66n03cd5h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDRSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PUBS_NO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSArtsEntertainmentRecreation_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxtbk13pgnvn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv4d2mzxdnfr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6cdz1rydv575\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SHR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_STA_AIRP_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_1960To1969DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PL_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5wpcf80sj3e4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_EPOBGC0_STR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enr63cx8vt23f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_DepositoryCreditIntermediation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDNIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtbm8m430lr89\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLYP_LC.AGE--Y0T45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonelectricCookwareAndTableware\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftlxfqhnb36j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fegpz0dl1llnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls3b25qjy2gjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlq9vfkces88h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zglw00msgy58d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_DDPA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Male_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kj52dd5jb2hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7v06cr721j48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p5s6wbwdnbqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qc0mtmcktl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xmz43hkk72vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncf0s0ng8ct6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzy0v36wh37z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_2_GPV_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Rural_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv81de2p2p8w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/237n8hfpp8bh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c78fb7n4fg5t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd4dywjldnkr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3wq4ld5bnv68\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_TOTL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_39Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceUnknownRace_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67eb1xbw4hf05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvfq979nqm0sh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq5dq4104b9t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9bnq3gn6ykf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzv82xzn2qlb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4bc2l1hr1ze\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpt1d7v6x9ev6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53t2tdg9wlybd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqcew3730ptv8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds8q90h6eekj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8e5db6kxj2v8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5hxq0476yw7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_FivePointOrMore\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13dg94502dz65\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-3-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_0514_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewCars\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95lf6ww1vvnrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsmbvbs8nhmg3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frvfgmpw6vcz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1hlrtm0tmvld\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t75c0vzpe3m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfp91wq6bfkc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s024gnymhc3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dcmmw733s4j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcvsw7mksyycb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd8q2qw8b1mg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys5expvr9b105\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehgyfbxkl8yh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvg358881v7f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xq96fy21n63g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjsr7h7lh8yx3\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGPFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_SorghumForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r7k0p89dhf5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w0ysfrvw271c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctp349s2yr7l3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z0cgcqnltc7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2e8kwsgxlbzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvd44wbq4nw13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS42_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Min_PrecipitableWater_Atmosphere\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensSuitsAndSeparates\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zgwk7sst1s2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/552ldgf68h96f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eycp0v9wwwq41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6syfwwpny8k\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OAEP_1_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_80Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzxsd575wser9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsd47mp33qnb2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr4s4d0d3d419\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Meningitis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zz165mnzqlj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/766h947dbv8b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5dnk0c6q2y1c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_0_FDPUB_FNNONS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_DivorcedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqxzk8p78smyb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R04_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_InvasiveDisease_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqp3g5nrwgd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreRelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewyk02s8bl9hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p31dzxne5qqkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvzqk2dtckm0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2746bhwk5z257\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f2ed8jw8wwyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4bhym38fgyjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcepm4znhz0f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th844cj100rs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoRental\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_YRSD_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"LifeExpectancy_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16fpk1rnwjer9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elpynvsq5ptqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghm0vzne4pwl1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_ELECT.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Generation_Electricity_OtherBiomass_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AdmissionToSportingEvents\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wspz1g67peph2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherProcessedFruitsAndVegetablesIncludingDried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthLatinAmerica_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sl3m014fxryg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"LocalCurrency_ExchangeRate_Currency_FromCurrency_USD_ToCurrency_USD\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d9zdy17w1ey4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyfrq3w65ff94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e3ry6h1g1vn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slems6lx9l6y9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t59716llp7f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qcrpp7k3hr11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qrmddkyyk3q1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_SVR_WAST_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f2kmx3w7tnr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chdhw76y8zww4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv84wr4dv1wwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnnetmxz64hs9\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxl5k895c824\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt22q9zlp3207\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t47wg6sb17j4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq6zd3j0g0717\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b32g9msbfz18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_PurseSnatching_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krjvf3zsh21j8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m78953rg2cvb6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.SEX--F__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_05\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_29Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sjpbhrxf8s76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntff6411dlmy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YOP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6svwl52p4pybg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v0xhyfmk796d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWestNileVirusDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwr1l8y9we9k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NotAUSCitizen_NonInstitutionalized_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxl9w24gzkx1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwnjqtwmks064\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CollegeTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV04_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhgqfgsy7q35f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GardeningAndLawncareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70jhmtfnlk613\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsslbp9edzgx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0630To0659_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k97t86k7hgrn5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-2-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_20Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ffjv10y6rv79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x85jght4ln77b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RMRTU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_DieselOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lxm6t6ktphyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n12bkml7x4z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khkcnsx346xn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_Fuelwood\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsg0krt4deggd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_PM25.URBANISATION--CITY\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed4vj3t10nv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc2ez8vsm7cm5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_ExpenditureActivity_HealthcareExpenditure_AsFractionOf_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/008y220h20hhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9v6emgfew9l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0ttlnd2f1r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbsng3651lxg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm287cjbkketh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybchecjz4mhx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g2rzprefvjmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f25799y37d13f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wgt46bjxkflf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServicesExcludingMotorVehiclePartsDealer_FloorCoveringStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb3zk1xsp9sy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6xj5zkvewq98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rft5ws9v7xczg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_CHLDEA.AGE--Y5T17__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4slcl8fswcdy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMumps_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62fge4em3b6dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1p1lvh572nf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfmxddwfc4cv5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGTWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y0dlcw08mwn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate2006_Max_Temperature_RCP85\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w02kdjp7b0b61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvxl4yxby1y3f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_LeastEffectiveContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s41408t0cbv31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2021OrLaterDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2xxvgnf73p16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syym5y4re6ck3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkwrpgkt03kl4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrcbjkcke5f97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3mgfe7c0zsy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_MiningAndLogging_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp57h9j3e6j4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbcl7srstmkt3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_LGP_ACHI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VA_STD_ERR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k3hhxfllg72d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vglp36kd64yq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSRetailTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpepnwkhmp0s5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_NFSV_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwpjqxpeqwtpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz7xlsgdlsb2c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p6p6nx5yrjz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmdfwktc7w632\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_TO65_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_30To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbl5t3pftpmlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql3pfy5n5y0f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_LegalIntervention\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx1cvk25yyxvg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzvws689hrzdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdy26gemf5q2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f7l3xeqwelr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Sodomy_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etlvz1cenjh3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdj7e0zhes3m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FamilyClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbz571h7pxee2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd4e3ypbg5k72\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819CL0_MST.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_NoHealthInsurance_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6kzz6j9tjgc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8y11788teq9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nb8r8hyz4ymh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_SelfReportedDepression_DuringPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpb9prtxd4cmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdph1lpexfj85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhlbshtezlzwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl6wzf5twdyp8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv6zk33fj34g3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ytc3pyt97tb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p1n1e8f4n0nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5102_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_40To44Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz8jqs0bey9j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bm314vdqs682\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c7mg53cxwk25\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q2eet9l127n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93f2nllqldsc7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bslx5cbwhk0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCEXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_0To4Years_SummerSeason_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/encxsv8cp9ez4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3js4l0d3m0077\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_FWST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/b35z74y3lebx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1cd2fpxeyt4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn43jclnjp9v6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15To17Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_UsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27ethqe7ybb18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pswlcz0qgxg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sglk5wddg1pl7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST.FOOD_WASTE_SECTOR--FWS_OOHC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sbxdm65fx75g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7ttsb89rpxe\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.62-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc59stxrsdk38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjm9m92g672d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_HookahUsage_Last2YearsBeforePregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vdd4cwfsq0f1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_NavajoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cez5brv97kfbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0z29gehctvfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcdrb0kwwl2y4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b47zsf1d0vbk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekee8ydbnq6z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd0rqw8wdx5j3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs8qwbbz70s59\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vynxbp62209fd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_POA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfsvj0vdlxc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yed2hby8lec7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1r5ftxvw3vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdezwg5td31z7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BML9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06mm632xgcmdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b4ttt69zdrbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdeykdfkf6y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwnrz9sb23ws8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecqfw1lwzj78c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyl0y0bsgd78g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmqsgcrjlbnq2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1To4Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx45hksp92j3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz7f3wbxcceh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr1e4mkzlfrqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dwq7qkt7rc72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46kjp1fhm52wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91slyllkgk78g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w303m6894p3w5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y55T64__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88pf47nzfy421\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_EWT_GENV\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ls2pfnre7q03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gql5hy3f8f12f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2ctxebb42mv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHDD_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw2ym42rkhl46\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eegqnvqn530gd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jshhrejxn4hb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyfntymtmn873\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DMACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgcrb3esj2wkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_PovertyStatusDetermined_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSOtherServices_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lltpf35j57np8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm39n2bqsh8q\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioVulnificusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f6egt3ccpnz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfvxgq1ybgedd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bve8q5vpcm21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkjw3q9z272sd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_EntericFermentation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81kpxgmctjqw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ekmmx448csq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n6wn330yh249\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxeqj5tvq8p21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrkwhjynzxfp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_CompletePlumbingFacilities_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j6y9lcvknfhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7ym74nn7qydb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_1.25OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b69p4rend4xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj462tsd57gyg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_GasWorks_LiquifiedPetroleumGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0sdz1lw7wxy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7jcxl75fcgyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsrx541n11cs4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_GRF_ANIMRCNTN_TRB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k096ry0egxb6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es95k2ppmxqy1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70dfswk0xh3h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8nw9lfyellf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7cmysbp3cg1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv829mxn4bx2h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGHRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhhqq54jj85j4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/516lbmwkf5th2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr4m0k9dpf4s1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyhq6lpbzg6b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_150To199USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_25To29Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szl79fgr6p776\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zry1v4jhj93ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5cc7d61543nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5sb7f9t3b714\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1r7zc5se0m33\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/840mtrvks0q73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSWholesaleTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_DiseasesOfAppendix_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ScenicAndSightseeingTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_DivorcedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IBRD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21ydz2tb2545\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9nv9ss074eg4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GC_GOB_TAXD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"NetMeasure_Income_Farm\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k4em1eyjcn2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp7fnqswwgr29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Asian_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb74nnweywmd8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3908m40nh8pb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45xe9h8pywc53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8kg52zcxzw9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9sdlqvwegw31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAUnknownLightLevel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wcpxy52660dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nswhg70glbez8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbfl3x084nszg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6e72xmgfdk3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmrlcjrr5ef56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4k1wevkkds7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtts2v593v6zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chwzbhxjjlr12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgslvwk85zes8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et3kdetkvnwk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g503khrrlfmjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8n6q0cp3dy9c\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Alfentanil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cqgy9v22rl09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r004gdyjwrfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq8vty3zxl186\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FuneralExpenses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqc286m4ls375\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0dqbjsbz5b62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010To2017_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_25OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxrbt8dmzc0pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psg2nl4nq19r\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RPD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ssfc4pnxyqvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw68f4psrt035\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh2ghtqpbcppb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7whyjy0e7pt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherEducationalAttainmentUnknownOrNotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5st43q6c2n6n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rccp6lxvsbrn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15ksezmbh8n05\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfArtsHumanitiesAndOtherMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vxp67lhzhz2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82sv643zb6d8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7bv67wp2rc2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s81xj6223zyf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spymgtqe2dc7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdnq1zhp8h8p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qf2ph2n8cy94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6tsfshth8c72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4njb3j2dr2g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyrx8sr2dpecf\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7spd02zv5388\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5rhql54qhmf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5hsxzep2bz4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_PART.AGE--Y25T54\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_With3To4Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywbwhm67hn536\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkv8ww42gqtcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h6bp16x7ckd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93ebdklvhk3q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfge5eez00czd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y25z7rg7cf7j7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sdzk2vtensyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cz3ck71bjgdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c21wdl8zx4qqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx8wmx7m4w1hh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Heat_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh9ckmhvcz6v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt72z8nqt0lmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3plrmdr5vxkm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3020_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c40mrp2lb1z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex6spm9n7vn9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbw2hnpr2jkt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w3jh152h0ft1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CollegeTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8shx7dnk4zdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk4ws4h0b3v2h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceUnknownRace_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg3bd1zwct5mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc4ksjx6nrwn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epw963xktppx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7d7e4y8hkcmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qsm7r1nj3ltd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfwc607gr9y03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r11ecyez8tx1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpjwe222fzk3h\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bvjvfxe70ll7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lytggff71jle4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fscfelh75nwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt5n8lwm3efcc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE25__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV14_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p096e12l8l8j5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3ln5f54dvdl8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_0514_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg8pd3j5xypgg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_3539_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment2NdGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2phb01m0lf43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbjl3nnczf1e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t53584sr9pgc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3gz6kdrszr57\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_CON_FERT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08d0tdwywr8b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/leqn4rktjz461\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm4ly8yznl565\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Manufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km4795jlpedv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k0zffbvdn614\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_INTM_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS48-49_22_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zfv2e49jk81h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0q5xvfncbyeh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DAEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_DrugEquipmentViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy4xh13sz2v5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqkys66mpp5c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnbeyk94ehbg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6wr7wyqqm391\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS81_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV30_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f9t0y0tf0p17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7rfn0btbkmjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/I00-I99_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Female_WorkPerYear40To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0p2gz2pp4ry5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51em0wk3sdb62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgghg9b531jtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg634gsd94se9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03c7zz9yr70kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpzpct74m7ln1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SugarAndSugarSubstitutes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_10\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31hzxn5vhx7tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc5zledd3e3j3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w1trxbp7ew54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3tpcle229qbc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.117-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs0dntnfc7lh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_AcuteCondition_PerinatalInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_Unemployed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bxy36c2zdkeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hctgr27nyp848\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxzfcbrm9p813\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y2n81vfwzlng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qgqt60xhbycf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h0ne8fhw02cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq19lxsljj1t6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/4_1_2_REN_ELECTRICITY_OUTPUT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_DivorcedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t2ekkpntret\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmqyjlxbjjetd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6rvh8yljwhvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5rqhgc7nk6v2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b538ffdlx5j6g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGR0_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_TeluguSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrlyjsz097t62\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SugarAndArtificialSweeteners\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8yxzjg9m7qn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9pj4gyemldkc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd4jwtvj37fd8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y_GE75__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_8Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vgwjrbslqkr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy0xm5ve23vn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r843c7wrxgfqc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherUncookedPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cpeyxlyybxe\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_PostDoctoralAppointeeOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw0rxky82kh99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq02tgj528j52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp43jxbrrxby3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_75To79Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v3vylzn04c61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1yk9wvz41878\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLL_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clc9snqrrvg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5lxe05t60925\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5dxlc7l13hmb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To17Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7swm8cxhvjng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj0r2k2nx9ft3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.55-1-TBPD.M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Energy_NonFerrousMetalsIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bfn93929y8l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d8h8880gs4hh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dkzx1d4jr9c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j0qe4zhz9jw1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IS_SHP_GOOD_TU\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_6Month_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fl8y8x4gslwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q6yz1rpfy8pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5h6hhtp8esdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q08l37vqwjkgg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03glkytwbvrs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7zb9tnhe0m\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__ACTIVITY--ISIC4_BTU\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NY_GNS_ICTR_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqcgebs3d39hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq64q2djhxpsh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_WBE_MANGC\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeverageMaterialsIncludingCoffeeAndTea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tpwee6vlzs0h\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"IncrementalCount_MedicalConditionIncident_COVID_19_ConfirmedCase\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5y4k0zkk6kfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvrkg7y7tp1h1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxr8pevzbx6n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yjvxpbbkvdyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/390w179tr25gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2ejfk68szy46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt93zwetzzjw7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_EverBreastfed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d74yfmb06szq4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherFuel_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6hxqzqdev7g5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43r3jmzck4yz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvgwf80yl0gr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh83ywwjy2925\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fflxl1j34ycb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn0e0me72f2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0lhmbm8ydr69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAtEmployeeSitesAndSchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ldxtprcdhbp5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RZ_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MEYRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DoctorateDegree_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rpwezymjjke9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1561_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioVulnificusEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--53%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtgkw6zx8qrqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/243s1crpywfc5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw4bcvhgngvtd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Prostitution_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg7vv3jrbg7e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj25heckcjjy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev4f320px4gw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7j0s4w2be5l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jde4bgnnlnv96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy392jfxx2pj7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cvwl1z9zgdtb\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_COVID19_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_6569_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cftnxh1g2blfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh9t3fvpvkpnh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_HAZ_CMRMNTRL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWPU.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4ycynffdryf3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKN_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgtzxhbwvzq7h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16jg08dw4cg38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfkbe3cr08vs7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_AviationGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qx41rfw7y812\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddz71j110zlwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3y1l0tbkpz9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensFurnishing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgzf50c7pkyd4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCSalesOfficeOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10yjghp7rn047\":{\"byEntity\":{\"country/USA\":{}}},\"dc/262k9bb3e90gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lex5l1z3xb019\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bn89zgm0plp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4pky3w8n3sm5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GDPRV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6sd5jbp4tyz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJKM_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_StrongWindEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4672pdx32j737\":{\"byEntity\":{\"country/USA\":{}}},\"dc/708rvcfph3j43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zfh75l8kt8zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vd2bfxt9mq7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3b0qj0w5y2g2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_12_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/26kn5w28v0601\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqky86yf4e2f2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7081slgl5wp6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f97l5wpg6h8q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc5bq24v4rx32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjsd5qdp2th24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqk2bbzn99wj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20mp0dyq3z036\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4djvfscf06sh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xrxz8nywkyk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjfs1hf6dje98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76kkt3g9eplm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryc09h2db96cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gshmnx8yk92h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8f78jp422466\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1vxhgxm62nl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13nv4yvlwvm92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q779fwy6k8skd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5bdeynsphprd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s7kfj7p6czy1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_BlastFurnaceGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7p29h8p0k6gh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0y8dkt0mhh77\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zweyb8lrf8pk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d5np0bcr06z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj2hmne9jp1ff\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekw4rz732rjt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsrm4y7gpn1vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4vv6yr990tth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxy6zrfp9bf88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2fk9zpz7z182\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_SingleMotherFamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mks4gj94ynzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/megwx5kbmvqqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng203267rrt0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj4hfeh9qm8y6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FullServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3035_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_10Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PerformingArtsAndSpectatorSports\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf75000To99999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek4zexltpkg02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg7m2yngl6qcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2neh9g7x2c6kg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l112y7qsjz0tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfmfkqm3x0hsh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_2529\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_RetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60ts1bz4fr4wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70f5qtmbh6834\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1hs194m3vt56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto14Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqrvqc2lhjxtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfqv4zjd99787\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderEuropeanInvestmentBank_AsAFractionOf_Amount_Debt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ed787s0nygcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15tt7kl6w9277\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c28hrfgwmf3p4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0RO_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc8tnvtnp93x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe6t3p6ddcb42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9012_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxyvxs7d4t106\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_ACS_BSRVH2O.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_1Month_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1590_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Amount_FarmInventory_SugarbeetsForSugar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ph1ltnm23vyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzf4gnwxv5rdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14k1tgy9d46kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrlhmn53c5vw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pws8rbh1m07jh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianOrPacificIslander_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mkvyhf9h6z48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjj23j29dvz9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Naphtha_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_IndianReservation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg2lbq833qr14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x94vk36tntl7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjf8tgrxs11r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_AmharicSomaliOrOtherAfroAsiaticLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bqb3szg1yr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n14mz710xnqv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_Agriculture\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Female_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ConstructionIndustry_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Expenditure_Energy_CommercialBuilding_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdqxy9cb72252\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw0z4pryr7k3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tds52z8yp3l71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1023h20jnx0c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8g9dst2dgzs\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_AGR_EMPL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_DetailedPrimarySchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l62s7mgmkx6j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf63psmfxbvf2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F140\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13g7p74k0qp82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4bsg4z0d01g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzs39b96pgsk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bwh94d7xpj75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09z87msgrnz46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9b8c2qm4rmd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/479e6x0sdq7dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ecfn4dm835hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px1hlfk6qf6s6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xtfscvxscs92\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_EXP_GNFS_KD_ZG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5t5r8bkr80p6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg1p1bsyhnkr2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLSP_LC.AGE--Y_GE46__SEX--F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg8jcgyg2zsxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx99dsm7mmt71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84m6s0b5vqsw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em1htezej1s7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn8jwfdwgmh21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gk8mwhce0h1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47xl5hdfxr719\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs899x8sq9688\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztxsw31bpp5x7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lrx8qggs1bf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wbgx480503h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f47tdp0epnvt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_LeisureHospitality\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2pwy5e6xhv06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b42fn5rwvxqn3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6k6xydw4gyg3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_TwoOrMoreUnits\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_MarriedInThePast12Months_OccupiedHousingUnit_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3stgqjxge415\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BlastomycesGilchristiiEtiology_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlordane_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72kqev9dl90d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvg4t0b4933b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etnmnrwy3f95d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbyyjvhqs4wj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76e01b78mdx8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lb2vtthhn34c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.34-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.63-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en2tw10x5qfx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxl5zfvhc72p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WireFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9q6prpbs3kq2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/jcxjmtjpf2j25\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_SUST_PRXTS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSTotalAllIndustries_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23dx33wjl90w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gshcer5sfc97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjfbdwdr2m2g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq51bk9k09ss1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw5xr32lg21zg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm0rz6eznvyzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2gdszr0f3sh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdbwb945lxfd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvn9lev8wrndg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dybkbh707d733\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b80x6tm0hyt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbrqb206chvl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwqrd6nf5zqz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8blrsn2bndbfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf1ts360ksd07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2rezs82958x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8qb5p2b19mb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hxmbe0mzwnx1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_CrudeOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yxelzrk4rpj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcqjgt2rlpvhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sth7le9lpf0r1\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h238efgkfs1k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqsyf108hvqf5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_75Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BabyFood\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/278gb59bzvgtd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_RECRICTRY\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93myhmgdv94k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmsp3q0ehtg3h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAIQS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jj0v1ttqw8lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqlyysl9qgr8f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SORCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/debgvvtebmhyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er4w0dghdhzeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqqb6ktl0e826\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43pxcsbgjksmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhfm4x4xnnd2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8flkdj6ktf607\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fh0sccd372rg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm5fsd331tndh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_HodgkinsDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvj99w6thz6k4\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_60To64Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA08_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55dxp8yszk6eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97x1brpmcy7d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j16ww07v88z5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cppd5cppre5p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyse9r31zhcw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2RCA.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgrw1v6xsdzh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzh4twe34m1yf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_NEET.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_PipelineTransport_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yp4yqn2154eh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreRelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kexec8z1kbg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve7v1wvndk8d7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggmgqqgzb6lg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n45dp265t7101\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_6569_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hh7cp878qgjb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94649p8490st8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbr4ywgvbq6hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl90jt7pebe1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06ls4k1dpnjzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrzw0znnb5949\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CountyRoad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ZWHDP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_KeroseneJetFuel_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_4549_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15m77ysexzqm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf8l0f069gg57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql90yb8z1lzzg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej9175h5g52n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7c0m362f2fbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zk2n9fly4yx3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_JuicesAndNonalcoholicDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc998rk5qtjwg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesExceptRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmvt0c5rlthz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjf9clk6zmtq1\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fsqrym5m65r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/520qh5dmeses3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8zqytw1v8052\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtnsxcjkz71k9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvk5017t33vc9\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SN_ITK_DEFC\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74rx9e574svc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AlkalineWater_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19jn3c4tjs3s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lrjsmnn1pyq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z9vd53h04sk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71p63scs3g4qf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HypertensiveHeartAndRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LandlineTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b38yvc2jvygr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk5nzcbhs7j54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhlstn9461wh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PHMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSOtherServices_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/557hhr4vkpr91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdsfqrk6gqmjd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERA_3_F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82td19sq4br3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v67g2jm1tmg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl3tnrqm14je1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrzgcg97j9lld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsfflh1z38deb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/295vn93nr4757\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nwm4ssd1yveb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6pk1jwtrm6q4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/401734vr9yvt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0700To0729_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxdp0jmmr4zs\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_VegetalWaste_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/PET.MDGRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56w9gm6c2cez3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR23_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0270xbwxpjdj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl7p4e0jt3js2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8yqs30m9txyh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn0b52gxx34hc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_PetroleumCoke_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/031mxslrxvjv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kf1hlhkj38lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpe3qllmvc6n2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Forage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCMathematicalScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_90Day_NonfinancialCommercialPaperAA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8znpjbty57r3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwsvnjvfwcpbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef37f21qp8bmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erqrp4ff62zv1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5rgpb0zggm7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlnfc9yxt1r65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewxlf761zrnb3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wmxe6jxztk17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcqcsz5drc5s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wshb0rxz5xy78\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_15UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21To64Years_Female_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_IncomeOf75000To99999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx7sxgx3g9nch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxsnh0t4g90ed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mce3jkklflh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c93zy7qwthjf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq6ezkzm783nc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_PENSN.AGE--Y_GE65__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntl9w6zeztq42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77tmtw24ksfmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7psbm0jltpvc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wttg7hy1b5d28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r5pvjszn5x03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7d0nyemw8yvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_TransportAccidents_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With3To4Person_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e561p4t66ghb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ergme380t259\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpfmhy2d205k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rb5xd6v6yh38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2OwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8e4fgb8mqbj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l5q2j9btwbnh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityMultipleEthnicity_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSFinanceInsurance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CheeseAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yl4h6p012yhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czhxnh2rs27e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjmh7sk0nhqp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAUnknownJurisdiction\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PACCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0ck56bnl75l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v961md5vq9jf2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin21b_2014_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_LarcenyTheft_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_50To74Years_Female_ReceivedMammography\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvwk3t5v923e1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Pneumonia_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionIndustrial_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_G2_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d32b58cqzzhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fskf2n7lg93md\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfqjkdr46pyjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w93y8szx55n3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yenf8l36b536h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_InLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_1.38To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43d5h7xfclg77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyfjreyre8r26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gtdvvhjyx3jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q302pl9fk9d7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trfn1ftwmegn6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_IMFN_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c3ygqsfh31lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs4lbj3p1bp8g\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1491czdw4ktf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jy4dp16mtssg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2l8v91k8s1k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qmc2c5cw5f9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFRCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yb2z2666xkw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zsg4crhzmvx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y92dvsvy2465\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrgr7slhqrqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jr4yqy3lw1b9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G6_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtx0vx4fezl73\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.65-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_ACS_INTNT.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43thkn477bmrd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJECB.M\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_SleepLessThan7Hours\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rl0qsgv9fp1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv58rt4x1gyb3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_RipCurrentEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw6xqcw813mzh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URSEP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vpnwmvtk2206\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaMicdadeiEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46rjpj2nm0lh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pepr8lrwbpz4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT5B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksz18z8skyx9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfzxc50c862lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xejlwts0g1091\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21pm4q8nwfke4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_30To34Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q13zhbkb7959\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43t8r02d632s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9qs7hpm05sqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x5j1l2dl75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInNoninstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_AGR\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vw2dyz07kqt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3mwsmrlkg5rh\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneC_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8zpc4rmc235\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years25Onwards_EducationalAttainment_7ThAnd8ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_WholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f86cfrcse5382\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFST_2_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_NepaliMarathiOrOtherIndicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbtn4q5crtlq6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.58-1-TBPD.Q\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfArtsHumanitiesAndOtherMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_20To24Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prnecsckhxz07\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_DYN_IMRT_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d5z808yx4vm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8psxfphxxe64\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_RetailPrice_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c7ge2hr0ng5b\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plj7nr2pdsjf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Arthropod-BorneViralEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cp10fbc7mqxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k4s4t9246stf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To21Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6wp7yzj7kdld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmy90rvhe47wc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6ljsjrvv6649\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedNotForProfitEstablishment_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z1m3v02llbyc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_DURS_YR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Unemployed_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/253ercqs2dp46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt85xvnrlgsk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6nxb5lqy3t66\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9m4fn53gybq6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRE_ENRR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years25Onwards_EducationalAttainment_NurseryTo4ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f6rej8qjvr09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgn25k75fmldg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42vb4jfq414h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqy1ryg9vjhg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3lskhrb6rlw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1tj0vj5n2nt2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ComputerSoftwareAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re336nz9q68g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA24_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2mk6bvyvnnm1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyrjb35b8jvqb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cerdgf14fp2z1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7fkyvh4t2vqg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_TAX_NIND_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSWholesaleTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9mpnp8ty0hw5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_POR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAG55_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k4l26e3gmedb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhyvhre3cc0z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8ypb20yc4pg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qql44cnx7br2d\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_38Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52031h5key964\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psk5gm653kb35\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCL1M.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejvbpptwjd2lf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d4d350es8ke1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq1dp384e8l6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv04bb5cvw0n9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_CO2E_GF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93vc1mzwsz3x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k80dllvj69kpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSFinanceInsurance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73lkctj6ssbs3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zggc8nnfx2wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b856m4qq7025g\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de4mlfpqbfq6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqg9l7njcz8s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp54m6e9ngl26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyf9m66mvwms2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyr0qltnj5bsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gltc8vqqhcj4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCFCR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys0lfeffpmhn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8d8kxp7w9xk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk8be02kvksq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7vc14tysve9c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31hrrjvp62f7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6en0fwn3gj716\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v152jjjtwqs6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t95mnkek4ksk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9e7150515yt7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21mgpjy44fbd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv8n3xj3llq1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db33ejxe8l2x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj37n12dzwpt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly1vz7w9b3cb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r55mmplskq5j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ElectronicsAndApplianceRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_GammaHydroxybutyricAcid\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ne8l9byc6sw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dpj1hqlb3s34\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DPPG_XP_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NV_SRV_TOTL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/7c6eghnqwg256\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsccrhy67fdzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrynw34eg42j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrsg7x3dz0zk1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_AIR_2_GPV\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_BlackLiquor_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68nb44mk5xq68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d62l83kme0ckf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mcn0b1c4l47g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh8mp8lvn9pkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxg4czc6nsdp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tqk7ndhc9kz1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5m4vyfvzs1w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9tn6thfzp9rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015To2018_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36x6f191gvvmg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RUUCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELVHS.A\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41s8qer7mpew9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xrcgs3pzyfjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns2e3khxs6gw7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95g9j1mljccrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmycd5s17c25d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s2bnjpwjl27f\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderEuropeanInvestmentBank_AsAFractionOf_Amount_Debt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/dcstzlcmng2h5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Soap_Detergent_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_Count_Establishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5ptn2gwnltk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k069vl3pnl52d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvkvkgh3l1326\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpexemvw5qv62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxwx9pnd9pt3c\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5523glenxesnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65d0cpy1g4ww9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fld6ebegqdbh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s96l7vjh2vl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55j3kpvm33yz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jew83h8y902t4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tdm33wz6qv19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sthflrgmg8byc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bc3dy0q1e2wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxpreq7sejj6g\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossNationalIncome_PurchasingPowerParity_PerCapita\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SI_COV_SOCAST.INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_87Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qtb4j5b060q8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_AnimalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pyr7pz19mjnf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NaturalGas_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zf23488vbsv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrbc71tvk5c84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyxstecl64f91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqtq9pfmx41ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_COVID_19_PatientInICU\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zkv1gwydxrw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvdsqgqxrpbmd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_4044_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gettc3bc60cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b87qf2yn2ttd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS81_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cf48tqldeen6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9lflhf23n1e8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nt4x61g13rv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr83wnx46yx6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpynjyr2zlrn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq2qetq418rcd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_IschemicHeartDiseases_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjsfjcxpb8rz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk4eqmgjxvf26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0ly811bpen2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s6sqnvw0vy8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxhm7ldetpz98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzd9yhl7tw3pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionFoodborneBotulism_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_SOCManagementBusinessScienceArtsOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w10j9f9xl7v49\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherSweets\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhm5jqzqw9eh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn6wf31xxgkjg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rrd88rclpykc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se4jrvl5261c8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lfj6xlt6eqzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf663n33ejqnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze0x09cex0ej7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EG_CFT_ACCS_UR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz3cnvkngdhc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx9x6ltpxqp1b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zyk8lp58y0wc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthamerica_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez10s45m7hkw6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ccg0llyvghh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8fqgfyfk1xw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hcty9v7s4d1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g85k4nnbw5n9c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/808dcvqjgc822\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0l32c3sw8dl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0yjy2v6wpj44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb6zgt3j8r694\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqezg7cfwgnxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3mjr7tnj3pz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmjbrd21l5zv1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F700_F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVFFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wreg2rwy5h3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jgm9z0jkdkl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m798jl565lk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krdqx3zmp6jv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfgekvetvwfwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xws1d0xzxw5q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lm61m2mftgjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vkv6nejwl1w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zys91xbp9kb7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wwmvgslpv9gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xfb74c87bjg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_POLINS.POLICY_INSTRUMENTS--POL_MACRO\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_1_G4_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_LessThan1Year_AsAFractionOf_Count_BirthEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsm2f14n5w38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql3y9t9z1ze2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs80y1gtdw723\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3j4hxg789kzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh0j5d2q5b223\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--ER\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/882jerddr3e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzs7qqn9h0pt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mnlpwm9jj2c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsdj1lq8656mf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_BRTH.AGE--M36T47\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.130-3-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/9l6xl6h79qfy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ShelfStableFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetFood\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ndkx4bd2xw43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithFoodStampsInThePast12Months_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6e70nfwt8s6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1psd5fxmv4v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nlhh5qmsvkk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxzpmb82rnn12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnzdv3n5ght81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smj313gcg58tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IndoorPlantsAndFlowers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ft3r5qhtl76h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejyqde348qb43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enrhhy0zzbz3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y9d37g2ek12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vhg9bc4hl286\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn5gvtc5n3mlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq1dk0rfchz1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf49z7m2rt451\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_HypertensiveHeartAndRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c15yp3vh56z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkrq2vxw0xgx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm11ft1qmef15\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R57_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dmfdz6xj34ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl583je263p02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q36910b97wntc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_POA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.4002-8-MMTCD.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drz8tkysv18ed\":{\"byEntity\":{\"country/USA\":{}}},\"Max_WindSpeed_UComponent_Height10Meters\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmbesm3hertvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49cwmsj5s9wm7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherCondiments\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nhfdhmne2yx1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9tl9y7vgk023\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_FuelCombustionForDomesticAviation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tjew7r4vn643\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10rjbjnerz78d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lcs35z8kss0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tfrk7ct1l7k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rst4c555ndm22\":{\"byEntity\":{\"country/USA\":{}}},\"Max_WindSpeed_VComponent_Height10Meters\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c6c0ssyb1lk2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAG55_SAE_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_Park\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_22Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h25rv8mj36l43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdnhp36jfjmzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With5To6Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04lhf02p4w91c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_MotorVehicleAndPartsDealers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebv9c4935ldq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptv5mt3b3sll7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_ManufacturedGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_Smoking_3MonthsBeforePregnancy_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqhve475k2198\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p50h6v76w3d4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.VTTWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_COVID19_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0cgmkcfq7s4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njkxj27dn3ch8\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5n31hwehg4z7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-2-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.34-12-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svz3d4drgbesb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzl0y4e7nt3t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj7grt81526y7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl7wsmh28jdh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etsh1s5040dm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FurnitureAndBedding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8hcdw2bxc0jc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0s176p3vgd7h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fnhn8swl3rr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y27yy233vrnj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1bkg4b3ygkw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztn37ysygl806\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingInvoluntaryServitude_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV09_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y8yhrlchwgsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8ssr9klzt9r4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_60To64Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcncmcfj8np1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew2fnntvzq29h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7xjf3wrc0cl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66m25yk60swbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq8p4j18g4t52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tet3y7d5zset8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_UnspecifiedAcuteLowerRespiratoryInfection_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Male_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90plzchgdczg1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_3_V\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fe0gm9xe13x7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Employed_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w60w2zl1q5jgg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37rh11drn72p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfexhxn0r1d86\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl42zfhrkm6r8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_INTR_PC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d643h84j357y6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ernzd380scwd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evcytmdmc9xgd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw9rczqc3vwed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RCRR9907_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_PRD_CROP_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78jrk4lkcrbb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jqw95h5wbelb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2DXL0_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62qkgc1mlsgzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znh58ns3n3x68\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23gf04kr0pzdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhr3hg13xv7zg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjt9kpex7gq13\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G5_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneX_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yfp1h964ddq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2pkx9ln55493\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr1rtt3r4pssg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf54qxc26sghf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9g3m7h2wh7z\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC3P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5704chnkse8g3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA18_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj658eezzf9n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5knkd7k9h69h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z70dwscnr2jm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5dnk0rpgpg7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx6cvrn4kyveg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vddv406hkd6wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jts8gf39fybp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmlsfkd2h2ct2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02f0158gtw4g3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWPU.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb1zcjvcc46d6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVPUP.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Exports_Fuel_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Soups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n50v68ltcsnd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F500_F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz72b84kkqpw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkfm0s0x4nv5g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_23_FDPUB_FNCUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_52Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAtElementaryAndSecondarySchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x9bgs81fqyz6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99hpyssxbv4nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1sq20c27zq61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_Black_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSTotalAllIndustries_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpvrkd3de91z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgd105efmejt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll91b7v6txqf9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NV_IND_MANFPC.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalActivities_Robbery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42hw0cysgjrm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kjh4zby25389\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1242s89cmx87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txehhchs8mn68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NondurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ncklt1x2z4j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8slqj77g1tlc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbgfep1zdxfjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxrc005pjq6d9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEIPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSHealthCareSocialAssistance_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hz842es8hm7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bev7rs0l4q9h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf1bycx6v9zv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjvwkmec8jj79\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_STT_NSDSIMPL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bknds3qqdc5ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5r8739htyxr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y613mxr7nps24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cwq44zd19qwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76c9w1dgf91y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtrbkhwke9ny3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFoodAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b39bsndwlj4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57rt1e7slfjp9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--BR\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss9y7y25g0ry\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ForeignBorn_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81w57esrh1vqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9cnrtz65c993\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qfbt451szh11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gwbw2w92t6pf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldl1mfspxb1d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3cxbwdqek7gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gghgv7y2sd8l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjgdccmlnxykd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESMSN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36nrczvqqq0dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d61k17hhzreg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cz2z363c02pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p854b3zl5bjl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl33dqbd1ftxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb1rtjt1htwsh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42hpvgrwkg3cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxl2jjc37wph6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKN_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27b830fl7s8k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_ReportedNetIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2qpfh3gwcgnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzv46q5kjzrkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrdjfnzdc73vc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d5rzt0hw80rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nl79hexb24g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl7cw92jc8d79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusUnknownEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_TRAF_FE_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lqwvg8m9x7z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx2w8n7v0f5e5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200070\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_MarriedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12bfdbmg79b4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zlg0hzswbmk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq03lzeywme2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6sz6rgvpw7w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p5es12pr9bt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edmg8ptnh4e5b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_NaturalGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9lycr2k1vjf9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48lf67sb5j20h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmx24jy91qbf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtg6jllgb1t2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngf4kj8fv1l3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81wlnzqen7085\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60vvh6y0fv8mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0e480czp8kpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g94xf9mqvy8q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe9d2qpremth2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEAJB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PrimaryProducer_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w9bwfhwykdkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7deyw6ke6qbv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mnndgfvtpjph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qylr0xvb7m34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q55pdq445rt7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j07y92renqgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr2151m439kv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxfhvkl87brk4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dylj3q3we7pqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl4qjjkkycj72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knpr8xk6ffh4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0d3hxwt69ct8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11xj4kfr4q7r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yw5m42nq9hq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq2j6q0vkj24b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9nyh3rs9d3f8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jy1xssg131bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_16OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klby6rjw2xvp3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j0kq57fz5hc4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc3v62t433nn\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_50Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ef7b05eqv3y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bzq4thxj8875\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin9N_10N_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fzptf14scf58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hts2vqzekcxx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5hpzlv54yypb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vy95zxp0sp447\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k91qzdrqt3r91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st7dt8tcf3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkk3j2qk7ymj4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceAcrossModels_Min_Temperature_RCP45\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"eia/INTL.12-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CheeseAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epc41m2md5c0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqcw138jrw1f4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.65-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mhpv8ptlphy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_Female_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7hggg6bp75qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhq80h68791sb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g83zsrs47m4tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3xl58r07jex3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zrfybzebz9eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz87mwdtpyw85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2j58wtqjshzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_HispanicOrLatino_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pltwzsjxp4bwb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female_AsAFractionOf_Count_Person_15To50Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85k9l5jksqsqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9zgy7h2jfh4b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv0gvs5fqr9gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxkdmys9bhe3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skywrr97c645f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MUORO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw7eq9mjfn4zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_FrontToSideOppositeDirectionCollision\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2cs7qgb8fm34\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_UnsureIfWantedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwbehnmg1yys2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbm2vjd9ke6h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy8rx24yhrbd5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wevdt8srrbdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqg9nvqyfgn74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfb96zk9dfnf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm7qmm2rbyb86\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z89e0y0bvfhq2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/save_any_2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVCHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7krdh66gyznk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherHeartDiseases_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55kpdxmgfpbj4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k7perbfwk2m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1hn0zs5wkp06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOSCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65y83c1nkbbgd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_PER_RNK_UPPER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WireFraud_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s46yqff3h96gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyymf0tfr2v0c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67261z9bl66d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znhz8ss87fnmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3enk92t6n1w14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesLessRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/447evzezbyc0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1fdx7g934ldf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stf63gnrhkhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSHealthCareSocialAssistance_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w3qykq6mtq0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hd9khsxfpzy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fedteh26bng5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd57bgvbg8rf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaMicdadeiEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8dxsdhn0gj12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0h9vjce3d0l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg0kqjytwx8j7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9yg630hl5s95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxvep8mlmpzz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_MastersDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd0wpnp5pex23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5k0tssb1zypc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2t1mtdcc5kbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1n13renyfvm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetFoodTreats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hpzhr6l5sym9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv9xmxr9b2vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecx7q6h65srbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPNS_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwsfs1k2htxr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmsdz8wc2v57d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hz7q4xs4mt2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm85dyb85gjf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycp2ncszqz3p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d880jsy9h1jg3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_FuelOil_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOO_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d24ghmd943g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nbmcchkqnkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgy7zlfwbnw75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhwvkwm8tbbvd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_RetailPrice_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhr5bvswh217\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2jkmpcj4v6d4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto6Years_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/364eb9n3mppeb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/084xxz8rw8wy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7787xh7rjy6y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82t6l5tpqsbl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvwyen1tqq68c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkkz35x49jhw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaAnisaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICSRetailTrade_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wezglf24fecz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk3p628k6j7fg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0F_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_NotInLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gmzsz4khw7x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z78985dk1kepf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1f7hg4yetzgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzl0yd8t98377\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_AnyPostpartumFamilyPlanning\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d19fhf47gxxe1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5ys8djm2mbec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enjmpwc8jtr72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxjgczf1kqrb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaDumoffiiEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vjm2pjs0j289\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqn5w5ycvrqnc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5OrMoreYears_PersianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn1kthve56k3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgkj6t0jfqkv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyrx6qnny0m9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7qtjcwgyxnf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgktpwmj840g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s10yzbxg5eet\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1rnencl45122\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25dlz5emgh2d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ldyhwcngxtb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg8lmtgenj018\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgt96e4q3sh61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j107tlf0fge79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4ls734ng5qw6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WSEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LaundryEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/714g4h77ggmc1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc21l8hpx05z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tnh45e3nvvl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0delcsw86kc6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR49_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_CHLDEC.AGE--Y5T17\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MeningococcalInfection_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Nuclear_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HairDentalShavingAndMiscellaneousPersonalCareProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j9tx7cvg2htf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5lr8zf0vp01f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MonosodiumGlutamate_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD1VAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6prcvbt6evv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79r6958qe5pzh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-6-MST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCComputerMathematicalOccupation_OtherPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krpjlpr48bn99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw4mnz4qfr9eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6n3e1ysy12p1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bkbm4x0nvceb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1gjn4xnnrm73\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PCS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb58g6nkpw2tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzmcrywfjpf4f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_2024\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_SingleUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50hv8hchms0n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et3mxswk9q5m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wet32hf632ny3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp8jb05ddnz7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nskyhdqhk5x42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq6hvj22b1pkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqr23qgv2hff7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntqkv6gr11473\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NursingHomesAndAdultDayServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19rw8zf9xyh8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4h7bm2eyjmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egkrptrm6q0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ghqe56r5h3gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g25lsrsql08b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sxkge94v80qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yr7tevfv7061\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n1njkw9e9mn7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj9p4zv0lv7h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfh4283ne60z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdzvtgthltdmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nhxnkewbmm29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyfgkzqk8wlg8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IC_GEN_MGTL_19ICLS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FPA_COMM.PRODUCT--CPC2_1_113\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20xnpq25zbf86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxt6073xd6ws7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdgvjrezw9b4d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUK_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_EL5M_UR_K2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderRaceAsian_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pccpprrrkd6p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r3te9992tfe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw76zesqb6s0c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_EmailUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2p62fqw63qfb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfbwrth2pzxl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52r5bz7zjslj6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehqmj8bfhrpld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/532smr78sc3lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khkm87wqwrwd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79j9p4r821eyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dngf47cjq2vc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcnz8hzjj569d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BI_EMP_TOTL_PB_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/653k5vqczsh16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxj5bgf1pr976\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szd3s3pqhjc28\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_PER_RNK\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fyc8m4yskexh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vnl9z0v5f94b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwq0jykfgkwd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1khp6jdwqwyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wywjj97c66cvh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b40ll5j8yfv27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1tv6t43rl4mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qnjtqc0w783b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLKCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xbz8tzx9lhmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xm8l9j5tvt3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Communication\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_50To75Years_ReceivedColorectalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_LarcenyTheft_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS81_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dzfem7gj474f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbfq4jqx6m8d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr5dhsjh06t3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ejx9fsbr2lc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtzdb8webnknc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm237600l6051\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfn3205lg8264\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_CroplandFire\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flj2wvbvs423b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_ACS_BSRVH2O.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d79gs59dllkr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npxn0r2pr5fq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusUnknownEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vnw45qemwwkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d9b8yvq0jcm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupII_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0zrb2pnbwyg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfcse41jjzq75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherLandTransportAccidents_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcst55xj3zm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfzxqr7zc8fj2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FGP_8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce3fpetc5p3s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z58zbqrn5l27b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge45To54Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzlx8616x9ffg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcc7bcnzvsb77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcggp9sx9kx8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvb1e91k8vf09\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKN_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7evyevcft31bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs1n5lrmpxftb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfArtsHumanitiesAndOtherMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F500\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_29Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSInformation_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m46zyv8731293\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ForeignBorn_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12mfze7r8n9z3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb05gqhq9pkk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rprtc03s5jzq1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxlkeg9xebheh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvmjfjr87l0dg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3gzrtr141n0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtx8klm5llv3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb5g8hszsvxzc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exszlx7m9hy43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s32tnbyrf9ej1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qqhqsv6x9w21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G2_F\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/cgj097m72pmcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql8mlbex6wdh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk09k9f9f8kd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvy0tqj4zn4h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr599e7dqs6zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qhrsjjc7d3mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk29y4sjd75vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4grp4sq2g5d2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_FuelOil_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/223q98wg62ntg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffvk46q2k2995\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Postage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy8mjtbxkq8kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq633cy13tykb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_31Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vss7dyxcf7xc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0_VSD_DAYS.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8zql1skxbh14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmc0sq9q458l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wenzws0essxtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FederalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rqtpbmh50b52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf0rvc0xbq715\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvmyrtl80fedf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To64Years_Female_InLaborForce_AsFractionOf_Count_Person_15To64Years_Female\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/SP_DYN_ADKL.AGE--Y10T14__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byrwq360xfllg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knpee1l758529\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmqyx3xc3we93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xfy13lzwfcfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tjb8s6qv6135\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_SACW0_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2f423cm6mldd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc3kc5ql061zc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_SecondaryRoute\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1hfn1kc2rqhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICSInformation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kwg5me2ewjvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kwxwr2elejb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bknxntwhby9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv5cdbbsqzrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmm5ql1qrxkt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9dk0weqbeslb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_HomeValue300000To399999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx34ytch6qpwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkxp4nr87k9dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2svgx286g8e4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HeavyMetal_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fpc7bbnllre2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvsvn24nmyp3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgk1514363ln7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn5nb1n65nc29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1g5rgfxhtgcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq088gpky2fk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/595rwjtwx7r16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx8nhk4cc3cp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grtwrnq65wqhf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_6569_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/273kn2nmgl4rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e631mgvl01q59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr87h9s9z6ce2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sghmv8tmv425h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3clb03jz41nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf9d3cvlsqbd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxlm1prq6dx4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.27-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mt2xb7endtvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUR_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jj165ftddnwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetServicesIncludingVeterinary\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heqvh9yxxkmdd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51lvszv8gf748\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw0gtnc8be0k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ks34t4ywj3df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgg5vy32x631g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjvc4s6bgwbr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw4hp69rezcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bl5vszyksj5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9shzc09zkkdsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz599t9edv7k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le26bdent8q9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8jg4kll5rm73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecr4mxc943xw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggp5r159bjrz7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktccd2pq2lqn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq9tswe016712\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1393_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbn3tb4jvf5wg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_USCitizenByNaturalization_SpanishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_StateHighway\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfjdlvjmdtqm8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfn59zvx3kp38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v67t8xsbx376g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wscwl7rr36rv\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G5_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv96bxj9td7y5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mzj1f5670hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p4xfedvkm2sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1nj27306hg56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8zp9te0gcgt2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg7svsgqbeg3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z68t8xcc3vxhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pn139r9kknwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fy9mh75bmh6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp869d4dq32r\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv0ktyscptrrh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRA_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w9lz0mgcsdvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6dle8ghyw1zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdqyt9fgyvpv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x51nz8kh6h7k4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SugarAndSweets\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17dp3tk55kwg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0trpjce9qmqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8t3hx27p2v71\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ManufacturedGas_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_NativeHawaiianOrOtherPacificIslanderAlone_AsAFractionOf_Count_Person_15To50Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/helcdb4xnhfg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmm3w9brqhf65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p641gpejkg3wf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sz67dnlj0gkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdg96hpgvsb8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ICD10/R00-R99_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6syys474d9np5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81k9hk2x0443f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3wvfktexs5t3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lljyz467y1r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ksw3g375rm7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h9fr6kd8kwsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcls8b3qm5dw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4mzcc63n5zq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klf32764p0c21\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_PCAP_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw7s7wktbqx2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg6272k0v1lh7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jzm1jn4bvf9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qqw2lhyy8jsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4mh8nfchw0c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrm355blqt6j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dervmjng47e6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z27r5zyzkskdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gb8t1v6dfyy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xrmlf7l0l2g2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_PregnancyWithAbortiveOutcome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52zcfm8jp8tdh\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzgd701s08k02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Female_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VOV_SEXL\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgmb6dt9jxpv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv3nhslnw45gb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gjwh5s8ghr18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz7ezl1wv5bw2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_82Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1km3djb7ssqq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3svv7g7ymgqb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95rh6s5srqxmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29181d1r9xygb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/386041trdrgw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfdmyey7z0m2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc8bfetcz1d92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bl6xblbl1yv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71kfmtmxfm9b2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Energy_NonRenewableWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ksnl5j8pvex9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t78ef38kspnt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsssfkp4hptp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishSpokenAtHome_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcmpbbylew72d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zjhbrp8b0021\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9rbq9r4rezs2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMRU_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_DivorcedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s8e8plr9z2v6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyrnwpt45fx71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mwjlwl6nnms9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfzrls01mbhdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gxv8lrqs4w0g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R07_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PrivateNonGuaranteed_Bond_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_ClimateTrace_OtherAgriculturalSoilEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzz8lx4nb8038\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jge9plkpg6fw2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3x02834edgwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3pme1jbcpm46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdny3smescdr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr8xcppmj7294\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_Kerosene_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2ngj8d5ly4cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb77k84r0sfw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/263743041bvc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp80e5tqtrxd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/399rhbe328pt1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14nsp4werk0g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22To24Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24vht9z8snn04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbpr4t6pkwre3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtbgysycndm16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9r1w9n5597d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywcqhe8ddv7q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zt8hspt5hf52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xx0nl0lb8s69\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tfmtzgevcjh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkf8k227lsrx2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm0zz8q78l845\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73r2qebwnf53d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grmcn8mtp77n1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_6569\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ef78cree7m67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79fykxl3ffnd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy6bz000cbzl6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl9xwkfffj4l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp9l5496cemtf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd6b44f63m5yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy400p9cm1rjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn226wlvs58z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbmj73551prf3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G5_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_IndigenousCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jkck4zhbchh4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--F__ACTIVITY--ISIC4_BTU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k724f04lnfz95\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4bd70dbkw934\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejzheq1lgeee4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvr2y8zvvp0e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2rfzn3frrelb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_TransportationWarehousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_ReceivedDentalVisit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/leyv1qh89m5r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x93yp30eq976\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwsx6r49dnqg4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAECP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_6064_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1pg4zk0ltyt5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7emh9f893kn4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80zdlrz2jb479\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkg7mp9dcec13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y8z2st13y3t7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusMeningitis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Solar_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_95Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_GoodsProducing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwrvxnplpvqd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr1lbfk7qh4r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34et8vcwvhzb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbq60wlsdcbv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myxl9gjwj2vyf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmtvl97bhrvw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqznddrvmsek7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgbmntzqpz2lg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_GSR_MRCH_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nej7qyy6rpb5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRH_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c5smynrgv24g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2sy2q2cr1kt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/388xq8h8hdhyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw6eq2s2f95y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z64cm23mx5d43\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qlqxsv0jkccf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysknqsxy2w6eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy1bxp91twtmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nhf1tkqd2s81\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7192qfxt23hh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gcd7bs8yz9d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jxk5h08rm0fh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xldnxy03d0rmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvvwj5fb1dw5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gydkv08qpxsq1\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4db5pct0gd10c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9cv65nhcz1eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bdrrq7xjlnf3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/901ev4w2f2x1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cmzd5wm4wgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lff0re6fyhd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm836e6mvgf5c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_INSF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceAsianAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpr3sbxvyrprf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n919b61k2pvef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdthmjc2m33tc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xlkg9bkmlzr2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47ct32shz67z2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qq6yv0q6hysc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_MWBG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q053czs44vrm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/159kqynm0ncw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15wl0wqp9rzfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhpexjp26xsx7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_Peat_EnergyRecoverableReserves\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t13w6flb7f2pg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GC_TAX_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep61hkxb7w9zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rttb1993yzqy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ytjhvlk8pjd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr8j87bf245vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7c05lmsmqkvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8qdtw22xjyc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Female_Overweight_AsFractionOf_Count_Person_Upto4Years_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjfv16gnxwlvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn885dl8x08wc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tc1386e2c7d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssnbfmcvqkdzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thtphyc5k4dr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_SOCManagementBusinessScienceArtsOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05mfrc6czzbk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyr841l6nxfkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithHighBloodPressure_ReceivedTakingBloodPressureMedication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jswdwychtv517\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2mgcjbsfsmtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk3j0b1p4w914\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdgqxjmqmmntb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_HPT_THRD_NO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctrgrwmdchr1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreOwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wen15ff7d50h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6874gte1wyc12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcl63p2e3t551\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0s0byxg20pm3\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV09_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq27byjky96v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd3sbl67hy9v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf0frx0361cf\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xr1p0q810j69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1d3qbs05fcq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfv3f94ss4nv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/015ss6gd0wl2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ehkm8y7fych3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pxfb90ggffd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsgk7cgqej1d5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_StateGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xvgw6d47r6z3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Energy_ElectricityGeneration_SolarThermal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_GasworksGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2dwg11tp58wc\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_HeavyDrinking_3MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgbqvyv8yv8x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4OwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAtEmployeeSitesAndSchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v80klfl3e9m7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42z6nwd45bcg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm146fhpg2465\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69pe1x8vttlzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcf6bqtrhneed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IntercityTrainFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qycjv36ylc09\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_FloorSize_CommercialBuilding_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Pneumonia_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clsel6f2t754c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z8tsnw5pz7ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5rm7e9y8hxk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8xh20yb02tl4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zw1trgx4k9c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f30k15w8dtp4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg8y9h13g4pv\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/g20_receive_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshAndFrozenChickenParts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw0mzwe3vfke9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HyperplasiaOfProstate_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egyr0zf6sdmp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpby86drmbxl6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Tomatoes\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLine1.38To4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2tlq309l33l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgljrpmq1jvkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfssyexrpvk7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywzkenpjxxnv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years25Onwards_EducationalAttainment_5ThAnd6ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fyw3kvktczph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sd48erjtb9e2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HRTWP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_OatsForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tzg3n082x869\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl0d1hx2tjjf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r805xw6vs0hw1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_CBD_NAGOYA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5To17Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ft6b2mq3bft3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_HypertensiveHeartAndRenalDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qt17gpn9z5bd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7sb2m4nzh0lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcszfle929efb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez7v9s0gy6mm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjncy5vh6vy9f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DomesticallyProducedFarmFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y4w0zph5g0h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f4v8btzxw2f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng7gw8wed8f22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rthyyf74xd37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek8vspdl715z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l97txfqspwx6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hb1ht739kkbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjwwrd2yt29k1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21788ekjppgk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b63rplx7g6vd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40dcrxhxzpej4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh3fl7vg2m153\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b7z5h7hnl3nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbp7njm9qheb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DiabetesMellitus_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gwct3w6pcc4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kxzncnzl2ys3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0eml07rsg58t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfnmfs4kfg1z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66m8k84kzhcl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wyel55ympd08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ffq41ns3kzs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyvxny7g0648h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svzhd20xtygx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AlkalineWater_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/049ppv3d2jvy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7lsgvstnkl7f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvywgr5gx06b9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngkm4ng080szf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6y59n62xb5j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-2-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/23xkhrs51kcr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrtq30q0r7led\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5pcpz7rb74b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1f51ssrr92d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybslec2rtp626\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fhccpwwr039c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68fejp2j7mfe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqzd7ygsb6n29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkwt79c2e49hb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sz4bwxdrxbxg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2jm02dhdf81d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1586styx0zsv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csw99gb3gdcy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f91h94m1vsk33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5fxzzfchs217\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6s2hrkjc3cc3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Remittance_OutwardRemittance\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50xqvplcf6rr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvwpb74yxtcjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf25000To34999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxwpccevljzg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FeesForLessonsOrInstructions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v61fh4cx0lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/723xe9dpfkkk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4j9y64lhp0pg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1UP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPLRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2zp2xj314eqh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03fd0rdps7231\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RBF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FinancialServicesUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjzv6bjys0lr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zet9qsjk3zem7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10km9h2kqsvzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc1cll2ft0lwb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdx86sedr0ne4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9grwl2vgqesb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CY\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l40p88v5b1fe7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_SNS_WALN_DRK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyqpy9qgh0w31\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y1zw7senybnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69tydyhqwz2gc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k0x5nvp3hc36\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wswn0qkzpwl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejkr8x4zl8tpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m515yjxmkjgtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq512kjx1rffc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleThermal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkbh78ftz49q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqf4w8dqmtx57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqebfkcymgq61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n19nr781ghm99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_5To17Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_MarriedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bct8msr1j68gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw74zndjvvz6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6xw8nv92qh26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_FinancialActivities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yblrd3wdetzjg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1PRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2x764539mz62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6prgxbsfkmtb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xs0e6y60gg42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d78d0mkjs0lvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_RCOV_RT_016_DB1519_DFRN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_UnknownOffender_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs3swzv36jfng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9p7n7nzr1dlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj3mrx8q8kh26\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5xpwlbz6lne1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_PocketPicking_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe3zbczd9hx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c52xxt8b45fzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m07h2g1b9wdh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SomeOtherRaceAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0530To0559_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0237ljg399tw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbrstqhv7tfe\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PrimaryProducer_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_PortugueseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2htlzzv19gzq4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzqmyyqv162m1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg1bsgw3l2v57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3h71qv6xdpjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r7nhxrwr5483\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vzdtcv9c3xm6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t93kq81yz06md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrc1j75esnxm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_IBRD_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/yqgrvedm7q3bb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_GHGO_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother43Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m0rxl2mpyk09\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jb4cxyxmdwqb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSRetailTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_RetailPrice_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxtv1gbcjrw9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msyn9vt4sntsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnkxp00rd3tb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xfp0vl7r1lr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyh3wzetz9qe6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOHRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1ACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_6064_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SHR__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h1sylhjgzfnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sfpwrljgnp2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ParkinsonsDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g1rekg315tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyzr1re6gyfv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv8ltgcxttql7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c44qv73300807\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2sfx8wb9gx57\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdb3bnpby4f28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfm3vsv18tkk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rczq78lfd5tq1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6565ysxyb2jec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frxn3g5nh48k8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MachineryManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljyhf7t9r39d1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Manufacturing_ProductionAndNonsupervisory_WorkedOvertime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1e03c4jnbvy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw59fhd59dsc6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xq4xzh0defh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78xjs8nzpsx77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpkr3q2093d68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdxe2jcwfg272\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_TeluguSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TelephoneHardwareCalculatorsAndOtherConsumerInformationItems\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--42%%taxstat--00%%typop--10\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld470ycewv2k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV14_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flpkm7qs4hpzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb6th3c5tcd92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjsl3tjy91r03\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DPRF.PRODUCT--AGG_CLTH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0rc143z882zd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Wind_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zxqkk3zrvyr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2zde19f73qn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6el389mh4zse5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcse4psvl1z66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tss7stk1fg1vh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DoctorateDegree_Female_AsAFractionOf_Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q7srftqfrft6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvg0f6df0hr14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pt35vb9s0157\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t17xe6z5wp8qg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MarineHurricaneTyphoonEvent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d1k0tygkzrc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b63s1b2gvbh2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l95t9ntw1n48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1s3rptkh6q13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tgdshfn3erw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq7tb0qpwwkr6\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_TransportAccidents_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnyb2dpqqh4r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn648pvnp2zx6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz4ny0erlzqnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wgy31w6pjjj2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7nwpwtyf30wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z50n6qxvewk5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lg7slpk7n003\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzq0ck3m060l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9f75kjtcjz6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws4dw6n3dbw23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sflnery176nk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgwpl5k209pch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfsvxn6e1ydv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myb2mj8mepe0b\":{\"byEntity\":{\"country/USA\":{}}},\"MortalityRate_Person_Upto4Years_AsFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxsjjt1n98sw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4n5kkm85kfx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfkx68kzkeetd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe0y4vet34w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0xsry97cwjtg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7slsj1bx6lsx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjtvwn51p880h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwsmx83980w3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey3cftbvtxfz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Bromine_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zfd63r6fbl17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m1pgmllk81f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3g4fv5hshv23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy3368stbm0m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92dnr3pbvjml9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qk4jbce4teee5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e662x10h5f42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxwk4e66ks0sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqg8fftp9cq2f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PACCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_USCONST_2_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nxvcr0cfmjw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q854vpb5ypth9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1164zg41pdp4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50d0qsd1gepe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb0xj017wtmd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrtqz8lswyfm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kekdvvm6hv621\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxcjnv0yn28s4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--JO\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_NOP4_CG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg9c35j8e4d3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrrpmssqhdrr8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Incest_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k343z701khnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jetdc2z0m57w5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc8m8xw42bdn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_With3AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_IncomeOf35000To49999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db50f03h1ym5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrt5sj5sk32p7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_BlastFurnaces_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/439jhep3rce92\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Tires\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVDCR.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fdy37mvsrke6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxsvef3ecekq6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMSRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_MORT.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_SLE_56_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_HousingUnit_2017OrLaterDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93hzcf4bzzkd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqlnkp06wfp5h\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Food\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qzfcrtyt246f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lydmskxly4n65\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonRoadEnginesAndVehicles_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7373p0xv56g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygs2nn9bz1614\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r4vstfy7pwh4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS92_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b1j807t5lcy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ParkinsonsDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6mqpv3b9xnw6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_FGC_MMCF.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kcqs6ve5nfyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n8zewjdlm1z5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_2529\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13edw3m8rm1ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp0tswl377n63\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_URB_LCTY_UR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/344tkj89b2jdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl7epnk2zjds1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fz2kk5fr9029\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbn119lwz2969\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7snx37xfqrj4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Smartphones\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0dytt1ffdtfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czxx1fbwlqvfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqz7d52xh7wd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3v4nj6qtndqc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ZWCDP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39vhke8ypnee8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1yz7pk9j7lfb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nyfbe2s5y633\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GardeningAndLawncareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cn47xc97mqw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v40szfry6kr6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kk8104qcggsd\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SG_DMK_PARLMP_LC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg2qfktbtw1mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e59j9henqjqjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2tvyn0ckl3v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7f3yt7j2nhcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthAfrica_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b8nee68g2476\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s10wrtnx7s2g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc1j2ljz6kyg4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cydewy7fb6ec4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h93735yjhzqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nst1171b6rdxf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mr4rx0dmpgy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxbpk7nym2y7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl866rg0clh91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/benncmr6mz83c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2pxjkf8f06w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServices_FloorCoveringStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7grfewvedv58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp1q2vg2l35d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5qz16xcl673c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cnk8b6xg9x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l34lllkpd80k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc3mde5hlb1d7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/d0x496p648y4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xmsmynyened3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f35pwlbglxlr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9dk4v2z666mh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_25UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h36fd07zegbx2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjn7yyevctfk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwrzce9mk21z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0hy767t4lkyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tle58xqkrevb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd91kq39d9l3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5xh14lhvbz21\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1e8vwh2gk3lg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxwbblqjd8e7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33c1lpw2sdfr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kln13by0yjxb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_1524_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khh5yc43t9gkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnfpp1c6v2r0b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qztg2sg9sxeyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_BRTH.AGE--M48T59\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SE_SEC_ENRR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01d0gwvn7nzj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkebnlxscy2t6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_NaturalGasLiquids_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wljn16f7vcjw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--EC\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Male_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6y3yvbfy0r48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6gw62j098phc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgt005bf4p1x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp1153gwv58nd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_OneWorkerInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MotorVehicleAccidents_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz1c359b8gd9f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CounterfeitingOrForgery_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xwq41ymrl8v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5bmrv82cx9lf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8R00_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLP0C_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TRTP_0_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesExceptFoodAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msfxc4959b5v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm5xr0b72ps78\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--EC\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h7jc0czrzzs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsf1l749krqf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ThaiLaoOrOtherTaiKadaiLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt8ytq44l3k33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40xt3nxpcf1l6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn6l9zp4z4vd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDLCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_HispanicOrLatino_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FloorCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwv2ljnvcyy52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp1vmpc83tw64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxwmexglnneyh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kd6tznchqmm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgn08w6hbcvxg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_VUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nwpxltr0lvs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2nc3bpzb8ym8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0flxd8fh7dn3d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y0T17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgletrfvhf6wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkpkl5smt91sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le7493gms4k87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusDisease_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy2dc2ylfcsg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6b7rzhxvre07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqyyfp999ke6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18pb91gk3pyp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glnjewvfq4vv2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2vr1t7fke9vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc1bj82csd4x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn7d4v8qw43dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk2b9wrtgww1h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc6f880yfg0qc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zdtlc34w2l17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ztjq0erj4r36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kf6trk6q6z47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2vvhsqk04ct7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87rew1t350nx8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1569_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ProvidenciaUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgh793cyrysk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdzsw0tdkjf48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5fnq1gsrmkw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knzyztmr6dzzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk5p7e2162epb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw6f601r1mvcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_SOCSalesOfficeOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dctgw00n30t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97jq541s6xkbb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eljrvm3lxfyl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcb82wnx94kwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8t3elvpkmxt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l03nct2zcbkgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs9t5dw8g1nc5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yev24ybz693t\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.VTTWP.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch3jwch1wply\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_Kerosene\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g11esgzy1gb8f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PIN_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C14\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NY_ADJ_DMIN_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PepticUlcer_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesByOtherMedicalProfessionals\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qelvmfxsm2zgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8be7ygqvz78d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Female_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bevmf5t48ssqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfnjf3km4tj84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS92_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lbycn4h825z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3stslqs6e1v31\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NIR_1_AGM1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/61ej8dwqj9brb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g93g7qbm6vslh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8f533nfxxnn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VeterinarianServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t5n4mk2fxzdg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gbcpphdfnzm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbwtr1s52jztb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y598b8zj4sr69\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_2024_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xt1mermph5z8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NaegleriaFowleriEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkp6k68gg0244\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zvyz8w1xgt9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jgktvgdxq435\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrrc1kk6p8bhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nq2w0d8dg0ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96dbe63hscer7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zktl1qc0heg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ShigellosisAndAmebiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vm8x4348me3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcg7es0zw2xp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OrangesIncludingTangerines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jp8f2q2k31z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Smartphones\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yf5gewc7yzj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/769s8jbs9jstg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qmgbv1ftlzn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wpe3w9z1lldg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8mf0hghxdcg9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IE_PPI_ENGY_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS92_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r98gh2p0b77d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m32gc9xzjpm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p5pryllhs74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k002py7jve6b9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrlj4sr7dehp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Asthma_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hv6dge11c2r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw81705fn5rn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c9q0rc2x2nr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6jxv3qw2pxn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zm55exsjhv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwft5yd1zt5e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqkcbpz61c6p5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/7v2zh29qtx4g2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04v4q08f07j98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek05ebvj9n563\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gstgzemdmmt8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx25g0ft7hvx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSEducationalServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw0hxggb7kshh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8xprjbeb0138\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate2006_PrecipitationRate_RCP85\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36xq72jd949x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/655tclshz9d37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmf3tcbx25pp7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gl5fcbh9s3rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2126kpkymw43\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_RUPI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxpx3m3d54hg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6dlh1ntdf932\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9cl49nnrv5x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvmfspm5ylnff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7hfxbgfyd2c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvrt51tp0rryd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcgv04mghdr0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaBongori_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleThermal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b460lg8mnt91b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_MORT.AGE--Y0T4\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tjtffdr2756\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkzpd2dk9t491\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzjy1l65y7efg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9011_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jqqvn9019mzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjm5pyjl1nkn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/662gdt9sq2b02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/941jsjgdy5111\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FrostFreezeEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithChronicObstructivePulmonaryDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To17Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr1dzmcl2wnk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4pvvej7qckmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwqve6w3wb6gh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ee51fmxypn26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0mexfq8wm747\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b5jwdvglzrdg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--MG\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_5559_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_1Month\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x742nllgq4jd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz1mv7s4lee43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_MistimedPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hdm77bx6s6n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7qd273knbpj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msvr96wnt8jm5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--71%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32nnn3ldb9zt3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n7yelpyvlj91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyykk8vnr4q4b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxp029lnd4tk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalSyphilis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl5xhk0pwgnd4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_BioGas_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0000To0459_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb2zez04zzrwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_REG_COST_PC_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/ve9ymhw7s0kq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Assault(Homicide)_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2n1he4h0x0cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh5jp7qvj80z5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx0xm7s03ebm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf1y5ht98grpd\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_CornForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4j7n4jcxw1w8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90w9y5ldvlkg2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t3gffcycpmdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9313q12yvr6s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To25Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3p7ecryqyfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flw3bsrgx75wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7sesdwm9ne25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz5vrmn95j8rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzdmtfgszkyr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk6se7pc2445c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsfdyk4vcb413\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf15000To24999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzwncnc336h08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjd2j86p6cb69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phtdhrryk5xk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v354dh41xmed\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86c7c0rwpr718\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1jee103e99x1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Bromine_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jefhcs9qxc971\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_OilAndGasProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t77evzx60dng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbz4n1hn3l233\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvgbdb780q4c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sq90589gjpr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hprwz73t411h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1evmxq8fcxzq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0sx8ckd1gyz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w4xphkt6vs62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjqwkyky25p7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg0syvg4clt1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v756y5ms40vp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1IMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fjgbp6e39744\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m0kjexjq02k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ysdhxq2vv6x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9cvk0knl2mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpgq5vbxgw4l4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5x1bj5lxe67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7p00elhqpk5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto1Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc9xwszflbbgf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg4368vm6mtw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jf0nczfzkjh3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1270_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ydperxd14lmf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_09\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65ek8fljbtsk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr3rxf9t7zlgd\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingGasolineStations_FloorCoveringStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3td4jnqt5ry3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_AIR_2_GPV_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhhgl0dncwexb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MVFCR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SalesRevenue_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3htpesje0tf56\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AvianSchistosomes_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n45n28vqbp1p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3gk07p3vgqcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdqcjgyk8fc54\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_WFPG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enllq2smqzg16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt7sr1sdmrt8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd7zwhkfyf9pb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71j1rze27f7c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v441yvq5wgde9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfs6chhjqxgx4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dvdce21hxj61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyl6g8cjbxm76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p87fdrxq2syv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2rykqqpbz1nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y30gyrr48xpc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TechnicalAndBusinessSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w6gf1dzv0y42\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--NL\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_GSRV_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthSouthamerica_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0b28y9y78vh7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xlmmyd22jk66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x2270lntv3f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4qn9q21q9ebg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xqtgv25m6prf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1mkq4dvcltmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j44fcf54exyfb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_20To24Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd4y4js8npccg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0btd36se5vf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx6kg0tgv93hh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_BuildingMaterialAndGardenEquipmentAndSuppliesDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ltv0hmwjg4z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzrzrxsjl8f59\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rgnysln9r25f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8grp4mx0kls85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgf5n49kp8d91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v5p84lsvgrn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lclzp3j5kgbzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy9p0jebl91d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x11khy7hgcn8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r2xl2p4ew1zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92rveb1jrm2vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzj1x0ygn9ksc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsktnegj2f737\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/mobileaccount_t_d\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Energy_UnspecifiedSector_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz0k8f5zrlw21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrite_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81rpnbpwrg2c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqhlxjcw3zw3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nnnq1xjpw016\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df1yn69tqd527\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_6569_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z8dt9mkm04td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxdvet34nzykh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj22qqytk6kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhds7rcqxed53\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--54%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8j9t8dz0s6fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzj0742jfw6mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0pdmq87kf477\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd5mwvnjtnj39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbsk8ezvw29l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifePhysicalSocialScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78308jp8cqwf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjtx3wb1zk2n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0krdfds53eqr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr3k706cxnpr8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4vh5v5570qx1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsfdwm64kvkvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2e7xdglel02\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_TOTL_SP_FE_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/534zgtq5s2r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/805xdp1kflz44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgsvrwd55f484\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_ElectricityGeneration_Geothermal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_TwoYear_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6157lcn6tgv\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstPerson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htp0yznbh525h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p32cd01vzztg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9czmdq579f69\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPP_1_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7yrh4vym83f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsy15ydg05594\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MMTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezxqsemy3hxr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qc138bsqm0s66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhf4czh15e602\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_IAEA_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjgy1jfy73fg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5fnxbdygdn65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3g3n9rlq9cs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn6jg4prw5xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlnf3d7ejff2b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykgy0z7qw5rkc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xys7ygtljv8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1jxxbf77bxtd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_EL5M_RU_K2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_60Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cgp6fgz5dfgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwqlh3vtpzw51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryhhp4pbyw7kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2jg5e944yvh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcm9eepgx2m1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6evp7brzrqwj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Falls_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv0450l005tq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swlw0vpe3n366\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_TabletUserOrEbookReaderUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm486zfpb9q8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tbqzmtq5sn86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To4Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fkrcjd00x0sb\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoAndAudioServices\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NegligentManslaughter_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_Construction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c51pvfcf906z2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_BituminousCoal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Producer_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qsyt9xxex7n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtv2x5sjr8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z2qwbq9zv709\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2l0wehtf7zr7\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89g2vjvl2s1ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf4jr5n662x39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpc55c846nx3b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ldsg9qlclmzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66ps11b6nxerg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkn2z6m3y3w7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynclh4jks4jmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy9c697cnp5hb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_CK_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s16r1pvysk147\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlb2h7l383wc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmxzpwe5crqnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tf22w9z89m2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pldfcnc38f984\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxeq9b3768pr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ICD10/C00-D48_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r3gjj17z3tc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5e8n9dh1w338\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt05g2y4j9705\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw4szgdv3z3q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5j2xn5tyvvv1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdrj298m4gtt5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.62-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FO0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr5q9p5wjrmm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_70To74Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64wdvejym1s9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfjb4w17webj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz4h2kdegetcc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_StateUnemploymentInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqpv2ffmsw664\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_POA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yccx1d6sqvq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce5mbgwsr2bef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmqep6wryd6c8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d06m32wstwxf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jeqs7fvdbs4g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp55n0m789k13\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0gxsj69053r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bnelk1wkqcv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jmp2n2sl54ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4ext7lh94nc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ResidentialBuildingConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qpr8pr4p5559\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfhwzxxt04l56\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_FloorSize_CommercialBuilding_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yvt8krtzr7s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nykrg9d9q2nkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OtherResidentialCareFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HyperplasiaOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flf4w5qrwr6vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf7xjssdbpbtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrltkm17tjx08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p03tm7sh1rmb3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_15To50Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e871lh873z2p1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/098f3jqwzcst4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrtf5enc009h5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SpecialtyTradeContractors\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/027v535swnsg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25bkm4c9zn10g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn9jnprzwz8yc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgnnq1y8n18kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v49b1jf0kfnp2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkt0yke5cjpth\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq0mghp5j8642\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm15s8fb28bc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgpvcmqjcdh33\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytzv0c2ljx5jd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bp42nn8jl7e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tb6mg8syz10b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww46z37ccperb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kljj1795s18vb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_ACS_BSRVSAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Female_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithAnyDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zl1g19421yc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mkj9mb55rq4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv26z833d7g3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifeScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx1befr370le8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXR_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gscf6bqgjdm57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shf8qbvwcqrqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59mcep0j9k9n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79sn9hcfec3cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el9kzrz4yqvng\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_4549_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_PTRHC_1_TRAINED\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs355kdd2pcn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8kvggmbrnp8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0fesx2fhgvx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky2j1q18zmhr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbv9jvwv2yx79\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV22_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzwnhmrjd3enh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WhoopingCough_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fj8fpyb8vf0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71rddcbfrm5vg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6nh506dvm4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwk2sv54kznvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h03vgcxqbjdh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_3034_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yj9w93r7fpyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glrl3gsed7lw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx0ndmjeb8rn5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdpyk9h33g35d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.64-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clfj874szc3r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yygdendwknwn3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV12_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b6hxtlc3h244\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9rs4bqy8pj28\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63cclll50hsf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eljdbrvwg5t57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gctztksjm8qm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qs6fzcwcbedb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gfbqf1tyxhq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7btbd9fprg08d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1hhm5xm0cr9f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IFC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq56twsmv26g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnbhdmgqn044\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7cs5g5cz6jnb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghfhl3jdfevfc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLP_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7v06wk1v2mn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn0wdyt6mhlwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjtg7hzf32eh1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr3l1s5x1dg79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze3672tdgtz59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnwq82szck2hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2fc25s2c1t69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr76ntw8j20m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3x9zrk77rc0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfycdxwpq48c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7x6vnqpzrp92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9238378zqzn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtdx4hmhfjvgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgmehnnzf61r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4RelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvkrym4r3s8gc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69qz2hx3734d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9jrbqs388y74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvf50f269v828\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czjmeq1n2pwxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdhvzrl0m7sxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s45geqe8dnryh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1561_10.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fmfd47dx3372\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgdvjrpqz4wb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/351p94349wfff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnmyzp51sp5sf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ShelfStableFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs2yznwrn3pvb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn40yqk55ybdb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HVGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vr6g47blpzhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vprmvgy8hx339\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h9lcm32tq87h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krkfsbg8tvb7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_Male_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g58wvr0kvmx69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfx567ykme1m\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PWD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ry7h5pxk6cld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggdm7fe7mbem9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfwv5tq2bf1bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz3chgqw22hj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/361v1m98wybrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx66h108fk5jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgnbhb0n9c4e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh1dn9dqvt4mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vlmfjvcs27mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wfcqgyxvvj9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66x8vble173t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ktcbvwz69g7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96dqrey041fq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjct6j0cgc4h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4eb89hl1b2w\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb4tfzxt4r16c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_4_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgjqfrmsy3993\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th89jlqnentkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjb0xse7vdh7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h4y6z9pcbdt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g66y529g7jw99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9jmjgtztvypf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k49f7661k7f4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPK_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCKRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_DSTC_XP_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/632xk4c70rj1d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_30Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherLanguagesOfAsiaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kew2b8wle6cj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm7lgs09qrcvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q809rdpxb44b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fdvvvtskd5v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5cyztkd4c2sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdgyh4myr5p1f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrjbvq7ddb8mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8ek2l780184\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4n0yjnj9v8v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/152wpj6sf0556\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmm5g455xfkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw0hblzf6f9y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wf8v0zncf6n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7t6vj7qc01v7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--CR\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmd8m2hghs2sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CableSatelliteTelevisionAndRadioService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwqxf0ysxcm4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwg9cz2j8t2h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xek0y5n0eks9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqdgqptc6se8c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_TwoYear_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpjs73ns5ze9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6qe72gdm8xc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn8ndhx6leyvb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h92z2jpg39e1h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b37z2tx6zkwbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6f0db5cbp3pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9kq6dv9rtet7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbfbfnc38mmp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcs97hz0qgwdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV05_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InvolvedInCrash_NonMotorists\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc7qm3187z8y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfk47wfg2dqh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysm2l5vfd7tb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y27jk0449h41g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/255fvy4y55m13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksyvyn41df0t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn8sc4dl7l1l8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52wn9vs2bqqkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/870bmlxpvl4wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp7mk3zze5x33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw5g7m8ykd0xg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSMiningQuarryingOilGasExtraction_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnhf8k69pdblb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jzlk5t6600v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emz8k9hffzfn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhxs339r11m71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FoodAtEmployeeSitesAndSchools\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg6djw9sxff96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xebc2h96jrb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktf5098lxb8sc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--22%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vypjlc4qy46m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ychyksxxrln21\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37r7jspwwqycc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/615n7kxv3rvzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31e8hdsv4d02d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_IWB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_StationaryFuelCombustion_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hm50f9x20pe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytp39j7gyel7h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6705d83hn9e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq1lwgx4mkjn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy67xn8lrzxf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_CroplandFire\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/r5rwnd6swbq23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvn12479f7vh5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_FCST_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02c0kvz1ev8w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35mhbz9c8hrp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bdzrtp5l0ls7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhjyqsdts0yf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r17gvtfm8vvr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1e3pzwqg23f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1p12wbj33jb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q933ml6wwsh69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vctrm5dkyn71c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72tjcl6zf6pc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k5ze5zd3mhc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmf0v3n61vr76\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wy66f75zj7q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qkwqk8944czf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zg403qzh089kh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_Transportation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_64Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InfantsAndToddlersApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzgk8fe729th2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0htr4f8yjgl47\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vkcd28pr3ttf\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/300xtjm8pepkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6l5d57wv8471\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_OFDI.TYPE_OF_OFDI_SCHEME--OFDI_DIRECTCPART\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb3fxbktdxkjh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scdzermfq2pj5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_POP_5559\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64szz4v6q70q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkb719pseqkk\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld6t94pynp5nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2k553m8ce2y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xlgs1gxmc7x9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/3_02_01_02_fscov\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_23Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_10OrLessMinute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43rfx4sdmh5d7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xpv1dhkzwjc5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erwj1pe35yrb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rlgv49kd4pj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgejchnl9lq89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment_1StTo12ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw4c1h5xykjkd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SNV__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_PumpedHydro\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjy5dbhy60bqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FurnitureFurnishingsStores_ElectronicsApplianceStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfp068r9jj38c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CM_MKT_INDX_ZG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zbggbgjxxbs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqtzsgv2g5h09\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg0k9phnez41c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3d1jtn2er614\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/102766ph0r8gf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0vhk7fmcjteg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l5627m3vjydc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vy3e9vv5jzd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc0n609rhh2e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAsianAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd2grc70kc3m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female_AsAFractionOf_Count_Person_15To50Years_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSConstruction_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rggdv759sv0q9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xeklndg92rt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Count_Person_18OrMoreYears_HousingInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/305fmdw1s5181\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66970mjybq99b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pnr9vmcthczd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llc5w954mcfh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18hf7c8n71ntg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l7j8c2rbjk94\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_Nominal_PerCapita\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_STA_SCIDEN.SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/b6z9fbzqlh6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cglk1dpp6jk68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrvhpwx2z20v\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRZ_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48hgxtm55gpc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6n17dw6076j\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ProvidenciaUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/299j83gtp59k6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc6mq65zbtjr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3sgexjyttcd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v31jxg3nvsqt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tssqks81j621\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s69vl7nety6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5060n7lmvnpm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8p7z2347jnv4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jsqqyxbfsb6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pz1cse6yndtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfp7891xvpge5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvcb4166l7txh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72cczsttfdr7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntdw55yk6dmz4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SHL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf50000To74999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b81fq8c79mb7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICSRetailTrade_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snvqvqvt6hen8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_VUA_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GEGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6fvfw9xxqtjd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAIQS.M\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LaundryEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5qtchbrfgnb4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_30To34Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4qrh3y948t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn6bzfvq8f2j7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPC0_SKA_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsh4s32e7tse7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TECCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7egjqgb3jr92c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmbple5epnfm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twc0zb0ztmet6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbcpz48j086lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4vg036h4bnkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06shb3cv23z99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gjyg01k3tfqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/674sq2nhjw6f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyl7pk7c07rv2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_DNKL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_ProductReclassification_Fuel_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WindowCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ktt383nvcj6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUETB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_NetWetlandEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbqhpljgx8vr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkzrzt3ykztk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzfbjdhnv9xnc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmbt853dvpe8g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4ky8ssty0qeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g5h2pfq9n0j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rd0q7mtwn2qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx3v7dmqp95h3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43h79nwdp3qf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87ns5xc224579\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk7gvcmsf4dn5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crn8h7zk57mef\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k4163103zvkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n97emvwxq19j1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ve18tq8n0md8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt7p57hkk0042\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mpxefgng0tpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zz14qdqsk9zf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_7074_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Energy_Manufacturing_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0emml3mdc4s5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_InsuranceCarriersAndRelatedActivities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g5yfdep17p63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvcwhns4b6rng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmw7m5e61jk55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df5c0q6tf02db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8708n21vjn7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3d6mqxvhtxj4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jxkm0ql0sdx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh1qt4e2vze07\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_Female_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hh4ws2ktge6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hznr26jd96869\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clqcbrmsc77y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mkyrv0y0c2eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensSuitsAndSeparates\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8brpmb324tm9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmv449zff93l5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaDumoffiiEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Male_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0grwsvk5svd7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1p4rb3xktp1f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_AIDS_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ly73d6z60sj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2d5bhvrsp7gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/reeh2lsx9nxyc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vwnv54s90c1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f58z72c9nvx2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdkyq000lgrjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4kgc7mlc24g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8w3yz0lyptjc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbrbhb6wg1zs3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzf4x8n2yyyr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vq3r2nvlbt2c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zyc6f6qwjxm6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_allsp_cov_pop_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthAfrica_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With5To6Person_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghms6kkdvwyc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WelfareFraud_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06l02cgwx5df8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz6w52wl8w11h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbhgv5d269fpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19lw428yty2c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y7mk44en798g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshBiscuitsOrRollsOrMuffins\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jj1b8hl0xsfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr18z6sgm7lr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmkh0ekmyepsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdzc1hgjh17qb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SugarAndArtificialSweeteners\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xqj0zkngvemb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f07ln45vz007\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzebyl2589ldd\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_RetailSales_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm9xrhz74d5lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8b1y2l2dhn78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q2j83b5y4tmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97jwhg0q3v2y2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwlt7s776f4n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynq0k94cp0dxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pfs21jq8zmp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nec090w4wqxgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z21ekq0dpcp66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efjh4h689dvmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxhevzb5v5kw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9re6j7m9xm5z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz24bcdkxfwjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k03qmsnxkrqb8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2jrxqybvp6bh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--EG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To50Years_BirthInThePast12Months_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kw7znc4e27md\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographersAndPhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrj0m37qwstb2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tch67152vtpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PetFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbe6g6rrmcg32\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfx4dy1hdhww9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsg8gqyfk0541\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgvvenxlzyxs1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/048nne92j0wq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjc4v6r33b6v8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Commodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbyd0kskqbwp5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR18_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDSTR.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcb8vnblbhsl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0mlewbkkm498\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/131324en38jnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wp4ppf509l89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntpvf92krs7c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23sq4hnfgrd6f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4h1gvyb2skkb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kd3414169exd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgwtpp58t0k2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tes41zd8d8e29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tksv1ht1t4k78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSArtsEntertainmentRecreation_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qj5c78ecy8b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/727g16pwgpp15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0skv91fx5qjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxcbt2knrsgg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf9g1y7s42hm5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pxbwnjm77z56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2mxsx2wnmy43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfx7fsheb1fec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_SwahiliOrOtherLanguagesOfCentralEasternAndSouthernAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InfantsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e414c4x9qvm25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1jsw9xv7w1hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5djbw0xkr4pd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_12\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AdmissionToMoviesTheatersAndConcerts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41nf0mdmb3015\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53hfnp6wjn9f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n1hejpmlbkr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0btxmez1qn05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbetvdg5m4d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmrtkkn2y59b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r08kzfwxgrl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue150000To174999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_GasolineUnleadedMidgrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrk0gqqmwwkrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_GoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjdw2817rkwjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3rv3sdhlv1t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxdkttj2lxf37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nhm4wqg0ltw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlsch4v74nq1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrtnqhw8mhdp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xvm84v2kdhhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz7ezrp69qez7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pb1rg5yllyrj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyp63dhlz66s9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/339hlt94nxze9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59nkh04zt6fx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqvy42f2tqegb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_SN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxpwk5q0c594\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s25n56ssm4ce1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_UnknownEthnicity_VisaHolder_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Milk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wd9qdsm8n4pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js7dy98sbmktb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx1dngkytv705\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xszx1mvzvh861\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y40qs8tej9xv8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28lf314z63bm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ky9nlxq6pfr3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks1zs54f4cwl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvvhyddzjr6n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy80eqeq7kkj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7snxyz69f7kkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn34d0kjh83yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xngys2cp6r48g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR48_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96wl54mqh0qt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3w6s9646m1r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk6vybesphls5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To19Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4pjhtyt1hdd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syxq4pm6nmhvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsw1vsmc248m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w74sjxc5kfrg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w8rwy9v0xdr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxf0x2m5km8th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl7t3p3de7tlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetExpensive_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/931g0d0n35s8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x70mz0hsxnbf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mfrq6crclblh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x2460ysgh2r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8rg7fbpvljz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qbzs6pl0g2f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf0hbjneg5n22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec8smrcn80srd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wj50tc71h6bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ymkcqkgd3pf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/PD_AGR_SSFP.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy4xpsmsyslwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OperationsOfWarAndTheirSequelae_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3emzbjj3nwmnh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs27w5pv507v2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_SACWA_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_Naphtha_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSPublicAdministration_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl3b7e9443hp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_DebrisFlowEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS61-62_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xmrxl7ztb4e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vsp4h87fs9v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn6y4lvx1wfeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9yfyepev0ekg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CableSatelliteAndLiveStreamingTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9czzm74s8ttp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq4mn1kll0848\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j25yhk6v65p6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7jndn1s79m93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqmyqcmtyy8vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khmtex6lwe19b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfh16cg1934hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fber686037hp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To50Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9z6xj2bf634d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qsfb51wdv5jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jn1xgdfn0wmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lysg7egzfcl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhkw3z2em3wb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8w0jz1b923hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_RoadSeparator\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zht9themqwh51\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015To2016_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5mdjhbxy51z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x682x5ps1mfr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbzkwjgc49438\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_With0AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJuninHemorrhagicFever_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithCoronaryHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hlwxsmtxsx08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl805f9hmjyc\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA01_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chzvz92xhchn2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSOtherServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzybqh7c844vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q85mtvhsfttl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7d4z397pjq0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzst42j3np78f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6gjb8vblb56h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkqfjxq3znk3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpfm70twl7h57\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w81ydlmqmylhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3scw6wtyxc7m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/606prkyq9yx7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd4b5brm1neff\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_MarriedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br3tp39zqxgx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t48z0646vq4qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk1r603sz2sbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nwdv5hr0rweh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w4z04j7mcghc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75vjgmhz80tsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y9jy54hcgbp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HispanicOrLatino_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vee4plps1yr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpgsq3dnc5jc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmerreynhqtfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtp7qy5c46xn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx97q9hff1sng\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5plfjvskt6cdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fwflbt51p6w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9zszqhbsw7e7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9l64c66v8hs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd3ppr2tlgzzg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cynfrvdj80th\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleThermal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwp2vqgz7zlr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lc20vyl5vpv2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j5z16e5hvr37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q9zze9xl2ee2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf6qnkhbq1te3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtjjyvbmf27rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS51_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xpf2fy1jpfgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y19phr9t9qny4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm5t9dsmkplj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h078b79bbwwyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm95lle7mg12h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp2h2nbnezm4b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_7074_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxe98j1cfdmtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v54zk3f82srd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/230veenn8l641\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30rxf2zkfexbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn0pttrye6en9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WindowCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6p2wv2czgc87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt2v0cqq6ztf5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhc0shvl3chjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ybn1bqgcy8h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m18lv71qlk1j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whzbhkzj65hs3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebh5209mmp2pg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_USDollar25000To49999_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/004kdk099lrdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx5gn751b797g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjm8ly0y32nnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn5phl05e11n1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_CopperMining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WineAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fglvesx7nzrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0znfm51qlg6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1sc6dwgs0756\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/632lksx7gqwjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp8wp1p09tk4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1hzynv5nv29h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf65000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z57ndxdj51h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3e14x1r4nhtb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.35-12-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf50000To74999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbzr2yfvz42b4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_Fuelwood\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_PRM_SCHL_6569_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed88wex47n722\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DACCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhjdplbeg26k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1klpm1qwzm67\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_2024_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xm478w6jk9k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yr4gf6338dp8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4lpvfgqs3e1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherHeartDiseases_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy9zvf1szt6t2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WSTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fqllff29bq67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8xk4gp7hjzh1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_POISN.SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l6edr4gb8nz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcwnn1jgznbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwd4pl0vzk9b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seqm5eeeq0346\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqzr7pf294z5b\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3z74v727txqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps284z4809cx7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--PA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh8vswrjpw3k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvjgr4sjn0kb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft4psvrphm1w2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwd0mqh4n368b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qye2fq1g07e67\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ymf9xv6vz1e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltpdx7yf8ldc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderAge65OrMoreYears_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdqsx0t38kkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krkk6bkjysm92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSArtsEntertainmentRecreation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p48dc6srez62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s2tc31tgx0k8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_MurderAndNonNegligentManslaughter_AsFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCLifeScientistsOccupation_OtherPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xthgvhhe4e7y4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trdvb9cmzt168\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsmsdwbj1yqf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlj4e9ljthgcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_AmharicSomaliOrOtherAfroAsiaticLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfEducationMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg0e5vn1g5xg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_MiscellaneousStoreRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wljx82d1f1tjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV11_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz914ck7cqr5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_5To14Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lhg1zrhel88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zw591x0z4yz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNonNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cltf3wckng0t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzls54r068yn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf9f9sd4r4nw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELVHS.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSConstruction_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS33_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf4bq7ejdwc15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr8xe9l28qn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdzsfdyk13wx5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F600\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x9b2q349stl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2le16z12j5t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx3wbykdh066c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7htwlr2yv4dm\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/060svtscktch4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsve92rszp3v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvqxr4kgz9qz8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CCF_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98r7efn81n9l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fytw2rfgjpqkb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/EN_WBE_WTLP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x5bmdeyg0kd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbhl15wl26t7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytrzwq0sgj50d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionChickenpox_PatientDeceased\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehgx6y0qyncl2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderAge65OrMoreYears_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08sc5nhceg4j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nxn29f2pcp78\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR28_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPRM.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewzzp66s81n7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvh89h6tr96k\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pc0lg03efkq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz2teyl3sbg2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyffxxlg9212d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_BlowingSnow\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl31x3p32pw83\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_SVR_WAST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Female_VisaHolder_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEXV.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0967g6mmbj635\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps2cd6xb08jeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttbzg23f5nmpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x50cyh244dxj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8pt77nnnvt9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b6dcdtx5ytqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlz9hfj2vjks5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ekyk11xgt0cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/027jrv02nym62\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CannedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bcpqrr51mve2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nym7cnegrljhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0vv6cs6mt591\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_REPP_1_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpp5vpx3l2zyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3lwwxq0jfdtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmphsd3cv84yc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_STRESS.ACTIVITY--ISIC4_A01_A0210_A0322\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pthzyjss44cl3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FrozenAndRefrigeratedBakeryProductsPiesTartsTurnovers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dwqy3rw8gg3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbs0vdnq04plf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fszndz8z87q03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxyj7xjrvv5z2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_8BDPC_MMGL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p4ehg911r5zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv5ezngc5cnx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfkl1grwh4y77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq57nbvbypj61\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2cdbz68tc784\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HypertensiveHeartAndRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4qdn87r6mdk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl4z64xt6s48f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77025f47s3m14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c296350ltd234\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbwm457pwd2y6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_US_23_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9989m395ep1s1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pmmv7b82t6vf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPYN_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_DEFL_KD_ZG_AD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n1evdx57h4b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c38yfjjl4ywsf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4snbhfb0f1hv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvf6nsmdwt645\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mh3xd43jmr9s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thhs6h8chfse6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yn6q2gdsm47c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe9624kqkv6r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IceCreamAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/464wcv04zld7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9cmr0t7rtlj6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-TBPD.Q\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/SEDS.LUACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9smkx4bwryxnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw662rnc5yfxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x24jeq4z1sjq3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pggn4r1tlkq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmfk8q5devxp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy4jxjtx3gf0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwgh2k713mbz9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_FuelOil_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV05_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20pswxm9ehln8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4qjylwmq5t81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyjeyqq2sbf3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csxpcpphgj6y3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_PRIM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWestNileVirusDisease_NeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/617y6lz05lg31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70kzcsger2784\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz7sxhssrqbjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgdsjc2tppp13\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp08f5kkr27yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p18p507gp0p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0yn22m8r3639\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1yzzm41c2yd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yevyg27c4w2m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7zdj352zrq45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j89p8rkcerqd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To29Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f10ednq9jt396\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn58qb2hb3x07\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsyzrywrqpb24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/252bbym6pebp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7hcjdej4ldz3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p354z4clyy358\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_15UP_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scc2csyqyr1n8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RERCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bfjylsmkn5bh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpctkqy3lz1h5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ln18y9g9dt4wf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mc9x65emhr98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2kg7vrd46j48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m60n94sqql2d3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographerFee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgf6g90c8y7tb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_FuelCombustionForRailways\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_6569_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b9j7jrb6jqsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bmzzvdqce8l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llewkgm70wje7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9xvm5cbl9h27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_USDollar100000Onwards_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPorkIncludingRoastsAndPicnics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPD00H_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_YG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq58q3c9ce7s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb9zbnwyznjq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w55x1xsflpg8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsqpxxsqtc8gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbvgg3vxvn414\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlhylt0fmh7t8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct2wj4w34v4rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvh0f3f6q6575\":{\"byEntity\":{\"country/USA\":{}}},\"dc/122emeqyl6rc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m1b21l38lfg5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RQEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LodgingAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ks1cxmb4qs96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3y114vzv68z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edvskttl88be8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqcznyd49tf47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Malnutrition_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PetroleumAndCoalProductsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll0p8vrjc3fef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8kzx3eyce63d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtfj3m0mkbc77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v411whhgx26vc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0epr21y36g8kf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vd8n76vh43m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy7pe3bqf0kt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UtilitiesAndPublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5803pdnt5s82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LambAndOrganMeat\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f3nknefewvh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vtgw2m37x2k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvr9lztkl2zqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9wlgyvdc1jr\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F800\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdqw91d8p6p76\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9q12b4cqs6td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weg63rhxct181\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fh1pt5cb8sl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7dex9p8cyhhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54gfb78rcr573\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_Ethane_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1103fycxbbpn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnmdjrxrg1e9h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xxnq0700hql9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk2356tc1vp1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm5m4r3p5vlld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zvcv52t3jy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fscf8kvskqwx6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eplfxrfr4tx8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmnjf78fy8tg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOFSTP_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qj0k2xvl0sdb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tg4hsd7nmch2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g86y1v5ys3p9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_AmericanIndianAndAlaskaNativeAlone_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zc4180sqgyd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfkblp7mbt86g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k89b95yr8wsed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk3kjjb6mm93c\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbtd8x4zqr47b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.63-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb87fc6hg1xp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lcdcy82sm7th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0phkbr4z3794\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineUnleadedRegular\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qenc9x1pg7wyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk2vjrzfgyq5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lh82tcerh4n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9msrvvq99dz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA21_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrh189de6x30h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt8z68c9f3f62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_USCitizenByNaturalization_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bpqry74hrje\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mergy7f9k48l1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdf1z94cnnys7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp4s7b5stcj5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snq4tp6kdv6m3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v89dvsvynr955\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsgrr1dqdhnp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y7ts3t74jxt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqqykpg0pxen5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b902xj556mwwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf73vxq9fm2x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z960rng51nd89\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_KeroseneJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chfd4m3hqrn53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzxqqkse0zy8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stqd7667qsef8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb347sljqnktb\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_WithMedicaid_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxh4ycnfbkyhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgnk0c8tjy58d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_SexualAssaultWithAnObject_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18srwnxhv2wp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_PaidWorker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31dmkhvxvwqx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dflgvt6dl98w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rb0tbjkj5k27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9dn307c3bx4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrfyd52c9p3p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lper3mw4f70yc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mntnwkv2d4ykf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_73Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LodgingAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8y3fcnvwyhv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_50To75Years_ReceivedColorectalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeprosy_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlw9hnrk5f9z4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin16_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efck44p4x0618\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtfsbfr0bvwk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleBodyWork\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLEPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InflammatoryDiseasesOfFemalePelvicOrgans_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev7mp4ne33tr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--81%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1xmr43qmrzy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7k6z0zk7p3m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/689ffcjhft7c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8edkpb5s83447\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin42_t_d_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t38q5ekqdjfe9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_WithDirectPurchaseHealthInsuranceOnly\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_NotInLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b38sce6km1tk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Smartphones\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rbvn22mlpb96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sqfespk7tk6b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR9908_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f91dcljdsngc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j83ltx1gxz5d4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPJK_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpylqhzrvth6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngzjh0nls5erc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4d52r8284n59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4vsl9xpwmb77\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_FossilFuelOperations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6xrb918qnh5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr7zwe2j9zmm1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewx1yl9ewfxt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzdhw2ppc49w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnlp4dy0gymrb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SNNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kn26jrkwnjz3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4x2wsy727p94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mgd8q17pqx2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6x9sndynrsq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgc9mjxlqhky\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0800To0829_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6znfmlbrg8xs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gkrmhfrwvesd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq339r2nm6mh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cr1mv9n57xqg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELIMD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eth4lgz7d4ns\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0vd6dy3v5gsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxlmkh9me79l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vml6106ef5fm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9150_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPNRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithMobilityDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp4b9bpmjwmy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAT_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6fkk0brgy7fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3kl2b8e33sff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cd045b5nm0m\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60tbxtdsbwxk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnhnsbqjkf6t8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_HLTHL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpb0d9r3svrk1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TERCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_LeastEffectiveContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CheckingAccountAndOtherBankServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgjrztynz2mq2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Amount_Emissions_EPAFuelCombustionOther_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceTwoOrMoreRaces_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8psn9228gj4tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n98e3g5km4kbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhrs19eysvqq9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fg5nbp9b4148\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwlcsspmnl7j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhvdl0qpn4ffc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_1To4Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To64999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1hdll6jfx9jc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_1559_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AudioDiscsTapesAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjlt2fm1w5vk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7vk7y20ez223\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_44Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h3mt1pzjbnn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrv3f1x8bds1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wkk5jk4qrqgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwzb4v1hp2jw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw52qqrrb2w11\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_Miningandlogging\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcjze9jdz69c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f9m5xqqgewj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q7nhs34ggje2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjf6mn316dms6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns3417jd9djf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4whztgj0rh68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm8s1wnt7b33b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr445jrzcy322\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzj95trberrt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z12z8k32c6hl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgyesx4ebj7vb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SewingMachinesFabricAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06m8j6xz3h0wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zt1t4217vpj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgn26jw43hsq3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9140_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_HispanicOrLatino_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7nbtz7n5yvmg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf25000To34999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g092sz8l66v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6nhv4n3b8jp5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYI9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1mn8w24yl66h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RZ_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr50mpn320cc2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DischargeOfFirearmsUndeterminedIntent_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/R00-R99_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czlchgc8fl935\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1718l0tr8cmc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_GermanSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdg24ytcg32qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With7OrMorePerson_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jc9y2fwbvlng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6m6lnkgcct68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DACCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jm0essrm8p89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmr6trnzc2sc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6f0sk392egyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wkzsq23w6reb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzpp2t2z1xe9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyh93hk68d594\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0le1w720k3ym9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz8vg8lc1syj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr731t1hy3306\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tg6gcwcbxvc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jdth9jyj59j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mbscwv96e60d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableAndSatelliteTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk3zzy7ghkdsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpg7hc23fzn85\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0np7g82trkxf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw75mekk9rk9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjkbs2qeb9m0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r454dxxq2dxs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5sqqljhvm2v1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Meats\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez11ve28jrvr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwp4styxlvnhf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.36-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/533l49m30dv52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9bwbfjczbhmc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMNIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q1l3cskrvhg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb02s0td163q8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_WearableDeviceUser_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.IQICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zqwxf43gf061\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnzjlveerr9x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvjtr7ks9mkg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6lcm4ek746x8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vrlcnq4ncm41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkz2mc8pl8jh3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g3t6v53258x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7msvm92bpjk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1e4w4qsv3we\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk9t3ytf0zq31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Asthma_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dkzkjz38jlp6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAH_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbbp92lsytrr8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htg3fmkzd4g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj5b5y2nwv7tf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DMACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff2mq640z3rk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSConstruction_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndndcjfgzj3r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3nyqwc41tdx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfenv6bzm5bc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzre3cqtgwtn4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Emissions_CarbonDioxide_PerCapita\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mym7dezync15g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nsx636532png\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffs6r0tnb0zqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbhezctplg3zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9e74plrcfhsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj6dml1zy4g88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_NoWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSWholesaleTrade_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54vnd2lz0fns4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/262xt7glzh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ybn63pepg6fd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdd6hmnd014yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tskh6jb2qc5bh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6j3qt6096kf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l69hgz5hswsgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mee1yh7zht8b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSEducationalServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zdd835v5jhyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j3wze01k2r3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nezc5mjk0qw74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx20p11xeb7s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s78cpwwxl6s52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04rdtsqnre5jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3xrf9gmf5wc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsep47pznlbv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmc3vzyd41eq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s9fg0lj3k8w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sstbk93c51h1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg7zjdgbjnsy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PostageAndDeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2cef1qxcqjrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_JuicesAndNonalcoholicDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WaterAndSewerAndTrashCollectionServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7p2vhl2fqzt5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xrms1sl6pzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fyn1hflh8f0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9qfl11gregv1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJI3B.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29ee30vcx0759\":{\"byEntity\":{\"country/USA\":{}}},\"dc/877hh4h8pgg41\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be7kebz3px7v9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27htf4x77mnxd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/202v9n45llkb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mjzqbbjdclt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr7v8z6mw8041\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5lzr1f0gyf55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt05hhds0bnkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p37r3xte0r5m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb8yr2srmyze3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_WasteWater_SecondaryTreatment_WasteWaterTreatmentPlant_AsAFractionOf_Amount_WasteWater_WasteWaterTreatmentPlant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedOutsideStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gcrn657e7vj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn2bl29lc1873\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbrh3myb37xf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzyw0lylcz9h9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98llfjtqmgdec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8e5ykjvvs82g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r5g2xg2trq2f\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73f9202srlrx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg9f1xp8s2xz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdscsyxw8ct07\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7xc9wbl3l2y9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xc9shlml4ejc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qv0drhkw18x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9yyjtphkp01f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y765fgf3tcdz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yryws35x397l8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf47xlzfbd3t8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SugarAndArtificialSweeteners\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_57Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekr99dnzvj4q7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/103k1cvpbylh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkz8f7sf5ffd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxtkd8xcm7sp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NoSpecialJurisdiction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/631flymnyqs2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne73dpdzvmtv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn44n9nzncpyd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h5kykg90nds6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75vp56egx7bz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkjzsnq10wgf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2re7ywbdq8n6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd9yte0btpw91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09khhddz9vh56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ym82e881ety2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fnt09drypb27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sc69dmygcbrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcxyj8jykved3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpjheqwcvve01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zg4j60z059y44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DiseasesOfHeart_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Buprenorphine\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzt0y890r52b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygf9lz4k1zphb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ztpf30x2h647\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92mghdnx836sf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs8s33tj01z38\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_Agriculture\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_32Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l37slv28407pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainment_9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS42_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k2x0hgsv3j1f\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Pesticides_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6hnzhh3n18rd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/106q2y6qrx4db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h4934ks3p3dg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45wg6jz9ctr6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhdp5k2kl1xd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WirelessTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lbdmk1d8r4b2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SH_DTH_COMM_0514_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rjx2c5g1e3j7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Fluorine_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LaotianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentRegularHighSchoolDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qmw1441jxjtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_20To24Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_MarriedCoupleFamilyHousehold_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esz14rhp9phs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prbc53nyvxhw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhzy072sst4k\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n2te6jj7cfx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f609jws9g0qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0hwvktdh4z9f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqe36ge6h9r14\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c396d20jls07h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qre1jwtczhtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0r76gt2n9xz5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgn34q1zwlws7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eczfgj5yeywk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wk7dbsmnmhld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_USC_MerchantWholesalers_NAICSWholesaleTrade_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1980To1989DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48738yc7pvgcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsw18crwc100c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb4b1bsvjl5f9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PFNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pf4mt3pwqm8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vcsvm33dh0k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmq833f15q1y6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_ART__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wkke3v1lcjkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44dt9ky0k7nn\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_Female_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mh8yhpszen896\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1q1bejkt47f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jek2l0lvlf6v7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y25T74__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46rqhkpp0y41\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_BituminousCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/520hcbb9h7z1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5jycjcv1l2m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjeedm9cqbdcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj4bfr5sjcdhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0jgrqmbpr582\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etpydslq4wsh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0f3wmv3bxvg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06vw1mg8vx934\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t5wgz0sncy21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srhc6sl548xcd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s86ebdd7s611\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grxqng28bzq0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3n96tx8sfzp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77rbb0gtszdrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52sj4dfvze7y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnbzyv6pb1h4c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_DieselOil_FuelTransformation\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y7hsn05ltf72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fddfcs6vpszlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7y8y5q7335c7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jk7q86z8e0t8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ALC_CONSPT.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xclrj5k0elcp5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ccfxnrb8yrj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qczjdgspz5fl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8gxkdke46jtb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.SEX--M__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CARDIO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06gydjmnzfxcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44bsjs1l1r8z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftz9cg1rth937\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h0crkh4s4qh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7ywxmbw7elq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zeh5xzgehktpf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With7OrMorePerson_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd72mf4jjdk2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv50bpmfsjteh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/971pd9q1321sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4qnkc8mvysp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp9x3l0mt6yvf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEEXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/387k2f3pex4s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sdbfqk0pw279\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9l2f6pmf6c25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0r8dx9xbylsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2thrfy3pxgexb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jhxhr8s6lfmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9nv9ltbnfr6h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfcz4t6n9r3n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0btf3nglhqqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsye5m13dgm81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8j4l45blns0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr5hv2g40dey4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_24Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wew620kvd8275\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etfsxh0bts50f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q523rj5t9262g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSConstruction_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/695qbceyvpqk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6kgrq2htseh7\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_SelfReportedDepression_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Smoking_3MonthsBeforePregnancy_ECigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_NotHispanicOrLatino_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs6lnevm2tt8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cerx5qzbn2kj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn11h4qmhs332\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CableSatelliteTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hslbvvh5rf07\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qt48hc9gw0yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wedhn8weq3md\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0evnp36ms6nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pf6e5x783vm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbg1t1jb0v054\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2etbkxgw7xk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl35e21rwlbhf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSArtsEntertainmentRecreation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37kphxhsmt459\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqk8526d3cq2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh8x3brjr1s88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Manufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d2w1vwmmxxs5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-3-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/27b7kkbdsdz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs5v8r5qhfl9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk5gvsnps3tbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wxq4z2y6wzn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9wb05e2x5s06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LocalGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vqq738xcn5w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc5f1vlx8pkkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz6hchewcxbg7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdplkq8ynz9fg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_OtherHeartDiseases_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3deelgsjnsz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf25000To34999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f2yhb48461q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91q5hq8ver0p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterFetusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfepcmfh2esd8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrsw1qyy7jct8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k33ypw5fyfcqh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ycf1d1m28heh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbtkgp4bcsrnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psshyj59v0wr2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvmkf9ftjylz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjhtpl2yh2cg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLOSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_UnknownPlaceOfResidence_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhcl9cvjzpjyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9xjt4m9q63c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhkz00lpwllq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To34Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisB_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rwmbj7znfljc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_UkrainianOrOtherSlavicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithHighBloodPressure_ReceivedTakingBloodPressureMedication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zctcn5jlgt352\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkp3gynq9l3x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f94eqqvn3y8z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3xd8nmjbgtz8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_BRTC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jfdvjgtlg2t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqmqrjz2rm4e9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d93v1whnrme4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38tp5w7fejc37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2mb7d6xemkcf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmwf1fms1sg5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52zwp6khpmd86\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kk25vpk9c1tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k97nhf8y6tvbg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42dlbm4qfj937\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne6tvzrb2cs56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt09hssyq2y4c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_75UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalComputerAndPeripheralEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lmnepvhftmy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6tf40hb0n4k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcgkn9dewepqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8dncbqs5z4k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve7r1p4xgbpeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_UnknownEthnicity_Female_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/694lr2205vdl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2mjl7qsw27z\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf72kv6nse6c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry2tnmstly7wd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_ClimateTrace_OtherEnergyUse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/265t58s1mzcw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kxyx5fxsww63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkvcb6rxkgv79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Malnutrition_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSOtherServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjx9g6n91g9f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sceqw84e202f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvj36hgqj89dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9q1jn9pcd2v3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qcrgnl4vd8rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c4fq01cqcvyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmd9rw6ch0ebb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gszzge07sm65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e02jwmn0dj35b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg9snk2nrh9w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e6x1qhmegwkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyb9m70rh2enf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxsqyrch0py7c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2577xk9k4ec5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr0hf0mhp7h76\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01nvr70gvxz38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/102w1qcr0mhph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y76wg42h8ly1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zge1cb16cthqg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_PRVRIMON\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzc1zmqcvpky9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Min_Humidity_RelativeHumidity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentSomeCollegeLessThan1Year_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k85ksf3brdqt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lebck7mhy6dp4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfc0wfg72drw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60et5jx6n2de7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evqgszesd6bb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhtb5p688rnyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/R00-R99_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6l39k1nyfhe8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h8c50z1h0lp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rsygr5fb48zc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j6xfmrrpx6mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7rldkp0pgr53\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxfx653dcx3qc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c90lq00j07y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd99m633vkvtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9nmww39t90pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnmqgs98tkl84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c5g7y350cm26\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_ENRL_VO_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/hhe8t3yq53yn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4l3dyf26gl8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4g3krjh6y4rb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--HN\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGARX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h39wsxqzsvzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blj42b6ltetvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyx13m2h8vqw8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Services\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl991246bx9wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhql85295t79f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfc8c55vvrt97\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--R__SEX--F__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zd854p9lrpvc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvs9by8169n1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterFetusEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qz6fg1mp9ye5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9sgsp462v2hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxkq2hgey688\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGVTP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r4qqmjxw3xe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5471ghl26c0xh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MotionPictureAndSoundRecordingIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkbh3g7j82fef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rdm6w7t0e5ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg6k2d416qft2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7mnrw3qvnt8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6yqknttfpxj1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zp9cd9t7c1j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_NonInstitutionalized_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51gk7jlqjc8k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bp9mpzgsyez6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb1xx193ztfq6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.6899-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/6e61fywvlf926\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_UNER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1wpbr7nqllvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g0kl4tr35gkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlordane_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pnd4ftgzezm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8bgqwezmx14h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j7ktwgm79bd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zcrpfr8qe3eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw823qkemnvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4914xqfqc1wh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqqlrnjmh86g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5xcd893jpwl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq4c3f4b8rdt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxj990l911c1b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y8tcs6nzcng4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/342elmbhg9gm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkvqwjczjdxk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t26rl2v8whdth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Trichloroethylene_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_StateGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgwhy514q0sc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycpwkt21z0js1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqlqp87mf6j65\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32m1kn2yq4qp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62dnwpv77wh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njmegn9v7b7l7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLassaHemorrhagicFever_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment9ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycde94pg7tl23\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_1519_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwvrddztjx60b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twz50nksseg29\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w14cl8zg5j73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ench5w94mqbr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md2cy00361h06\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_IBRD_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_PersianInclFarsiDariSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dc6421ym9cnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1z5x6pk980hg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12nskyg4qr1l\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwnj2qsp19bv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BeerAleAndOtherMaltBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7nzkjr4jcecg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50fzsjlvqk58g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmcbhwyjktnwh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9qclwgl5sct2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4740km545jfr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--62%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg1n7h2qvn9sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2gjbyhl43164\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm0tpmv5qxhz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwsqbz64rqkfc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_PNGB_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Electricity_CoalMines_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tw4beq9kg1fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht90krnzmxrff\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k2y2pdfg10mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etpvexjx6z79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m599gg876fcm9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhm1erhcx1chc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8f4lpcd25gp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z22wmdbvmhhd4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_VUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_IMP_GNFS_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF11\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_Male_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfColonRectumAndAnus_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qll4gfwpymzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q7hwnhet9873\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kte2tnp8z4wfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nywzf3mpylq74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k436ebn6vbcw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AssistingOrPromotingProstitution_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbcv8h910rmg7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_COST_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpy8hmgp1xqsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8hkd0me2eln9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ghjk882lext9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be29n94mgtsm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbywer7vm8cw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf13xvyzsgyvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2zkf3j5nzx62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--54%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9knbyhmc8nb71\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_PSG__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EG_CFT_ACCS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18579061341ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w31fw65389wp8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FM_LBL_BMNY_IR_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z6z9w930dl7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byw748sbx3sv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lry9hfg0kl062\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f41k4d86msrnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y1s6n0q1g7cf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m05yy8fh6b7fd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bfky84np81b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j1xbeg3effeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonparalyticPoliomyelitis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InternetServicesAndElectronicInformationProviders\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy4c0lhlv105b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxcp0t8xtycw9\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherRecreationalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Prostitution_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s9t4vnl66fl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89rxvp3fs9jlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7wkc5rpmbwe8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_DivorcedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsp5n0kcz7lk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61hecpkcpdxc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6p1rdscn6262\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_InLaborForce_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_Civilian_NonInstitutionalized_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1be0k4756ks79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d4g10js4rt05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgnylelvzbs0d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zslybepc80c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9dme7n1blmjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Norcocaine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x1gl14vdwhb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w7vbbjrt3eb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8srpqk7reyg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g39yf8jlhx899\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0k3qy97y9464\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6k6e2em9c6yd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_EducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qj5dclfmf1t8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IC_GEN_MGTN_19ICLS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_INCD_FE_P3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm204r9w7dbc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymvwhqcte4s05\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nycppdj9n4f9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_CBD_ABSCLRHS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_3539_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hybgsszbk5x0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llwtmcqn4v1v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm4yyx7tv1l8c\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkczs64c04wy2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ycdtsw4m6ndf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4z4t83fwl5q8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97cbhfy6hel4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d247ptl7smvld\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CarAndTruckRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/296gvln5222xb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_04_01_01_exdebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/963qtn2mpnbs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrjzc2z7l9bp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1rqry8qt9t6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwdcmx6lctbc7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w69hqbnllqtz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2b5r4snwj319\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_6064_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4dc7j41gr4nb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Count_Person_18OrMoreYears_LackSocialAndEmotionalSupport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgm88980f8y36\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p0zmc8rqvh21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOFFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gs2f9drhetld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2txc7pxm6k7g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhg48sdm8vny4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lzwg5njtc2f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jtds5l7t4p0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq3n8ffn8ezc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1gh112e0tpk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianOrPacificIslander_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12kdl9fwg2gw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r35022exxqd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To64999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fxx8k5jvxw3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjwjg51xs60y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68cg2z97cpl7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m01vx5n1d2359\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjyq9lldwv56h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9pr5lech2trb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PRV_SMOK_MA\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59ybz236m5y52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rqz411mrflhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzbk7nt56yv34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t01d4xxq5betg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn66ny031ye67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z9fh948g9t64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_AnimalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrLater_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e0rhv10mvyz2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Count_ElectricityConsumer\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy6rzj8sdg2j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3mgdl7ce8gf5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhmj7qb227rvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hppfzz3qdj0g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shtrj53yqgt4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99p14pqx5qg86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m8tmetggev22\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_UNER_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxc09xv77bq69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_AcuteCondition_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f78l78233txd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngm341kcvgrhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSAccommodationFoodServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NE_1_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MarineTropicalDepressionEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With3OrMoreWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9whdcgvw7ew9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9hsjzlxfqvp7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34lnwgql3wj7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zctpjdnsrryc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zml66pn6th1p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y4xydf8lpv73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sts96h7nlpddd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0plpkgr577pg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edkh21t35ng9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf65000To74999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUH_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4dq6p4p6vdwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc8r4revyekbg\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mzfxbtg7cb7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wynel6ycenb84\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etzt984g5mm5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4yqeybtgc2t2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmtx733sxhqn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t130mr5et3tf9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_RetailPrice_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg94y7ew1w1g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2bxbzef52t34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpzw49y18y08c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6egt08t83qh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c17956ycs0bt9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_ARBL_HA_PC\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_MarketableOralDronabinol\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CandyAndChewingGum\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj65vwnt5csr7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx7fs0tqzwvv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb7hyj6ce2bv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbqs7f2ddbmd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy11v0hemmlkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm3hr0jssty03\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Lunchmeats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrey1v93weg02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmgyhn3s7hwc4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qz9hrzm5rtng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Rural_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b29k5460jpt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exx710qnedkf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h18wrq92kmm11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InstantAndFreezeDriedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m842dnhytrxfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m3lk5ggecf34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f4sc66p2z9rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e02kxmpq0wb17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g7v7s7ev686f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l34teqw5pv76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hp45zt1w8k77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hjshfym1c8g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71vkqlpy2wyp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klxndj882vdn6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p3qtvwnv45h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx0gsb8eqcd08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqhxk95lv99n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m952nrev4spj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjf69ex9lmw4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v1m2ttehekg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z925sj6r4cswh\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherPorkIncludingRoastAndPicnic\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jv7d71bep8w6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SaltAndOtherSeasoningsAndSpices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx3kp1vdvdmc5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3917p2vq2ql16\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gcv1s76zytn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lycynwr0dhnef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z70grh1rd30n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehb7wv9y7svv9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc5e680ff1j8g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PAR_LEVE_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jsbedsqgkvl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63pkzk9sflz7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm4nr530cvvc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prgrcxn5hx909\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt2qn2j9f5xp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PocketPicking_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fev969s174k3b\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0wblx0pdlnth\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_2_GPV_GLAST_CP_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_55To64Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhv3tbc9med02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy41zntl2egp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wjp10j5zpd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b62ewr4427lc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzx9h9k4ll4v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cm0f3rezxjx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5xwvbx6vqsbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrzd5lseb238g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8xkyegetpt08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncn15gwpbvmw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z47kv0d2zzsv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PI0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlg7eme5ncf05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk45mzhz3g4sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfArtsHumanitiesAndOtherMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_1Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq7erwp9pfh3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8yr9vl9rh7gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithVisionDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5pje6b0rk865\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmkrr5jh8bxtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother15Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vjdmebcgswq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft2z8tjpmgjkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmesqsd9hgvw8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSOP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrf2t37v94d26\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WO7ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qe082408083\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg2l9yrfn5k27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rydkpmfq876m8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hzyqndyzntm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nv9qpne9kyg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqchhj96myq66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TRE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40dex4bjyqfyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfj1c6f5xvjpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxbslsghvgxpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkmqdn2y47w5f\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcxn25e7eeeg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DriedBeansPeasAndLentils\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0vxr6vz00cn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elyzl3d6zj8pf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_EnergyIndustry_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntq78ez3e5w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z00c68nkxw8w2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf33w79wpgbth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s62z17d8q1mf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbqyhwrqxs658\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SI_COV_BENFTS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmy9q4d6rys0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wfltblq1py1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hdgky794cpkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5cky6qrm2kfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8vvk7b06g7yc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efgfv1pbpkf9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9pjs1bvl0eh1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PrescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7pzrqg0dzd34\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0C_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleThermal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jym6b4ngwkhc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp7rfd8j5dl2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx3hk0j8h5x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrwjtzdhp4dp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lts2kplzwmk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6x3gxswr84w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkc6gfse3px2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_PTNPRE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2mgw7cehjjw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvr57bh7e75sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9q7xe5wjzf0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm2c8nq00ts62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4shw7z1jennf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24d7852x7mlvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdpt2v7vzngbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd31kstpwfkp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7274m3pg23ebd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezqyq6j93lt3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6cqqlbxx8zc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g93xh360h527\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j8vz3vp5yrrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtdjgfsekx4qd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRZ_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldwp5rw9xtvnc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0qkh8x4hw7pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8b4v58qdvfw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdysk3qvn6pz6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DMTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d51nf6dwgwb93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecncsjgp57rk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdybjmvdfbzbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_SolidFuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzfvnsevfnmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2w5vjxcg30l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nfympkhb85n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/720n410v9merg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_AnimalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LandlineTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/147ezy474mdf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yxe261egymwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1st4jjq8qq5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltrj2fjjj2d23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TERCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35OrMoreYears_NotEnrolledInCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psgmn2bwn052f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OtherServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSHealthCareSocialAssistance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4prvgm8nzt88\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_TRAN_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_32Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV10_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq665jjk9075b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dq263fz7by9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcmn3t6zxcg03\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_TRAC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27nb8zlgl0vef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtgxnmjy0qjvg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TERCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9rnqml2jx00h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62zfm074wlvff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf6qb802w04r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwe3gexzsq26f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pexzqq68dnek5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VideoAndAudioProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqfq5c4x53gr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5wwsj79fzdz2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FuelOilAndOtherFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb80zbc35dld5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvt8mcegzcqb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysznr6hl8vse3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20w9sdnbcrkc1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_AvalancheEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetsAndPetProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wkpwwkd1nr7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xy8ppfe95mz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1xctkee3exd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--42%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzjpvn5c1ljq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmkp47663lk0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty8s5xhc640tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwnd3dxm44e9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqbhdwe5xpq4c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_4044_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderAge15To24Years_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dydpypmjmbjv2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d33eb2ykg71b4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t4nw5ny2gbtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjrqf8s5tzs53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_OtherFederalProperty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehpglkxdes5m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlvwmmn1slk0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwp4vgtkjdbp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vje7yqb29gle5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FederalGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebxl28e9y0ls8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frwsn9zly58zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCOVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dcb0lxwcnr97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e034z3m2hqjs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt3zgvqs3yf72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r021z4sgtq8bg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt67h8mhslzyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29qffrjj2egfb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_FarmInventory_MilkCows\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsegd1g8gqj9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/melkyh1epqzm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v7s5ftge1dp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3jtexs4czt21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j467b0hhwms08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn4pd1k1zwfb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zle32c5grk542\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_DoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eejq5vzcz3251\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9fsxmf2lwdb2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Bread\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by2t5pezgt5f1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jb66xytehq3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t63nwh7llfpd5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1349hqe455hf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SHR__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksnxd6r3g8wbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybylnv52r1x3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsz6qpj80rwd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geyrh0tgmkjc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y262lnnr492j1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehj1l9xf1ljkd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwn34vcryqf43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n912w6yb9sjwb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_70Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j94vwfc71mbg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38qzyhx8kbh49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktypvgj3kzgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1980To1989_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Nondurables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd7ket5fmppm8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To18Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqz7ry1z4vr4h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n44bpyts0812h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--JM\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFST_3_CP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j8b4wzxllgxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8gr2d193bfcf\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherMotorFuels\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5ms4w61k488c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_SyntheticFertilizerApplication\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frdy4p18cn059\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv78s80qgh8n9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSArtsEntertainmentRecreationAccommodationFoodServices_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/179zbd2qz020f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhjcxejk1cnhf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k52fvg3hj5cyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8lc5wtdwhf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exr9t81en1h34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h39hxdhn5b3db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v55bqy884nvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9rlz3znxn448\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d58g05mscq4d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pjj2hk92c0e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08qj38tyksxm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl6r5wpqfny84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographicEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0kn0e5pd60x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrLater_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/905wmsm0bzw99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnh42ves0mlz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_MastersDegreeOrHigher_Female_AsAFractionOf_Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ypqcjsdyeht2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frm4ct5wy49td\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnffqqg6n7m38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny229exvjcvg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpclk8dwxykr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdspt4tt21bf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdjpytm6k1ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh2fkssq0fl1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmmbb2nre9rb4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqny2c6l705lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqvhg5qb2r905\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IS_RDP_PORFVOL.MODE_OF_TRANSPORTATION--MOT_SEA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwwk17y5tkjy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwckrps2fwyr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3xcl34kbl5kc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewd3vm3zb17yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3kqdcs3p3sdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk1nw44l2lvg7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98ldre1bwft95\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl46e1310wfz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2t0wp53qje59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm52d08dlkm4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment5ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pcp1vrgy4564\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusInfection_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentSomeCollegeNoDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/052jzjdwtxkq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltlj3zbhynxb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyeg1hxnzs1s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbdwml6ecjhe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfmrxxfzw0mlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgdr816z61ldh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t54l4slejr9z7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dk1xxeyybqs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h9q2x6kssgj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j51294mcs7w5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n13zgsy1xqlzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrvs8h9c2w06h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxgl6mf3p9vh2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEIMV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m753dmm2ck7t6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft604lnebcnn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0jpg24eexfl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svg5w166cdb3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kxygf2rgzdt9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyfvejhn9fe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PaperManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mprey4qt4czy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAsianAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jwbhk0xj3vx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2bh30kglzg35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0flj62fpwwxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tghkse0blb7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_SANIT.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SCHL_2024\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_DB0415_DFRN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nnlkew6bexs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvxxbvjx5nx6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pltrqb2ng8dp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5p5bj5byd3c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkknj4gq0sl4h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPG_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88g7wvz11lxv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmncm9hsg08zc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdpxvqhym6j99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSInformation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42lpchmh3eyt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmlnl58xxg5w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/errb4xj2kx3yc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y88dp13scg6tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38bddzj1373l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8gnnwk5nyk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eeg4q9tvqn8x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43ffbmwxzs7p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkz0bwkztys9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4nys3zqnt9f5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncezpmgj8etwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtytrrttznlf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k2sd8edvb2n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw3h2nlmzkng2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_DesktopUser_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpl5st52531x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrtl2ljlenz1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/859yc1dhgspeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbcr7cpssw7p1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.26-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To64Years_BachelorsDegreeOrHigher_Female_AsAFractionOf_Count_Person_25To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3fxz21ygylg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl3b36ngpht3g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_PCAP_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_FuelCombustionForRoadVehicles\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedOtherBeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qwhc9vjlqz07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8wtf6lg9r3l7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR01_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/D50-D89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm8gtrj00tcbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szxvr8qqrgnx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yf6001j6mbd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxcl01vrxze8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0jpph4vtjh7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkrf6154h90th\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lm6hwjv2d8e8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CarAndTruckRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3py2w2vblybw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ynzbjrk37493\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1k93hf6462p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wdq0yxxj3gmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0fnj9s9rkq2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_MSTKSDG_R\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SH_SUD_TREAT.SUBSTANCE_USE_DISORDERS--SUD_OPIOIDS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yvlgfykql05h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3pkjyjnc5mr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dn1zp0ggd31f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcxvstlqbq5zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj5kbd47shxy4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCMathematicalScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f4hvclkdt2k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7l9smnp9e7p4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgsys42zm96gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq1kvl7yyb2p4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32b92m8d0lt23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gxqt4rbt0zxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l21j1r8rj4512\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0z07lt0s0fmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cxlkzf56zk26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvxkht65pe1c7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSTransportationWarehousingUtilities_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishSpokenAtHome_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv115f6ypfez7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gd0qm64glkq8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__EDUCATION_LEV--AGG_0_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015OrLater_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5n37zygh4ww4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9wyssmdvppy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_PhysicalInactivity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp6e17m005ttg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tb7rg7sdbf5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g16zpsbypjd7g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_FuelCombustionInBuildings\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j67wlxfe0h8b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2q0shf60bejd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t493hmp6rsls7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_FRLS_HA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To64Years_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--PC_FOR_AFF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5he5ehyffgf8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9vbq79r0rjy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ewvdezbrgxe8\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Snacks\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkytedmtjbp76\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qmelr881gcq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bepz7pypbszf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl2dknx4jhg9g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IFC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn3s65g9qtg71\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ne6ygp9cltpd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6deey2z44hks\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y25T34__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wf1h5esex2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3337zkrl7tp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehicleParts_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21jdkdtzemsr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crkpszptw6y39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_DiseasesOfTheCirculatorySystem_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74fj5xsrrgsb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_23_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pp93q1rlz592\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSPublicAdministration_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx15fhz69f2l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf6qme0q2szy4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_V_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yhf7cf47dg8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z372dxlr9vwcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf2z7b0x8ve22\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticNavigationTransport_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0249dz28xg9m8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PP_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytnhhzekjsyz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc9yez5htdr65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v02nlek2eh7jd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5040_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4q17sjl22qr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3gwb9mtrx0j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft0ec9e4cc9c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m32gfq6pvp1t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhbmrcn6w5w5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To19Years_HispanicOrLatino_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jh77149c52h3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AmnesicShellfishPoison_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7df7t8rbhdj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygv7w0hgx37jg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlz4b8wdwnptc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvmqhrn0jyejg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzvfgffh41fb4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_Manufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qwezzgjw1p5c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_7579_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9bweqgm0zwy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4grsfzt80zcl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ekmdz8gs3ze8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67vrdlgsl207d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmv4wdwtjfkcc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_UsedCarDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_ModeratelyEffectiveContraceptiveMethods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snyvzh4dlxfmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdt7dk6822yef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypm5xnwqhp3tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdbvd5fcn71zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnbm6gnw27m33\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SAN_DEFECT.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bq0r662dltf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3flr53f6czw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tps080kgz0ev4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3h3j7e2zmn68\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40tmej2wfgh18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf1268x1xj8hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhtzvs10t5b6g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0vpf73v8pg44\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BYICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nlz2xc7pwc9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhdcf2fl82sy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb03scv93lmg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx3kfy4r5ce49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01tvclk7c4c8c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVCHP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf6jgfhjf034h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krq832kkhhhd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PrimaryProducer_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1084cgpm0qm67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbpm33j3eb3b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dldk8qbftf7b5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAR_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf47ty76f0qz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MotorVehicleAccidents_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--55%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flj48hmt3q405\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpcj1382gj9l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t60npr95xn3m\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76721ds4m1s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vnk07dpzeh8b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2RCO.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G1_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8dhd97lcvbz2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R01_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmzkkwrnek7w1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSECB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgy1scyfmbr12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy2kgs8nh7tcg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eysymer9ep7m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh8ejmpmdcw63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbwe0bsqkfbec\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_BituminousCoal_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/benpk5tcc29j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fydcf2j70ykff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmmqkql8d88r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m37nvlm3517lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4v30nrpfw7w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz02k0lyeyez7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61lps7tksg206\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0y9cc9jfk25h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rm5993zw3wy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ve0lmnmh7grg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OperationsOfWarAndTheirSequelae_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qsv5hzev7e2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zv64cyze0fqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk4f9jhs5hx67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf50000To74999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw9tb3wqvp542\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v099k636g6k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqtps56wgdexb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ch16xnvg6lf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ldz69c0vn861\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ekq6yk1kfqpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2h1vz1qr32p\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk10w98lzlq95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vms6lc6v2epj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceTwoOrMoreRaces_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98rz0l53h4gpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqflmv1mxb8z7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4jtrqvln5707\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymc21prtep7p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we0d9c1cc75z\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1dn7z2r9wcp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qycefz5x8dt5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctvj166ccj2f5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dywew27m3e23c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwjhhwzjxwerg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS23_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/078eqxgpq8m63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swttn923bcnnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_35To39Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rhn81xcsw4v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx8kk57zlbzb\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wx49g2svhe4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67wgv5y7l13hh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j929w30c42n5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jpsbn2m15ngd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbf2jd9z91srd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnb4zpl3rh5pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhwh7nejr9lj7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84bj0njevexp6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjlfdjgscy52c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.33-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59vse3wxwrn7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peefxt9x9eqk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1v1nxn78r5p5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOORB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Remittance_InwardRemittance\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HispanicOrLatino_Female_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m49h7ze2jgf97\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_01\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpe6958pklwr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xhn023bw1qm1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAS_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99v7mmcnwcmpg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ButterAndMargarine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1y4xfjvfgqmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spnjql5215wg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ss7sykvzbk41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrl80shl0t2m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk8ve3h2c3ldd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jv6g505br0zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fss7vlvhn8m2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h8gwt7b73en\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3ej2gzh8f7v4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfqeevgexbeec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmxrmje36ehx1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_HydroelectricPumpedStorage_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV15_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsweyb626f6v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrphnps3k5he4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z99msdw9mrnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd4pel04ed0hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zez33nfgnlzv3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rrck44yc0zs5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neeg4em4p2qsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt35bwe5qn198\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/766r8df3dpk9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ympgnwppx1h6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7peq810zf14f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmp6yqjq4qf8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm4ztjfjccml4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqk4t7xs0mj0b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hltnpw04vjzc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kphd5w0g5dgj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqz754jeqmm06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfgl963sglj72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjl7j0es1lqn7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45dlne9yts602\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqrsyj50r3zr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gzfdt027v8y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dkrzsfyg7b21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p5hb81j27e26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l8qr6jpnnpy8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBYRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11jez6052yd0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/136hqh1xvbdr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnqzne94hlrc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3fsgn7xqp4rh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gesbnsnwl678\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqr2kfdfkbzz3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8smjle4nfyj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8x9gl0qh66jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phmhklk4llgl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Median_GrossRent_HousingUnit_1Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/012qbjvjwkfdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s2rv3dgmn7y5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentSomeCollegeNoDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kxn2fr511jf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsky9xd4gbw89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2eld51y5fhr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/333e1rk21ff9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej2jtb0y4qn98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmkzlec6erh22\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/treqz4q66nqkc\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb3krvcszcws\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8hj20lnzwdn7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc2e9yxnmpf65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BeverageMaterialsIncludingCoffeeAndTea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lcnzhq339l4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fnt8n1ppnh77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d2t8cq5dypp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s8sfg9fy5s05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5fs3sjtbn518\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tthlypv4kjjdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5jpmxjrbhrf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lljn9s57z3ys9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c99sgqg86vc6d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/800fpm2tq5cw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlk1yxmkk1qqg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-13-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k938bsglkpys7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywcgtzm65btg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fpqzsx35kbv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcww3dmsjhbng\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_FuelCombustionForRoadVehicles\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t0vjhl37hn9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nk8qw1xbt584\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bsw0pgvsp8m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhy8q6tc5cp1c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4t1qnmv06h82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d59vpy5xvb04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MSICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpgvbfcg3pg92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht5mb4m6xzcnc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bplbn09ms1wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs8kt3r34hhr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s01wt94ll0m37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lrl9yl15pmmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gem59tbry0vxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw2eqbr8wzp0f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08w0jvrepwjp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y6z7n7pd9df6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgw05xym53gt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/812mnjmtmdl73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th1cdnw59fez2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5nj13neyb62b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AudioDiscsTapesAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b8svkn534t95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh942y5nfmgrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Anisakis_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7twxlspl8m38\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40vntrmwnxxs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnbdqxn3tdsn6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETGR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PlasticsAndRubberProductsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zsxt9geg6zcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn2w0gjvx2g3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fez685e9sb0s5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79yjdn7hrry22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj3jhfkk8q0g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s99y799dppr18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkmx0m2qm5t98\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2de87mcwcb2s4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxwxe89dr817f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngd5qb68mhmmd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_60OrMoreMinute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqr4blbzf9sf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1y7n4gvd8lsc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_21To65Years_Female_ReceivedCervicalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5rhq3c5qd5pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f3m3pnplnpb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9d1bpzjqvngc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5kk82bszzsq9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7prn531d21j99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzg3rwjdtcxg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeyt4c4rmgbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmmh7xl0rxmm9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_OtherFuel_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k75yehj9s97k6\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsgqhem359r62\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s62qdp1wbgkg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9gdxhwgthebb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64cddpx6l6qd9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxhhh668l1b77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnr2g4e9zjt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_AutomobileDealersOtherMotorVehicleDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AlcoholicBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59cbvcpyzxl45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47xffwspqy3w5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97pcs80y1x06c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljx5358elmbpb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_NetGrasslandEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NY_ADJ_NNAT_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmxryzsns8bf1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kkgwj6tqxcx3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbv24q1qw0dfg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERA_3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npqyj8x3tgvz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts8emlhfhrh2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x7hltrt19xhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq94y1dg4w273\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleRepair\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ee37dmy0vy5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtjyz4ww0mbjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v4vzqvheyp45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8kqr6mblv7e3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knwsg4rv7xbw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j36704820kd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ghhq2cq21nsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbhmeh9bkrr7c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPorkIncludingRoastsSteaksAndRibs\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshWholeMilk\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV11_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbzcejj98h52b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6m68vx5ntwv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqydr4m0d9w58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewx982lmtz5c\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AudioDiscsTapesAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25j0rnqkger9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf4x7kshbh4d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6md2mrbpz3xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxzf7cdvx0zx1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_OtherIndustry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb3lb4mg82mph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yps11mgj66vvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3shhdm3re0csb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cywptbctlx7b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm875pv42l8s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r8m1dnhwppvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tbpqk0w4kp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/891xl0k0gsfz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6ckdft350lyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mztwpb925hd01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry7k9d58l3l06\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54cpf5nr6yllf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68x8wrxncmp3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdemsq3yt4e6f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eef65w12s5srf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_UNSC\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_87Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kg76lne45k87\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3qz4s5gfrcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjf4y29k5pnc9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqtf7qv7j95x\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t08nkfgcmth5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d08cvs9dqg4b4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dh1qpn071k3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5xc4e36thqc5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8xby86wj1jbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7nb2c2yydgb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl5y6l7lx77v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf26mghmrmv2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrhltq3e1fxef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zh9fwc5s4cp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7k3e40n5p3c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ngpb3ry5pke9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9mwy6n7jjy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scwm1wydehbn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp3ntmzr46pt7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8rs1qp0d7y6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_PSG__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rbfw30cnp0p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pznmlmz88q1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jnwqczkdmv51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrnby0ylyvmwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rydryntd1xb1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls2bx4bvrnn17\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--44-45%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jysht1qbg85g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlp78ny7472mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc1v8y14jr056\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j84kl1pld4j8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgvg0h94x2pjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5wnhm0kz8cgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9fj1xle2cdg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z13g3p0rh7hx\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1zr5vmjr1rh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqjgg8wvmle71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/D50-D89_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kngv92b21351\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq6hm41b36wd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkpfhkbyrpmdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcbdqz55wdvx\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cjbnsz37zjw9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MBICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_MarriedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_4044_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cbf6hsw8b47c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp2yv3hb5pkd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_XSUBDY\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDiphtheria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mesrj2ttk319\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2187q13fgqv1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NLPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eekgbhxdk7d0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nve21vsp33jd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwebh3hegmz9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcjdhjjs8d44b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_EverMarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_PrivatelyOwnedEstablishment_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fderbecv6rpnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzbb6090rgthc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9mh9y38z33x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywy0z8rnyj3yc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ConstructionIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonparalyticPoliomyelitis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rgr94j2xs68h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9cw5qzzw257c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp6tw5sbzj63h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2pfv9l7jjrg2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg7mtf4wxv408\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn1gb4rygkpf5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_TBA_H2CO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C01\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxzkz63yh0f29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3qm6l5pwmpy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGUCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcz54d266j6fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_UnknownPlaceOfResidence_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dhdeyjs4xqtc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_si_allsi_cov_pop_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg5cnknv0fcvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y73ryr9tdctbd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59zpmfe9wh9m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sghk7qzv4b4e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqngjycdz5vt8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA08_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mjp5pfptrnz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jtmxxlqv7rt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ln5lsz0t8wn4\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneVE_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ygtd5ewk3nnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llk4ynz3x9cj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q0xgqnrmx7zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSRetailTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqrxn19p86401\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34t2kjrwbjd31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79vxnhgljkhd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3qgsf0r1zsyg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_4_F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/016kk8l57wwyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gk9y3btjm0k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr35b23dsglcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_5To9Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ggvrlgqgd5hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs21pq3g01ke7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvxl7dfker223\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneD_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqdqf5gy16m24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6hz5blxyr895\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_StateGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3gb4nggmfe0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/075l03evrf6pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12729csph7wg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/279s7jer6syn8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm46mlt9841m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0vpk668f8qe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnkbvd48qth73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b7ll9mefrsjb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_60UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pqksfv1wplzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2ef4rjrp2kxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygxzv9h584p9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq1d3cpevpc34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8c6jfwt3yeh3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IE_PPI_TRAN_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kczhx5zhk3w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvk3gsgmwrqjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltmcqpnn8e961\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0rllekq937kc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm9v299prvyb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k19vg8h5klc59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9vjcynqzd699\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcy3sdrel7vsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_Female_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24lxjcr9e3jr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs7jd1vfswf96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcsv303lk0g6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8p8b7w3dv45b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RETCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03rdc8hnhk7x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0l20sfp6tg34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gchdxdnp3qsnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glz8hy0n5kjkf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x883yyh2dtnmd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehicleParts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_VehicleCrashIncident\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtypqnv6c82e1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy2mfc3wmt9r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de0cy7nqnr71b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5p6c32e6r3c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yq4qt3qdxp0c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_6064\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk1degw9w17gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c8cdfbqepkt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzhmgj9j6jve3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw61wg78fhprf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9v1edldf9qn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl3s3llxgwm69\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AviationGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v56zhedbjm7s6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06nvddejn5tz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3c9nshye1qb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/g20_made_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrzdk6nds2n0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0hgn34dg2ej6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgynjkmpls306\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr6d55r3xlgfc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TBL\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f9tv2rhrx5y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnm4kxq11hhk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/148s7h7mzqxvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxw7f2z3zye7d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0crkv9tr9dxd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsmvnsdje08yf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqmyx8l5e5042\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8ne64wxepw35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypkg0jj03kmn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xln5db2051x6f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vw211xnp5f57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehssd5pgz5m8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2b862537keqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4eznrjsfm872\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52hgbw7wfxe63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b58vy6ymcvm98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj153kbz1d4kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2h18fvkxr659\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NIRA_1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rb7htgcm9sz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jgtxprx9kyw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l14pw94vtyqh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z9ldmm0g5zmc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_GasWorks_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y8vkk1e8zlhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Nuclear_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CakesCupcakesAndCookies\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA02_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trxzgq7mm1m28\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMUP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/460gn8srnx9y6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkp2fzsbbpq55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9den7z8cbyy4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_MNF_FBTO_ZS_UN\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw2bwxnxb0c0g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_OpenBurningWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin7_t_d_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzt14501seby9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4kxvkx020gfg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05vdel6blfyr2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin9N_10N_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99nmxlqqv98z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my3mkvg0qkjs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plhrhw6ltdqsh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09gv8jdbtle4h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng4f9zcg4p8kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/herk0q5qd70t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ddrz43sfwg23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr6tq4hs4tqng\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_39Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy1t0x8lpsjh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fhbqmtfccv59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gw1c2vkbknnd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_POP_SLUM_UR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_OFST_3_F_CP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4bxdd0w8qnk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wzl5z6q5twyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe5b736dlx26d\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36r0kq9fddqt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhtxmh5gc347c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PCS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n52mkm2n84lv3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe3jdkmxqqgrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swmgkcxqmsgn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89wb6we6xq05g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seqt1bwsx26gf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NYGDPMKTPKDZ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv8l65cvy5dp3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4slwrx475espg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzmlfs06lhz3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv6spdr537ftg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAcuteIschemicHeartDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k68r27pz74qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dppnlz81z7x11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5v6kmxyevc9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPL_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nspynn5plk9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRURI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks9y0vhmzxlh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcm0h9bt8bdf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_NonInstitutionalized_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03k4hvfnd17d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jdch7p4cs0h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_NoWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdr38r1ngcmr1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingGasolineStations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zh93080wp7s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj7mndklfqe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h916lks970gn1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c49525t98j93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y23r1c8gsxr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9xqes38v3ky3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evdc0dq89mz83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yznyky23xxrz4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6q13zprkc7dd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jdhpqyms2r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wdwkwhhcmbr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fqptps57c5mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3gghqtglpr59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2yklcs4c0cff\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceAsianAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpmzd274xmeb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnqe1dchkx7ff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICSManufacturing_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EyeglassesAndEyeCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With3To4Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl5r085x15jj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkktlwyvrl1b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh1y5dtt5bdd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jszq3lkp6nx97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1TCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glcfhgq7skpwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn0fvwqhmcpvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7fclvz61qwph\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_DurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf15000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eeyp8gtm15gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgpx07x8q73x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny1hkd004w2p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtd7yx1mj9zj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycl69zfmr4fqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccmybj6hrb7nb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t72bz97jc6ysh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcj9k788zkxc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp89wjhzrzbg3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CokeOvens_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fctb16466w5xf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoHealthInsurance_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x9sstpe2vqbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dg93fjdkwbf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73q5ytlzyymkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0rqckk6qz9mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_MS_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/rq9pdct42j34b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/239n1qqp9b7tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyk6zdmwdc0e5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qprlq1xkpfnkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr9mtvklqeh4d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_NaturalGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb6vycy26w8r4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxmkb61pgf7fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3es5ylvlpvbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlvvqdss0pcgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh9zp73fvshzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qst1dc4xb0re6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpj6wz91dp7c9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21l2hl8r7fqwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6gcxenr85sr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh5zpyb03ydfb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbeg9zhlnfq09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgm7yywtnrs24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64nwjmq23zk62\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_Lubricants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cphp3zkxde5zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_65OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgvnb3wkwh5xh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h5tl915z65r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp0pwegx9w211\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzl7xd5jk34f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbft0jlccyp64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4w38zlx3h1l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf50000To74999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2ceqxgjzc0h9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqz18scm9wl95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljtztmft101v5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qk2e1c4zhsr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc7ms0v0r7vy5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zz0rm5q4tnc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2s64pepnx431\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkb1fynnhlddb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91cll1xz8dwtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s7jbln07jln\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0071b2ym8p66\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1782p0m2hpq3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjnh4gc6vpcz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyclfssckpqnb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvprztjvhn74f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnkbvzh4wtvef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/863b65sjdvvbd\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwhyw61f1b865\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R05_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.82-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njk153cyh4q24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnlqwwsd6xq28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbdydjdl31h8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68kl29j1fqxw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9vpcyp6mbgx5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drc4634mjthr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzk1n3cflf3nf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_Utilities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym4dj3yf6fst8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_Unemployed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bv8gd2q89mvmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x660hkyd73vn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherHeartDiseases_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztdqkfszjys31\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_FPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3hnc5n1yhxrd\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6ygtny8g3kvf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t0vvpkh0g67g\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75btpexlfzxcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zd29xyfp337d\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52fyjh7s59b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8qzylz6rkbj4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl0jnnlp84wlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53whf085z8gqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cng14yel99rz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Embezzlement_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAA_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trhh6s3ksvzs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1beqvrv3hcnjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x67x353ds7rh4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherMotorFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eemktlkyywgsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftp4d5ql6ewh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msfet5jmnbyn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf9nn6pt51b26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffc2cgktcsyk4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_GHGT_NAIP\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/VC_DSR_MMHN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA25_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t5fvbhejq5w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34f6fxprvhjc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkkey93bhbwhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g5ggxyky8209\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcsh6gc3j3be7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRURO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfz8ney53bg4b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1530_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_TransitAndGroundPassengerTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SalesRevenue_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl0vly5d8x485\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j0r6cmljecyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k52gt7zyeqkf8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf75v25re6std\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentNurseryTo4ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0700To0729_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_KeroseneJetFuel\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_Upto5Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1qfsprwswcq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g33719y8ms1c3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ttw21ncrx9hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xt7fzt6v6c01\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--61%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brs2x8elcl9n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhxzzr6vk654\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceAsianOrPacificIslander_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94qlw53jzd193\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_NontransportAccidents_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d70pkys0e22x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5c1003fhdcmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4knjegd7bhhe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsbf35s32zn32\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_TCAQ.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreOwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7858zkt8l0yd9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmhsrr4w6bhlg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lmezd9z5dhz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yggyxelq3mkk\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ServicesLessRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh4hff6w9szr3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_25UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_79Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0900To2359_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AvianSchistosomes_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg2m2brjqk6r4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdve2f9mc14q2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7k2ltf6xqx6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmvdn0kgl4zf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hz851jylktbc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxhmz76dgmr96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1jw0j3hkb8j4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ye9190d95e04\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvhv9dsergme4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehkggt6p9bhy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-2-TST.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/681c0njl3nz38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shenbee6gmby4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vncs34wz0s6p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_FederalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df8dlk0e9ct6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rdejxd2w1v39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23778f8dcbjp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w58cyxzwrp9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfekhfxjhxl06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pckp87v7dw4pf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b334btyx67kq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqz1gencw5q0h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_18To64Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_WorkedWithinPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbnjxstdz62e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg3smj6cx3p25\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAModerateRiskFloodZone_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zesbptjdtk6ff\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_Cloudy\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgnfr3es0rwyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l7e6yt73nfs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9mjj20fzrxfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlnb4g206essc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Toys\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v3dynhm54x0f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990OrEarlier_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r6vc4hhrv241\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmq415sv4jf3b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt2zk5jn470kd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkg9x80pmcxzb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWCE_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6vrhv03g7c53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksed3cvmhfpwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5y37mndmlmzv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tstg95phh4tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9txtq28e3c75f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9dtmpf2hrsfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt89v56w8lkv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erj2m9pwyh9wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb4g0lsmhckyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmlsp3cx3b6gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Chicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdfc23tj68fp2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s10yd8jp9y01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emx62wy2pytdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pb1rztn0tntm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26To34Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ChildCareAndNurserySchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77ltmenjl9307\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgdbyvb3bvvzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/senqnlh6gymkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wjmj0ej8zqn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fztw8nly9mrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjd99f6xm3mz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg63vjs5wes3b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35d33jhywf54c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44yjes1ywbgl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eczn73fvx1wsc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nb6kvmybmgrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4yy8tmxk2pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmb70zhzbk9y1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exfed9kp5y713\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LPP_AG15T24\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Exports_Fuel_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3ztw69q6pyq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mts5lp5v7fzl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3wvk7tm4ppf5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--TG\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk1tpn6jzgjx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5pmenfdjjzl2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G5_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31qvbbxj747t3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy4ft6yynmkjc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.116-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInMilitaryQuartersOrMilitaryShips_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w8fec6e34jd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtq5tlc5bttx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04nv03cmv6btf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24thnfk8pwqm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44pexbt4yem4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3ds40w4nn2n8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VUA_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rrc23h4ht1zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwp2jlv2g7kx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn3bp100931e3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TuitionOtherSchoolFeesAndChildcare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekl7geh2mlp59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx90rnn99jp7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wezr7k25ysn2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27bs9xlcgl749\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cxqn7elbj59f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmn3vpbhmrs3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m54m06x6r5xm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8c4g8h7rbq07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18_Female_FamilyHousehold_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yyzpv9wsld34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clsqxz8s5rm63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jvy9ktd6wf5c\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s6xrvt0hyjw9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_GDPLS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh4k8ksfw78f1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l7hr8d081lp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fphs3xmmvhvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ybph4sl8m695\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxywvxy57232c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2ymnjjg4cy63\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Watches\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4yyn7sge5b23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbbq6ktyj06m3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcwlbyvc5ss92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfqfd00mvdxv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzyef83wdx4tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtjd4nb6mvhz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwfqbr1xrrefh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s4f7gw1kzecg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhfyx0pnyq14d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BituminousCoal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_OpenBurningWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eymdf0l3m47m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcxdpwvprt29f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbw2wjbrylpg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Lunchmeats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zxcskb1k0ltb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvrfbh7lq9z78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chwwsbb3rmprh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kw6e23lzhyb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmd2392de4mk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6zp25p0kjrzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4jme2hg0x5hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l19s8cr2eq3q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0yw4rv0cnp83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b3jly8tct74c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w55f1k7l9kgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w2hp89vbbmfg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3scnkphbtw0xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr4046f808v03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrggp1dcwcffg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qr5v44rtxxt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hslbewgd1h6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2019OrLater_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERA_2_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInMilitaryQuartersOrMilitaryShips_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcjqe4cjlm91c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbh6pq6vhbgrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbn1e3wr7kstf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kc5cx95jmz55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n6n75nntee79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k864skemtpbh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpk0b8wbr597c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Geothermal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1tz632dyqtr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwzsbyxr46xl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p127ldmfcswt4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PA_NUS_ATLS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_REPR_1_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_OpenBurningWaste\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l5y4bjbp8fdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdjvybcxg8lvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6y3fjt2q1qed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjp42c9rj92b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zz20kx7xzm55\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3qdrccyvv92d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j7wefkke2mq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv650xr9fnlwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zgetv6535tkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52r9dle0vchqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t09m8d8rn2t6\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40h5yg0mp5gq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94b73zlkr3kd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtmkvchq113h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS61-62_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Ethane_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_WithoutFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y8de40sq438c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r63phbmyg24f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvblbsn61yep\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwy0wkhf5tp53\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmwqdw33bmnj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxjqmk0zym6s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb3jwx7xvq8z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp72bswf9rw94\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16ql3mmg0fpcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d83gf0sslnx26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygggehp17rx28\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nyqp6nll9d2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkegjw75zrec7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8ptvb23dyx94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khk3y1sr146zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkj2b3pv712d7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hs7rh42kv31c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_21\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPsychologistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ComputersPeripheralsAndSmartHomeAssistants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ms4j7y88fm61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0tn606vljvh8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin30_t_d\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26y28l30k6t0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r3d44kf48qg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwd5cv2gp14ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s10b47ppsp2c8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ztt0f4hkp0r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7sx8ksnshr3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2txrwbsbjhk2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgyc7mjbb5trf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCM.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jre2l26c7eyb1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvtf1c9v6bx38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx1zlppctxped\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_RetailPrice_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18vk278sf11d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1gp1v183ydf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp1w96x33zsm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb6n7j9zb40v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs0pfsfprbd58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOORO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_3_AG25T99_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/6hq7xd0y9tyj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78p50ebql2ffb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSAccommodationFoodServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44kke1vydhemd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwtd8tjvgfk67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r721347206g42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcm3z6bwjvdwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m06jneryybyc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rskwcylgb099b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/A00-B99_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_NotInLaborForce_HispanicOrLatino_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sdv9vhdmy8t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bsgnetk4rrnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4me9qwgdryyc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q3bmmfesq1w7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myky8dm69kkw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3gz573kevfcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tflkc70wefdwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw39kvqtbp739\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_3T6_AG25T99_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z4esbg8zlzs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjgb3l0eqyxtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/keshylx7q5zc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq3gj3wgsb8j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d937b68xylw01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shndqrzqrselb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5yh7sb7ygld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnzw8krfwhgkc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_CokeOvenCoke_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dyjr9xhl61l6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_VegetablesHarvestedForSale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_CellularDataOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s9sw4em51fcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2373773p3pdm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJI3B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/382s6w0gp5945\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plnfe95txx7b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prnxvqcedt9j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve9vqx0cnbb8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzt8yhd0yx556\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnkt5z58jgf87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wy93bs47g9v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr90p9e50pbhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tf9zbsrd79j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df7w45ndencs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsthncxhb3ngd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb0ns2b9mfqs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4t13sjecyp84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrfyrgtsyr3g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_30To34Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4824jmgezbh43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ths4yf4kmwl6h\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28dblsqpe8b6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lldnk6hn5vg7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_IronSteel\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_MonKhmerCambodianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FullServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8th42717q4xz7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbr2bjednpe08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjwg6d614jcb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6yrfr6q96j9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr8z0zhtz32cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sh8kgm8dt5j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em3t3wectvd15\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3l13nrccjclh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_RespiratoryTuberculosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To14Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Median_GrossRent_HousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherPorkIncludingRoastsSteaksAndRibs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgmqzjkz7vnb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd3545sx1qqqb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gpkcj9jne8cd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8p6d8hn9x4k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh2j38hd08gd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yndd3kx2r9p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72rf86zt870jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5rbftbm3tfq4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8xn3jnm7npph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Median_GrossRent_HousingUnit_0Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/860htzqz47f18\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44g2q4kk66neb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekmwmg8c0pe5d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hpl1fv2q3w98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_SportingGoodsStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t05p1d0289mwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vy4p9rsll0gy4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_FPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3v9ef4xk59g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q8wk1t6ftf7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjmvwnbxvm7sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy5yg74wpggnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybnl8ks1deqv4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hcgw83963lqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ytybkpfm0cfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge622kyg930l3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_GarbageAndTrashCollection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppcvlsh10tcpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thm4ph0vw4z7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OnlineClassUsageOrJobTrainningUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e6gezfw1yyj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s96vxnbm8zmb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xek1ggr543xlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4tlnc978x5nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2c2kjghchg46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7wpfyhdmm7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pjfnfb6l51e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxsxcw009pdm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceSomeOtherRaceAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_4_PR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_NorthernLightsEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7r0pvdd036h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25rnncqp5ceyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25mvfy1h7yws9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvpl669phh65h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BioGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxq2fthe4nnmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxr8nzdq0q5n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/721xrbnw88brd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5qbpj0p6j3w6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AmbulatoryHealthCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph5k7hfxdzrl3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80jslqrjzz46b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hdxe90bwsqhh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxtkxtqv3m2z3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTPUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ComputerAndElectronicProductManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft74bz3tt25x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0zbq5ssztbm\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g59kfsnlw1q3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80tl4q1t8k728\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drrpnkppkm3nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv9lgdyhl3nvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJK_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5ttme0811644\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_OOPC_25_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionIndustrial_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z43rqrtw23r2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct0fpxr08p8dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm2qy795c7696\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PIN_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mky2t9rlrvbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp87bbh8rqxp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tslg2cl856kg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyggyz2hywe86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3f65vepnjvc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--71%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbf98r20vtl2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpqpz8n97jnff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryg6fe3xxdk4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1snxdj0wdc1t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ps0te2e6pvx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drlcfez5mkcg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peqbv7tk3svl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7rlhb6c0kjx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n3p45n5djen8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kknvr7ktm006\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de32nm3vjtdvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3kbw70gvgfl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfk3ns98684hc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v16l4y13lny7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8b11yfrgvb34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlbzhe9ds3qt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p6yn4zysc518\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gr5sl43byq49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b852xv87kl5p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyy6v1f44yxf3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_NOP3_CG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfzsvcfxdwcw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxh4tyz8ph4lh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rhs2l92sj1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlmn5q00p2p75\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCaribbean_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n1lqpv2fjsv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fwhw83gwrk22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kxyh31gl9pjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b72cew1e4smqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0hz8dmbrl4yb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1391_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx9prg4gbyppb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1S3_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z18l9tcm1dv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/560l895vyspw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q17nf37hrwns9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_SpanishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w4yrnlhm5k7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fel97fhc2zh62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcyrn7ylkg8nc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phwbjvwtd8gj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LambAndMutton\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mb57y3ldmms7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xqhdqz9cf66c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyhc0gzwcjm71\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5gdtmk6nqlhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0ttd7fb2mld5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb094j088q476\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k0xsd050x9r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60fm0q7b0zxwg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t9ltv11mhxr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_DesktopUser_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0mpm814qpqvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np4j7xhzv99sg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9gzy7g1sl1wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hejnenzqlbwv5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de06y4vwsw2s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7d2z6fl5w2ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5kmtjnwlxx2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbjr99z0s9em3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88ys5xd05d7d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qjff5t2zk7bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2by5cqnps8n2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NV_IND_MANF_CD.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.METRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmz5pls81ebx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7x9wjxgyz9rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3pznmpmss3pf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_FFS_CMPT_PC_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c16y6pzsdc8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9qm6y12bcycd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43b84wy2bsz51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbdr1ml21qxr\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szbpj06q08prh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r2mjxkb3j5jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6xctmg95mmw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb1v73kfv5snc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z907wn4me7m0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95328s2l4xkef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eflqbser88hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother23Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsld0lsglxf65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k80yzspelk3p3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PHVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_60UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6y1fsy4pmtfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbmy9yhy6nn53\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRERX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zwcch160vn59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9etwhsed4bvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AssistingOrPromotingProstitution_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6hd16exh91g7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v7fne0lvc5ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvyy7jg9s978f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8txzzy0qjt8k1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URLGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SportsAndGroupExerciseClubFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h3479910rb9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnc55946qqvy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29b0rgetzpfn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xfh00gp11hbb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_7074\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CannedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ljx0x4y6v7kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzqjc6hxjl5f4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsbrtj5wesb86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0phbj3ld2dlr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9w461nvecpgg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_1524_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elwdn6zkwf0ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9de19m9e7f8c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTTRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENDNP.M\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA19_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HousingAtSchoolExcludingBoard\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cbxfy4w69jlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxt6t29ntwp73\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1509_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fb2cy53rcfgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8x5bd0xpqtv7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7p40pt3etwg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpk0ljpc30hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zgcs4hq0x5xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emb5v890hkr2h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h624g7reejhbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kthcxn28rj568\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es361gm8y9lfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jln8mvsp8e66c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkrqw0h9l2gl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_UNCLOS_IMPLE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jt26bqkgwqpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftg5760xbvcjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35ryqggeqjrdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75ymqpccgvcc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw7ykgtfne8q1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5met642dnn4e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3g6f8d62b8db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njsh1lkyeb3yd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherEthnicityUnknownOrNotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6swsds6ngfs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bchgnjk706zc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjtc3j50zz918\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f85ft2lnjmwn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tk7gwhk6n3n6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9103_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkmlnctwzt5zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqpgrb0j6fn73\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMLCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnchc1nllh7hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_USCitizenByNaturalization_NonInstitutionalized_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Lorazepam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56v9ktbcxeteh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkycyzl5q0x21\":{\"byEntity\":{\"country/USA\":{}}},\"CumulativeCount_MedicalTest_ConditionCOVID_19\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_12Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzyx3ll4kpfk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz19v1ztwl643\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzl0lpyjshxe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxhye1ywlbx1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s6bzlewdxxx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89l7rgg1rrll5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x18s5ep0zzp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edsxjj5pr0kef\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HouseholdCleaningProducts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MAPRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G2_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s0q1pjxf4d56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rdpsljmqp2dd\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SubscriptionAndRentalOfVideoAndVideoGames\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fswcxsq8kcw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55d4gv2zn5be9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMR_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwwk2wsh88vjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhp7kr5vfhlgc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ht68drmpc604\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hwgqrr292xnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whhhrfv0gcecd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lr9x0l0zz444\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgwsem68rqsqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3vdkv8jd8r75\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SHR__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Phendimetrazine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c4837nv9pce6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsg0r6th3rd84\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n3p57mxmnln\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87721qq9pv5yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfs9f8wvlvk54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8gd90y9z4fe5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90mlkvvb0c7cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm23d3gsgpjr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqvz6qe5tnmeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv4vtgvfr8n41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zj99q41dfh92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7s5zl335p96c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtvhp5gzw2rj3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_FRSTBIOPHA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n0fdfwybpbn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_POR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithSelfCareDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mshmx0v9k7cs8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ybe7efm3zt3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yx8w8p2y4631\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpgq1vhx0hz57\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d733w2ntv7ex7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1g2zpsbgbtn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AutomobileServiceClubs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8b7s0whz5q77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s9qwb1eck1gf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_FGS_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_CokingCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_LongActingReversibleContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxrcr8sedhzk2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e07y5fc9blv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d3slqpp1cey7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb5fd9f2xvmy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re425wgg9hskg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1j8qhjfn4v44d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd2wl715dg9f2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwjjnxgcf03yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psmchc1cfh86g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tentslfqz8q18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7s6vgwtnx849\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/593kb7pj8cx3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p62wmt2ws9sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h12lcjvk295y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khqvgdhyn1tv7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8lf3n5m0enx4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreOwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlz488mwqtzp\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ccws0ssg1dm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/279kbsvjb5ym3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfdry1hqc6s16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhwjsd3zphr13\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_SmallScaleSolarPhotovoltaic_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g24t4051h2n7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_StateGovernmentOwnedEstablishment_ExcludingEducation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WD1TP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwkpxccr54vlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l07vpq2knjjh8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_WithHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InvolvedInCrash_NotMotorVehicleOccupant\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6w5w4lbnhz3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ArabicSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithTricareMilitaryHealthCoverageOnly\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qdhskl70gkg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b43xp37rg67bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th9ewmmqdvzb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1969OrEarlierDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y81xwt75cyc6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Area_DroughtEvent\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2fbcjf4glg9f\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6th58h05w6435\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StandardizedCurrency_ExchangeRate_Currency_FromCurrency_USD_ToCurrency_XOF\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/GFDD_OI_19\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf10000To14999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j9fr7zwvmm94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y49b6qd8mny5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCA.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkcln50jm7txf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxh84549mjrw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithHearingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9xmbnrvyj9l7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp43gt7v8j5rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx7dqs9y8gn96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSTotalAllIndustries_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90jtbc9cyczz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKN_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xhk1zj3eekg3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmjgbmzefm10h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pez19f8d9b6p8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xqmjwnzjyt8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjezqsejv28p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1104q5q75rr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c53hdbt2223p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz70lnvl2sl22\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbm09rwwm9q06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdxgg8mx68gt2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4hr31jf0grmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8573vwfgkzd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhr6w742e3jt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8kj7lp12pxt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf35000To49999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bv6jv52k3vc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1sg7wlwe3lv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ttg3f0zgv948\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5j3vjcn0w205\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2024_MF\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Female_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwlx5sh6zsp3f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--SD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSOtherServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4fl62cc48fm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1nh1mrqncrh3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDGRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1kghejf6kmh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hj943v4mr3pf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j71wht8vhxrh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v69fflkm638m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppytwyxwe4r34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm0tyj8dv822d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ye3nhqfnqpm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrnbzqcd0n3c2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6678c1cxntshf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngxd3wfd871sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9ttc695y93g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydb3fcmlb4172\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8c5x0f30rtx4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jxblmm5gjclh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dedhjydjg1cyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhmsfxxhpeg19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks855knlkt8c5\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Nuclear_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81pjz17t3y8f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyjstt5s61fg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h3f1pgqvw4eh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_5559_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l32y52rmh4g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rhpxzd7cbrq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6z9h12s5r6z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcrwdz9dy8e8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhmzhln9fntlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cn222gdgr5s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcpxc453lh6b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfkrj427m4nd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv0f1fh7wgrmf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g95xy0lfp61h9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15lzzsrzmdmv1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm83bhehgnvyf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SUD_TREAT.SUBSTANCE--AMPHETAMINE_TYPE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_HousingUnit_WithTotal3Rooms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rmbzjq05ymb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78kjyy9txn5kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx35lccjttw04\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_LE60_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1h32rnx8j63fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0ppp3bgv894c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyvy4xscrxr57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dld5gn83nt6w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf0nfrer57mld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/552kdpes8z768\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt4vvtnz8x7m8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d1pcf42tcvfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bdpt07lns95c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfv49ve7ej312\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3xsrmp3v67h1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherIntercityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXR_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/647kn6k6f8687\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CUAT_PO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl2szy95y8x79\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/vdb0hsd7mkdw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve6j2jne9834b\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd1sy9fgkl2g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wewlwdnfs5qpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbhefx7fbw0jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpdhdf8eegz6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qtjtykrshv3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlmxwb37z5bn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzxcdpk2ddhhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1tscse64v74d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RACPU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc65sg6qftnc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0w7db9pb93l2c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dye0vnn90l2y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjvzn5gm64l24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LaundryAndDryCleaningServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llyz09wz8c426\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd8sk24gzqqhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy0hv9cjxvf2d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1y5qdq8z2ktc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMPS.PRODUCT--AGG_ARMS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l7en2lmlwb5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn7ddq6zn4gf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h3g1kxqtl3y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzl3v5jnrdge5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yky8ezw64ez92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21tscf73kz748\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2d16hmw3e7g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h67dd82mze5l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndqtks5s8qxxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwcdwz74k0117\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhtvnzrn51v55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skrz355m166b8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-3-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_52Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hqqbgpv4xq4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_HackingOrComputerInvasion_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm3d4d5rbbsvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn8epv8hh37ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj9qy13xgcl4f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_PRD_CREL_MT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6383cwjjkmd33\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf75000OrMoreUSDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfdlryyvf9mc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk95nzkxlk7e6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twvgywem04w43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Gasoline_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4gqjtc3291y8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d758td4k35svc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg4sv90m8lcgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smjmq5tkc28lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5y8v4m0vd52c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b18vkxwgc8xbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syq4623s9w4n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwp0h48vrgvqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y90pppc3gde0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingCommercialSexActs_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk1kjvzz4eyg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npn8fxvs04zb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7lcsv187jvz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/956y6xvgdc5x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk1360ltj6cxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8sn596kgqqcf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Asthma_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br3tqtgzmp403\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwj3xlqq52r76\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_PRD_LVSK_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb8ejc0wnq45h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk0zej3jn5n64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1rzxfm3m5nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m53fcfpwl1y4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hybm8eytn2n9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_SulfurContent_Coal_For_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8n52j3pt0td8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvjdyrsvgh454\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epycxjxmv22c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CandyAndChewingGum\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6r9b3dyc67w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb6c45j4vqev8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylkgt1cxwq78b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_TradeTransportationUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5cte25ed8znd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcwje2mtpq30d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoAndAudio\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6hhq63tzqnxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql276d5s9kvf7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq15n170qwgx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Bromine_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2zbpexl98zzd\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36m404h4dnx65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p6yjw46c1cbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2hdfp6q70km8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_HispanicOrLatino_SOCLifeScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d33r2zlj2lpd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep5f9stf6ne3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85ptety39ldl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v978vqqetz32d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_OnShoulder\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vnjbp7br27b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mzsvfdl1h3d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k64czz0n4y5f8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Footwear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl6wcfn6m0ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2ldnv0e4ztjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGuanaritoHemorrhagicFever_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/116lz9yjj3bnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vzt6npk1lwth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57w3nvrycqzs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl6jc0wer7g1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4p71y8rebwp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjfftzhttcdjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33z5t6xqjepp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r965c21es0w08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm6cyhjbrwenh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x2q63jnzp6bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfb1slyp7wn46\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by06we3zy6qj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sek9tys5hh5cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mq2tglr2vex9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlz4lzzbflp0f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r23mm45khdx43\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_IBRD_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk7zpjtkq9t6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SalesRevenue_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0fe8esql5qfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVAF_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PeanutButter\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2pfyylzyzsw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhf7w3km5c046\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qnswwk0kcmd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqg8qzglr89x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz8gscy0b8f58\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Housing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp78tgwpfv961\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVCHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dwmzph5swe8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gs8dqw52dl67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0h44nqjgfr66\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_07\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rysssynnfbf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3p0nvmjxe7h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pb6xpfc3011bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjh4wrl0l3p79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnjlc2rj56bl5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh5741nrrv2v8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_SmartTelevisionUser_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5432zf1sh12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother42Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshBiscuitsOrRollsOrMuffins\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtcrxry16vzec\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_UplandCotton\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86m547gkrx07g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j95e63dykln9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4x3vj36elxs5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygnl7n10q116b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAcuteIschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqxyljc7y2spb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesLessFoodBeveragesAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qbgpy1bdq9ng\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knngvvrbc0qt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw4ptj8fqvbv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38zwb9nflvt95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qql1trfxmp2sg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnx9dnm25e807\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6g2rbbhntm69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg018esltgv1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkrzj3rw49zx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_CerebrovascularDiseases_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5rt2vt0n8st\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn1jkhehc8mf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7hy6m7cpk9qb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInMilitaryQuartersOrMilitaryShips_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1tb03xt8jmm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_Female_ServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvwz1lhb10chb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etmftvbmydh06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j18x4hqtdk987\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_44Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_StateGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Televisions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4t70gkyd78b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf0qpj0y3vck5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_IntentionalSelfHarm_Female_AsFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HouseholdFurnishingsAndOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m5l1h1vq60j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rm89r8kev3x9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MFERB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xymn80ck029b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl5xz5frjxj84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrpmhvgfk22vc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSL0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldvc8bkwtbrz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkwzhyfntsj23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7vny0lzbzxq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmzfbg7qwv60c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMNIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_PaidEmployee_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqnt864dwjtc7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y6f6k5g4gj86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cptetkh7f60z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq633lyvb1ysc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kd7qnljl8e24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/536kw8y5q6gmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e5tx8lfntnp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InstantCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_VULN_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_8Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56w6mmkywb0z3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvgn7k43j4r32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez4hsz78yj9w6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqe7dj4mzgsr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwmvb27w0n8f2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_5_B\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0zjj3cqp9r01\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b8dk78sxhlvd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_MunicipalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPostDiarrheal_HemolyticUremicSyndrome_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Leukemia_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp8jqlhevzk57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz76lvt0nc6dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkqjk7shmjsl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3bcb1y58ygz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n53q98tgnz2mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_NotEnrolledInCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3hymdvdxlc25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njz8ez9vmm9y5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_VF9_PER.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9s5q74z1jl5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6knw87650djs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h19ltd2pvlrc4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Water_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evhnh8xrvz6ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8b3bjvh0h68f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtc5y3cz22kg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh1v0yrvtk6g5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_91Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf65000To74999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjyxf0pbw7ksg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--SV\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_FoodAndTobaccoIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNursingFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpnscnr3gm7d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl01wwb2qg5bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk2fe9866by7c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bfk02nwmm4xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfkrlrmjm5pgd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SalesRevenue_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ParkingFeesAndTolls\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc2668ty8qjr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsskpz57pgtq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00xdhh7rkd2mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsb1wvh81pet7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_15UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BN_KAC_EOMS_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw6nlx046pmmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_3OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1phxkqh2fxc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gedt9wvw8wd4b\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_SavannaFire\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/jhkjf75rljp42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn5342q2887qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx3513z6rl6s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjlvvwdwqyw5b\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Age_Person_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/908c0lpr5f446\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx5zv56fj8md6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x87fzwf183j2b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_3_E0\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_BaseMetalsExceptIronOre\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swxje0jfb562h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30csxbq8y90e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blewhze2khq69\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m9tl3h3h3p8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzltpdp36017h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42qt6rzhjvk89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv4ke01hm2dwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvjvxqd69ll4g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12644k5xzevhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dgypy9q8388g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75ls48er4qq01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyx2ynze1x46g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxntrf4jb4k78\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr27y2jwgt4l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqm6w8e00tmv9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwwmdxbchclng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_Smoking_AsFractionOf_Count_Person_15OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_11Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k15fsdnp94kyh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Pesticides_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39jmg70pv8r3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkes7v30b0p2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb38jhq0sx1q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rpzybnffj5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8smgl0h10ydhb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_MaritimeShipping\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37kd3c8g508p4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_CMPL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4xxch4mwk37f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjlf05wdyngh3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SmallScaleSolarPhotovoltaic_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew354cgmx3vzb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R01_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryNote_3Year\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm7zb7dwgkv63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztn44tjk2tx35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzdtjgjx7nrt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l660fe5yfstf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjhvp62ms5s68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtdx6slmg2qnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Product_MobileCellularSubscription_AsFractionOf_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g88mtw0xcllcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yks68mg543s73\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tk2p3h7k2ke7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pxklrk2q6453\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_AGR_SSFP.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38eptf1r4nrsc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPORX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdy1hyzxmbq11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf30wj50xq4gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twzc3ktwcn9r6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l186tbf4whzc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjg5w934h5mb2\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c9gh76tt5e57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_OneRace_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djfv6q5dt3g89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdhxkcwzqmwp8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n835pd7jcd2l\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5290_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAA_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b29zywlf7fmgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52qx1m450rhc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq2vevb238d1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y861lfwcwd9d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d854de1nz519c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3nqgrkvxrv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Commodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d48z0gc0ezc29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdhl2q2l14tzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkmcjds05hb27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km8fsnrx2psk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0sfvmfrnc2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzwyfc7g5lyf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2cn9esdb3el1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--SJ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k2gjqqe00xw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvgvxz6zbpqj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlfnf01p5mggc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n0e9ebpx0lh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cc6g9g9kgph2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w94zb6zfjczj8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_PART_MA_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t3z92t98k0e4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-1-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_OAEP_1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmfhpzqdbb019\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSManufacturing_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xy1cr2kdfqp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m718qc86hnyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8ewlq87v9wsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xbkq3q2lxke7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trn19zt8jf67\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_UAPP_1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4hr7vzwc9eqb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPPO6_SAE_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceWhiteAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0npb83ncq8m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8mcm7r5n2ymb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9dg8jbf7cfkg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Stock\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t911ndm8d644\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Arsenic_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwebveh18jr48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc220vw8sgfrb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_RockQuarry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_55To64Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d90je8nlzjh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry7yp6lqlqmj4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Solar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdch31np7wcfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxq1hzb8z1y4b\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h143xkj99g2h5\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithCancerExcludingSkinCancer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv4kkqgwmfe4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fwpg9xcwtpm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4evrp6s0pm1w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qj5mxqgyrrx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n3cl8vkrrqt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_COVID19_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hkgftel3s0lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj1n7pck8zf98\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGINP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zgj8t7ndrcm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skg1lzq86js77\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFRZ_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HodgkinsDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hdksn94wnqzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hntf9whsdhwk8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_4549_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brnleyn4sj487\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msklql9gdwh76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vyjfynhs5qxc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_EnrolledInPrivateCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j3700h350ld1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e68gppje4j2v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hb3vrlgdgvp\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j9rfv8fj4s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlfdywbvrdkyf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26xpv5vr412m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/595xn0mhq9zw\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rgftfxyw02r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1989OrEarlierDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq0gxvcbhye06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-4-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__EDUCATION_LEV--AGG_GE2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtyl7tbsn9sz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV01_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_NotInLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_VegetalWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Fuel_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother33Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Solar_AutoProducer\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Male_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s23p4fwkwt63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8cvpdq5392qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9sxj86383j26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationUnknownBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_TwoYear_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbxsb0b0qdqk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k212hrgtplq56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf9rj7mm816pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyfm6vq2ldj15\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64sbk331wnnc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69fygpr6kysh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dwgddrw0h0l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egt3q3g4v0dfh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p12lgqjsy8m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tthzyklkz2dc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOR7B.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jbe4l7515rhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erpbbx6w8w148\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v976bh4136xb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52h6zzqcn2yr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hcmjfqgv2t08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rewe6hmpsxnm3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqwqxn6b26bv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqexhyvmzgy67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emq6bh4xebf1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9g30c8q56764\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shs8xs9ddftx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Falls_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ejfnh4bf3yv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_TertiaryEducation_AsFractionOf_Count_Person_25OrMoreYears\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5td8s580mdkz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtrtjmdbqty02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncjc7p2m9s4lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkft288vfx99h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SomeOtherRaceAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b86lbcg72vfk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgfytv9gmpkzf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y15T24\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_33Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5010_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_6569_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glr38zv7k14m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj1s0bdhgp2h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_ART__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_48Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gqglb7k4k296\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6gd3x76deze4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRERX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_5559_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77lmxyx8kzrhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpkqpt3e20fq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9zq8dvhez6s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfbcre7qyvgl5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_75UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_WithDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61p9w2184dpp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71z7dyss0r5dg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drwpnztt29k7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eenv7wdlewbt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x99c861dwvl1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9btznt48rw6h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/822yznewj3s59\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsBillingsOrSales_Establishment_NAICSConstruction_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1wjjf12g1wt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5596jk2s5ged\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWPR_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dbvvy7r6dtn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0p12f8t9lcgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4j37kv8mfnlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HackingOrComputerInvasion_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lepyq0de5s8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz838xter5kh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_ClimateTrace_OtherTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nt3xm72psnn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8vndvywypm97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnneg4w8bpbd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld26bhev7hrq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt1x12hhy69kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6tsjew2q3bxg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneC_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wp1khk1rpne\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4str8h0egwz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdl7p8wsszchd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlcleqe1gq0h9\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAE_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bfrn0rfpe37h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7tejsqqw6zs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr6k37b6d8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1n20mzr38p21\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71bxwy3q117c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfd9qkhkwr8m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwq6deb6lww9h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_63Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79tmx3we1meh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l4pz5ngk6tn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdxbx7vx99csg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9rkpxgvnnex8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lpdtpd0k2fj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnw3he8whvv68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfLarynx_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnvdp4m69q82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdc4zqj1c6wfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdtyk9188hl58\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPLRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wg73ezgp2dvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4t6xrgtmpneh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17l7626d8nd3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e8clnbwvb6p6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_VegetalWaste_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_DYN_IMRT.AGE--Y0__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2wc06ztx3n44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrh2kqdf6kw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"UnemploymentRate_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4dkz3xbpbtbb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FP_CPI_TOTL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wymdvbl5136d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbslrqg0b7gzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtx8th2d011xh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthDataResearchUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kd33xsz7hkbd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf9wldd2m1wy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz7wztmfcfn96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b57mhmyz62h1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtj93yq251lxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hth5dxqw2p069\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_MetalAndMineral\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_OBDN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SL_EMP_SELF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63vq2vyge0ec2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvnqqnmpv9y4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2zfqwk7xngb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_EmailUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87eqw04ffrjkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5p2gdzts8f7h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWPR_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79zm6p0rw7cd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc1txz460qcrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnvrdx506n0vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hykn4k6ljqfv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccmqjdkw6kkv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t3k8s9ggfw5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72rlctvjvz6qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzf02997j8t97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/238ze6xf33ehh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz66vhw5bmz16\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_6_AG25T99\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_HomeValue10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fxs4tefx5449\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t68r9hccc75h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5bf9lnmd5e26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg088xrsvt525\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkp7k7egbjrbf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_J\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44t3x35ec1sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spglmk0f8smef\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years75To84_Influenza_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bwqq53b1f8p8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G1_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdPaperProducts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlrf184qhs5n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxhwfrkqyndx2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x136gw119hs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kmcgtbyvj29\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_67Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf30by1q0mny8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5qwjfb0rx7ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_NotInLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b83tkfpfch8v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp425x09z94zg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_3_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t7tyzlzhy3gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebnyry246wpw9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxepw7z7snh1h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_07_gender\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/I00-I99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf15000To24999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5jrg4lgt887f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxclhj14bf336\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61b8srx7z7022\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbk0b2qe18x5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59nzcdw1yg2rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tf6mcy8mxsq5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherHeartDiseases_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxh94pspck715\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tylx98bx0xk6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithFoodStampsInThePast12Months_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgcxfq04rb86\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_1_G5_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5To9Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/495x8v76b79wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h71wkngk0mv28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jce3qsl0r2lp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt4p96xp2bpsg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvgk1hrr5ypy1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gx4qytb4thmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p3fz0qqey13d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzp0gvtryyedd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishSpokenAtHome_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_FourYear_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evp0mqls8ew53\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8djs4xscbyteh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nkj5zwrdtkx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdl0emzn91l3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9kxmxlgydwg1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x865ms5jzz4z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymmk00fv6mhv4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSmallpox_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btp9j9zcn8q2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc83vmrc5j366\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py3dcbpkks257\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSPublicAdministration_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx7sk2p2w8fw5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24t8p1jt1dm1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fblnjbh6xlr99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky1t890174qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wncvlb018mpj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvp2znp95vlb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h94zcg0ljs828\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8jyr7qrz9586\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jem6hpqdb9hwg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2182k35q0zd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f9ebh0wv346c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc4797jyng8z2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cyjtehkww9hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tpezgbmm08eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bltphym84e4fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn66tmxcdm8sh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09hrbxgsc6hq3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Fuelwood\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_COVID19_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wns0wz3c38bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6lb61ymm0252\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsn3qjp1hhp2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhdhqv0ryx3dg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Impersonation_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct187nxnm2m79\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WWOUP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmts3hz2zsqrd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnel6m3sk54zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s11tttbvg3dzh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationAndCommunicationServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bybp6w7jln945\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15To19Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqeyhfzj3z5z2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqb8txe5xjlyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxfc519bv9g9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_NonInstitutionalized_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cpxrh3qdhrs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71f5x2cbe89d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drssrffkgwxgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztqzj5bz6cj5d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y5cklktcj5n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nz83b6w3nc82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_WithIncome_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ggqxdpn4y2bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34kcegr057z16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plzdcbjs3141b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67grq0tf438lb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Asian_PacificIslander_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmje5z9ck1c67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t93ggt53jfqkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA02_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78428tql5c8kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eye4zeh088674\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brwx7b9hf4mv4\":{\"byEntity\":{\"country/USA\":{}}},\"GenderIncomeInequality_Person_15OrMoreYears_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdjfqhnlq6eed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2s7xp36qsslf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1mdmnv9xhh5f\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpj6rrn5wtvxf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedBeefRoasts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0n993ddpgxr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rry98gg5gdme9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cx669jb09637\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63bp4lrb2rr0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfk83tvjnn418\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6p1r7p8mlcq1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb1dk4yckvty7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ztypntzm1376\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentLessThanHighSchoolGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentLessThanHighSchoolGraduate_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp00qmj1f3jd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syeje3p2rgeb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m6hg5ml1c7t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff2whepkq7965\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01w12tg76800c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bx5vs1k6s4v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fpl5g2lv6tw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherMeats\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ngty82w6y0y3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qq6mj8r4xjyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc0822ssng3lh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_2529\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb14ycksbyks5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmcbk8blj9d1c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_AfricanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf5ke3z3xx00d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddv4z5fbgych8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhm6gsc1dxb0f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSWholesaleTrade_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG5ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0b5q630b9vg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgeklpd8902df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jb73gm6tes2g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSFinanceInsurance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg1y7rd55ybtc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krvnb1p4npgkg\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crsgx0blmj957\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13djcqxqg7fqh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_PSG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wcgb3b2rhgdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89fndld3xy4z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q02bcdgzzd7zb\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInNursingFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybhkllbjv56m3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_5_B\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vqzdrkyv050d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_RawOpium\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cmydqv5ddc8d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25xgzpd5d02l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3ynfpcpwptt\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.29-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j6gfhtxrdtv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d73lvgxmfb741\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w017vv9560726\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cmpg60zkc649\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh3gcehe5ys1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwjgtj5ql13zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s09yywbdz7k94\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAFuelCombustionOther_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoAndAudioRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bw8twebv6md2\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g0xkcy5r45b4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btqzflekd4vm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph3dwp132rme6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_SolidWasteDisposal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gr6y83p0hvj\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7kwpxmvee5w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaAnisaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c56fbjzz981x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjwpsrfksq077\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6m8vf5yqlcr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfn1gth13fs83\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwmymcmx8zgf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqt248qejyqd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eelecwt5vv304\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh1twf14wvw4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_PostDoctoralAppointeeOccupation_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgw096tsjg6mg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_InLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmsx1bqx3v81c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_CHLDEA.AGE--Y5T17__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf5b8g7cwj691\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9zptpep5edx9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_HouseholderAge65To74Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktxm11tvqvhm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_MastersDegreeOrHigher_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8b18frqqn6c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8lwmhtj6d8xf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2drsl4n9qe0l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4k66whfezer7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5ntbnh9z145\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q93dex7hf2e4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w09wjmewepkl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MusicInstrumentsAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eve7kewp8qpm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05wcqml7rh6mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czwm6nnr9plw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv2z3v6xvszlf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08by37qhmvhmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqbnk75l974d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz3tpw1phqqh7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8387414kdr2c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2b25mfp2vwc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSPublicAdministration_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n804302822q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge7kw4vd1lhq6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1drssmmzk5bg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zxwbbm1twkq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6m9xll9pmzq4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Housing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4fh7l4nbvxz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DP_DOD_DLD2_CR_CG_Z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8r908q4d3swg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x905y1nlvgbd3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGUCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2TCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gcglkgbezjm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zv8wlmny41qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exxlb0j9jk0vf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SG_TIM_UWRK_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwykb70yy50n\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_MEAN_1T6_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_TransportationWarehousing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c91n8kmr3kg43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvspjl7vbh8zb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAL1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kqw7yrptf299\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bev186edek93\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/765trhdn7gt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg3l3ew63qzz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egsvkhjbkh299\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_FPF_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_With7OrMorePerson_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f49tn9w47h6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3e4527zxkq3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m0ky4wkxsfb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl6jjybqq1h2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1570_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPRRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_G1_T\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pehtznjl8n7nd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzwxl6g11frp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d3t27hmyj2w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d54nnb0s9th8h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Solar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7em9r84dlxyb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmzrj4x0kyn9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2v9n4r02qy6b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wycd3nlw5jw7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5plzjks1emzg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84gvlj51645v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcbege7vbmnlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pryl44blypef4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q65h8yt1w76xh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInAdultCorrectionalFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47bfcg9py30n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jedxdm294l5dc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL.AGE--Y0T17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chc0tgj6blgng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgndfhvp381yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lqtg4gypkb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kczvk714kzwx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0fmgd8fdzv72\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithPublicHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e73pp193j9pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5swd0rwmwdnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4c40p34e1jf9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DriedBeansPeasAndLentils\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17kze196e082f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e3g5ng7eg98h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbwv3ljcggrw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sh49es95mr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwhr48xfgdg75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdlfjvf7xfjm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd9mbzg0qc9zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k62t9y975eh4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_3034_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kzy5chzth764\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmqs48t16pgmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00328x6skhl02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pgy9db9xdy35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxvm37jgbxy82\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR9907_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brgxg67nrpbnd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t1y6vvq2jtm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4kj5nyz21y6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed64q6e8pfjtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph06jc2ydrspg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf2cmf0jtjb08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto2.5_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1bbcbz2x7cnf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57xsltbxnqzx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cshzdktsxl2bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt3z2yw10mp46\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/EG_ELC_ACCS_UR_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyy9h06kc65f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tckdv7qj586db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvxjjqjspmn62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74d1nctjesh77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed2pw58k03l24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Income_Farm\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ec2fwwnsmnq7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddyg0pklgp7t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkdx27pvlhj6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n62tffr7xh0q6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5p5xl5ng7wn7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSArtsEntertainmentRecreationAccommodationFoodServices_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NonelectricCookwareAndTableware\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e29xs0gz036c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5e5xzs2r1eh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ddx7ctn5tws2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3ldv06r4z09g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkv9vw41flb4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7g7hj3nvt1rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wr3ypznc38mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v942mrktn464\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqzfgdp0dnl01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxjt49c1wqjv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rw4j1dvg4vj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qt4s4y7e257h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k5klds67k5xg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithAsthma\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensShirtsAndSweaters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgec3t4y2bd67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqvyglpkh1g65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvzgqbe01p0d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5ne740l37npf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e2r9qf7cq3q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k258ge5kec1tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wys7dfbj74bf8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENAB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wh5nx095yjs3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTrichinellosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nss2f8esebgh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4r20l27f9vvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kclg4skkjvc98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4w59jjq49hw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mfkbm75b7qdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x8qcedr09362\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b4s5c3wg1ln3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjjkxl1e5mkvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesByOtherMedicalProfessionals\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yhvtcps30f68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n96p0pmlwc5r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz54fsv05r7z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn3t64848dhkc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tcfe1jynlrd5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_Employed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthEasternAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr8smn9dj5tz4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/148vplnfb9fn7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09jsqk1vtgb06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j45tmydcdydg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hd16sks0g50f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lndxrs4xhyjc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w27dmkstg1j9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MeatsPoultryAndFish\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fq6dz06e8qm6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10nxwjmy2wpwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfsk06t1vq3q5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1240_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PlesiomonasShigelloidesEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vg618erl1sb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr5gq497dc0dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xz6k50v43yj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnjk9sll85mj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalComputerAndPeripheralEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxgq96yd8j2r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AsianAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithMobilityDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzrj93dwz5e66\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfArtsHumanitiesAndOtherMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yef7k24jc7d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g6e80hjq9ebc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edwg9nypzqsq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grwcwl2e9qpw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc0xrbeebpxv9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_36Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvxslfel8d5s4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjbyrycm7pd58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlkjy9l38kn5h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_HomeValue250000To299999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/124bzme7qndkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btxrdygd3l736\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNursingFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATR.TYPE_OF_WASTE_TREATMENT--WT_LANDFIL\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_ODA_COMM_SA_CD\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3z7ptszh9mm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_GovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4njke9h8y4qzf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherRace_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bht7vxhns6n4f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72gsfb6pycmw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvfg53xq2h068\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate1990_PrecipitationRate\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vy7z7nl9f4jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp5bw9b320ky7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvm5ehpfmff81\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egfl296bnx7b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbx483ltq03j3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk9j1qxg4k9b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qmnydehl8ld8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjvk0ew1nrwfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sf3k9k2nmm5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcj03bvfdnrnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wr6sspk9nrjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ccfs0ckg1vqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdrvtfvserd13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy8w7ed40c188\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t90vb5rn2xxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmd0vjps6psb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlyqrgm1ssekb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtsy7ldln64z6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EntamoebaHistolyticaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vvjxwt30cccb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqnt1e4xf30y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fny23szdf42yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx06knwcd8wm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v96l1fv3x8lhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzn2dx0j2nmzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmnddm6m9qpf9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TRF_ZERO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcdvpbcvzqnd4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_ClimateTrace_OtherOnsiteFuelUsage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Income_Household_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3v1cd7c28ve1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svzsvc1wnyh19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy9wh7jetfgq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb2w686kn7j3g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57v56f47791k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xp08f5fynzc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfz6x00fr2ep9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7h03qvsebnt3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/e7yf34hemnde9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ky76n9zyk4mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxrh3f6d7ye9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbty43ybh60g1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbhxg2emsw992\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f58bcllptv63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8mesll6c16dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwg2861bgy1sd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumComplexEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TuitionOtherSchoolFeesAndChildcare\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08b4mvnl84rdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km8en9ep7bwh6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Leukemia_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7qv63hkdc4d9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/f8ft58kep04y4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleFees\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6qqqbfxgy418\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3hk1nwn7d441\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2h7ppscekh48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heh4hrddh44d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27rl3rppzx6k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcnpwkkrwk671\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf6kc63rvm96f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn12frbe1rz14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eeywr20ve1tn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2brpjx6tnqdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clylccrdym8j\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qb7ptmkpftv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pzhw4cfqr1j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1j4qqttg5dq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3smce10sem3z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dww2q5qdlx92f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc81s568zgvf4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79j8y3hd3g14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9wtctkdfq67c\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr64pb7vhyqec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k22s4k7367g93\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er217d24rtftb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwqz8wl2yew5f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccb4x51s4r2h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw8qmxzyxcyz1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elwe00xk7fzbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76r6g1qw899dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btrc6yfb1910c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky8w2byrfq645\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tld39l4exe5pg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39qpdke019mt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5689mkqc01c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe96q5hpkcp53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA27_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjn1gfbdh204b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p03dwxq5q9qd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Falls_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0yth5r089y52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drpxpq9fwygdc\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Ethylmorphine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nbvjb5017r54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1knb88l6h4n\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RecordedMusicAndMusicSubscriptions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sc5rdmqxxw12\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsExcludingWhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLP_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/leds6mhp0gedh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m35372qv8pm25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkssb8frx058f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9r63v9p6v7bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnbqdpd4t76k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3hmj506ec5n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emcgc6zq76dg3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_POISN.SEX--F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--44-45%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m0yeq6w1tjhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0fwtzn3622x6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment7ThAnd8ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleBodyWork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rptpsjvfqk771\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0tnnk9hwc03d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzwjrfnnmqjrg\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b137735fq0r99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwwm48gfkmdx6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kcfz00f86em6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kk7zm61f48z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64dr8cd05cy71\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myfgm4kztqn62\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08rf85twltmng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j78dvkcfn6kw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9htt21s6gwh1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_FuelCombustionForInternationalAviation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v0b2vlf58gc8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_1524_SP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2w5qb4llvjs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_Black_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bctf31g5nnj5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmkj3y8jp1n2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymeltte52tjz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z073k5l1ml2l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec05t8pte6chd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3mzbd7lsf2m5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_TOTL_RU_K2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f749kstwwsb4f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xy584p5ts0h6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G3_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16OrMoreYears_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvqqt76hy8z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp13pfdgf1peh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WZTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzjfnfpk7s3s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9x11gn7rfz65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7ke0kz37wj5f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DKAP_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GardeningAndLawncareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvj50xw4mql0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvkd495perke5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_CarbonDioxide_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/671mg7tvj7ln\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn6kncq3g5t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdgfjrhhgzys4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je1xjmf3x0q3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc46klpdskb6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s11n08vcjd3gg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLL1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bv8hlc14zjt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fth289cb99dd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8tgc4m2zt7lb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKECP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_VehicleCrashIncident_NHTSAUnknownIntersectionType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh975z8rd7ql2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv4gp02r1r7z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To64Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tpcdq95ytvhf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_PM25.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75OrMoreYears_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_ICTS.TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dxzfqq0sbx62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbpn154ctlj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh9x5yyl8xwy4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NY_GDP_MKTP_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2r8gx53g3en7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlycn54gpxd25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4ed6p180nl3d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpgtlvtyprr91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e52qzmy0glsn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8202mwl4g97e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t67ss19m6rm92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2ppwyt4d63s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8qtz8ksh3en\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvdrc7k8bt59h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv8qwr2vjzszf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dlhxwz9vzk99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1mn2c36kz0mc\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Underweight_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skv950eytrmx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vskp4jqtgts03\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AsianAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s19ngn9h49q9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_OneRace_AsAFractionOf_Count_Person_15To50Years_Female_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emggtxg2bzr2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw9d6fbeh5wbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wq37m14r9v6x5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_DYN_MRBF18.AGE--Y20T24__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15To19Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w6j5r6ns4j7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h0m64p347nbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv22bkkrz1ld3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS71-72_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35z221jv6gegc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyn2g7scrgls5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ClocksLampsAndDecoratorItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yph8vlwyw8yj3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_SingleFatherFamilyHousehold_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zg0kvzznyhhgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rhs2w37m30hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mg5y5nk2l3b8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dye5v8bgy6d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7fjs67r4ppg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_15To19Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88hdhczjf8gy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b78lnhbx6y71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cvw8b62dss1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc3kbxvzesxp6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF_AGG3B\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_18To64Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm3sq0rk9cx32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29vy1f58gdm0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8fgrfq03nrhg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hkfkxwgyqt45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdlr0ebggyqb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wwlk59jpdns8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/311ny9qrqlh88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c0yndktwhkpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwrtcfst0jlw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_31Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ProbableCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPostDiarrheal_HemolyticUremicSyndrome_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgtsez1ejn09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4djc4w4fffn24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/855lsdtck98h7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y25T54__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8chx94zp14kn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg8lpg8xq6bwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh5g813nfcev\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vpxppf1g2ew4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_GEN_EQPWNN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CakesCupcakesAndCookies\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Asthma_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Solar_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/382jthm7hctm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8632q6e7bh7v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp33fmq9509r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e5gky0wt0f0g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear40To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrve48k9mzmcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf26wl6p8ql95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVOE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m98dj2f5lsm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ts5kwppezgg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_BlastFurnaceGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodFromVendingMachinesAndMobileVendors\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_NoDisability_HasComputer_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_ElectricityGeneration_Heat_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g7vkrkzfre5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qflqyj0fwt9j4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvpyev8xg4f1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10yj45ghkqg1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v85qsfrmh3jt4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_HispanicOrLatino_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp431s7l2x8v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41efdy1c7c845\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npsv2kp8tj2rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_CANL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/DT_DOD_MIDA_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SL_EMP_UNDR_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_70To74Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/460fjmk7yr9c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wb6557vgsnt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l668yh6s229b1\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rp4rs2p53w76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zpbvgyzdqb15\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7p8eb3c3esr5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwyeg3j0b9e65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS51_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13xdqxxs72v6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnmqvk5807nrg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_KeroseneJetFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV08_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epnpxt100nvff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp043x1yvq182\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ntlxtl08h30c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsv03nbbekv02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s44j8gqdyt7ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5fwql98kfkkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md2p00dv6e441\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/mobileaccount_t_d_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Farm_Producer_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nkcxkpkr3827\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2j6m7mwffml3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh07h5y5p490g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0wegn6xttfv2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/83dsgjxh27r05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4c3m7nr0gst7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMRR_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_InfectionsOfKidney_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_DivorcedInThePast12Months_OccupiedHousingUnit_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrw10lfbc9kd4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1dh7cy8hmbh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm0stsvgdf0d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1vlvtrl2nv55\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tqllddbkj9rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fzc2896781kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Methadone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtrs1fpt1xeqf\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8rxbmjs7nmj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxwctvrvcz1z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5dtqz82y7h7c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4h8wcstf6ry4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg3cd3tp22sm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbn6yvd6hpvv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zey6t1ynz3rqh\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44ge3xzj74v09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yseyj6ss9nf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_SleepLessThan7Hours\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f974ewv66n86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/757dpz781gzzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5e9kr6nyzwpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g1fxl8r4ewx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Eggs\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodShelterAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3025_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5vg61z3zyzcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbkjdg3hmdbf8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh447jc4p14m8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry26scyncnhf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8py931z2m27b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p5sk8mclylmc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng7v5y9dgj339\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1cny3knjg121\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_ShortTimeCompensation_InitialClaim\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kmr7bcfb7099\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgv45jcl73951\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_ProductReclassification_Fuel_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To59Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceUnknownRace_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_87Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xnw91xn9z5zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f9x3g2pm1992\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g1kvqnld5gc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g3hy77d78vz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxmqbh1wc14v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jefrmsecdvwtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz97m6gdzs3q8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddnejgwj10gqh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.130-3-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk2y6jnz72nn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18ks4dnkpgjl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp8c20pvxdw57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd3htl25wfxp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--54%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_65OrMoreYears_WithAllTeethLoss\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyd64pwsz2nd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_1_G4_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vs065pxh6scg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PASCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zdbqsmb34w71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4eyb3ep25c6h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PNPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_WorkedWithinPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1kf3yejd95bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_FreezingRainOrDrizzle\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjx2mecpb6e71\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_NonfamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJK_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CollegeTextbooks\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6gmlbn5lh8d1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_35To64Years_SummerSeason_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jp07brw3g26h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggjyryntjrvw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx906v7sb50v2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs14r8564xl59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy5fk764jzhvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slqnd1bfbyf5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1l7tk9132q64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsbygep0j5mbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk284d3rfg5g1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.SEX--F__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zeen3dmyw8y0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_SolventUtilization_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fctqs0427b65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87k8pv3rzs7j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdff8bs89wz28\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emphrk24dm9zd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ST_EEV_STDACCT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/258yszbf752x9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq1tw3ykl97md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lshjcr2xwy9r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y67kbqc4y69n4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Communication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgeryclcn2rwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6gt11dhe0tg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz273fd5ds796\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vsdfpwqmcnt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzfy70z3nbds1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_ADT_LITR_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb1xj263ggqkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt1vsl5ngqlg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jyfg2r2d6yj4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n91flep3hm0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr2vmwch275w9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08xrbv8heexw8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76mv3k9yhess9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5chs3djmetb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fqwzwe3jmkc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z811e01hxtqg4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcz20461dc4gg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebn90v9lsjk3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4nz5ny19r3q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpwf7h3984n37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherOtherPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s84djv0jtlrk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx3rwwmsvr1sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty3gzx6gvtl08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kd51s6qzkwwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rphjxzzsrp9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_TwoOrMoreWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cz1x87ck07ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd3rqc2ddgzc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdzj5pfhhe3c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9lexvc5rgss9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Area_Farm_BarleyForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzk8v4f0vrvw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc3yvvv56rj4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp29pgxkxyp33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Impersonation_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h7ezbewx2kx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/953tmh4lrfm77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dynxv1p7wtls5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st3s8b3g9txs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiUnknownEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm0g3lj70p7fg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39wlk85sq2vc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cwne926q2pvd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_StationeryStationerySuppliesGiftWrap\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm5rj6n62g3ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze40cng1sv3bf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhb1vxelz5g53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcrq9e7k1x4l5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7108nzp01l0n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99ly3j9es0kjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31bw1w4m0tj69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lydbsw4ne5w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv46t6bbtl5c3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqt7bj4806v5h\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zznee27lnvzd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_GNFS_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_SLEN_12_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_NaturalGasLiquids_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55re90dybds36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbpfpyzw0r11b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlepe9gyv7y9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n639llx28t3t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q95cs43wyykj9\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA23_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5phzl6ndkvpdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8qjbbqbs0qjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0wpk4e0wd3bd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990To1999_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jds0w85vc3q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0ylzs4pdcvc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8403ly8gqzwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drc7mc491k6g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyq0wlt41hrp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl8wmm8r6e527\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl24hl71jd0g9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvyfcl6lc1zth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rxhemkxndcs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pllrkgkjsw0c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4hdsb654wt5d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SalesRevenue_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Potatoes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1qklwb03v4nf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38bmvm3kvnlp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8cb8t8j293n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh6444lp816y8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s7r4m0tfzkkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n75qekkm32r3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3vfdg383mqe1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PHVHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9pzx5j81dk25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsechpklybnj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Intimidation_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--62%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2255dgjwj8j4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NTCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_MNF_OTHR_ZS_UN\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_DrugEquipmentViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enppqqs4n8kcb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNASB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjeevg950t6qg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1kmh6mcxvgy2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/198cfpqpqtt64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyltyqf83snn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6c2ed11md046\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78t8v1x1sq8yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np7fhm7gzdf1c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvsbwlr1jf9pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxkpz85y56dtg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationAndCommunicationCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nytmxjzblxkh\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_FamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qe0jchs0p4gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj2krvvtt3y94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4yvlmjcfv1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90pdv4nr41ndc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8vdmfb8e6cv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdrk5e245lpv1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_BiologicalTreatmentOfSolidWasteAndBiogenic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf35000To49999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djgv1l044ewf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp44hssmtvb12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwm3l8nfz7lwf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45r4fy4zbddl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ysdpnbykdqqd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f56hld2snr5zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r67cjs9w69krh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n3cq2wygz9lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6zqff4s9hbm\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKL1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_HIGH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100000OrMoreUSDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4swz56bbhe9l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzstrrsk6mzvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrnw5npwx0r59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsh68fbe4rtt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w8h2mwwn8hnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3866yecmd2gm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/758n98xexcbj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v46n9shh5qx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd9xwxmptnpwd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sem6tvg6dz308\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfBladder\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw6l9c78bhtt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h0jg7k8jrgph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pbvlzn0bwj76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6fs96dxyfjgb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnlsmkdnhn879\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4175vm4cghm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc0e7hsehnhfh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST_PC.FOOD_WASTE_SECTOR--FWS_HHS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g5cvxbsns6g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85lj2j10e6zg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q80s7scv612l8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz0827ee3rjc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhwq7zrgdffr6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hxq9qfvb5jjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v0ztzs3rpxt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pdqj6n46bqf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GEEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05f6qnytdxkl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v8qjj1zhyl79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrjhb2x8wbqm8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5c36r6x1m8fg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VA_EST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r51bgbhp65l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6m9y9r071clc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/171fnfpl8dvbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pn2mrevh3es4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2RB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9c8bdxkrxdc2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_3_ETOP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_Civilian_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e4nzd5b09h05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q96bb95bdknzg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_CombustibleFuel_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AnimalCruelty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fvfgm93vh474\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gksnb0f0z0vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwt22l0sv3sb4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVNTP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzgw68l5jefy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq3nfl2p3rjq\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R05_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_AUSL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge35OrLessYears_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrr1hrm0xfyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z396k3c2lv1ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0lss4cgq3m7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_MTR_1519_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/fpft9crje54t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5tl9p97dmtfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.UREPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grg19ldn6x2x7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_SulfurContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k12hsm3sk3k56\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0jvxzqffb786\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkg1m1p6vfnkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tx01c1xp55nb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75tdc1rq368sg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mrfshcrgzlvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrz4t1thcy706\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55f7l0c7k19z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0fzdkk1ph0j1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_LeisureHospitality_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dpmdxhtrzk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tvdw1xbl6fm5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERA_2_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_28Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9cpkc8hym3g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te5x0dwfnw4lf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfProstate_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc2zeq33ew2p2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d085s4k5zs64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kzwn4hcv1j83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceck1rdh9k3c3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54m15sxc39kp9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKN_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjj0ddb63ezz9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Sodomy_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3prys3cwpc8dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lywec9jp8p9wf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_RetailSales_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h55m6t4fsv112\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/176stf1krmce4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6eekd4h6955hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx99pbvbfvx5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_DiabetesMellitus_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kshmnp6sltfq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpj9v09zgq116\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg0j1nf5b9jg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lblv7pn3m5pv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdjwr06g29ty3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_Black_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef7b8hn3kpdm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb5ywgrmbsnx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhv165k5vjm84\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d17ethc9vb7p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7jtb09tdefh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ParkingFeesAndTolls\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qng4286vjgte8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9012_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_DivorcedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj9v0vqzp9vlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0777jjn0knb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmtqxhps2xew8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_GasolineJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPorkIncludingRoastsSteaksAndRibs\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6mpg047k6qeh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0gv5g0svl7q6\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j37m3f1vsb357\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PCS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5m3gfp3xnqj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_COVID19_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenBornInTheUnitedStates_NoHealthInsurance_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdl60fw6jf732\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcm0n8kq0syh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg88hycev6mf4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k930d4tfpfng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0tmwxtfpw3c7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e0yw0n6srg2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2hthhhbqmb96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nffweczep7498\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrlfejmrql6r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithMedicareCoverageOnly\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppgm0v1e3wwhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dztrzg31gdyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec8z641wcwp3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v526gqfphpbx3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Unemployed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_80UP_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDIRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz48bvz348dc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gts6syhmeg461\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3zrxm47dybbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaDysenteriaeEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtSchool_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jrgs5zbwhtf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rqpvqmhetppg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RT0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkm6z3v39rrj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6qqfxqnej874\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEGSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1lg1pzeg0v6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_ForcibleRape\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13v7snwcr2133\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56md3ndhrmvm7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_COVID19_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rtt9t3hw0dhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsjt938t5gmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljhz169bp7rj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p8b6vgsdnhn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnev4lp26wj64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdj2krfbq1ez9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc5fzln7873d1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z45j90hke8n76\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xexgf7h091pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scwkxyw9x36k6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft02392b8wxqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5j064znwdmv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--42%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR10_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpvrswj2w5n58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxxs3hh2g2shd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ICD10/A00-B99_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8xqsv9z42m2g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gtqjbdvxedc3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGPRK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInInstitutionalizedGroupQuarters_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhz4qp2szys03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw2ekbwl360g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5blsqw3w9jmnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djy1k496tlfy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgxb7vgw8ge9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_RefineryGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Emphysema_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MVFRR.A\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh1ny5gysnb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_45To54Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OneRace_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e63qv8b2zy6j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8jqqylq342w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx65pncxxd25g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_HaitianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherFilipino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j626d5j4368x3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sxbgrjpklqh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91v529vclyj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv3vhy1trypr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SportsVehiclesIncludingBicycles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_SOCSalesOfficeOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BaconBreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m7mg13qnkpn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n259fl4jmtvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by6gem59lz0p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV23_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q30enfx430ym3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scfq8vpypb3c5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2161l88dx6nd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5p32cqdpl1v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvekx4lynmjh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yktt1eb6t9s3b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_SESPI.EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_NonEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68blnw4q6gbc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7fqe3xv023r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlg6c28ww43hd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qke1wjt6yqh4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjjfp97521yv9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52fefhezp2lhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fzcjknrhqvd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhz3rb9pbvnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_FederalGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17k5csemhn7lg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PETXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hlkq1q09xvmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f108h29cr4bz4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TE_100000_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f83b9hncp4t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y50ppg1fb0s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kt2z6w8tcex7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8sw272gylkfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4rklcv9ev3n3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVDCN.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/182tgv7p2tfl6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXSC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_6064_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/D50-D89_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Influenza_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m0lc985qql33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf14m69lp9w13\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhqhe9dsl8588\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/C00-D48_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv739tge71c52\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PRTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PUBS_FE_SN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSRetailTrade_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2tvv89bjxp1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whd4kew4met47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhlg6bmb2qs63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.43-1-BCM.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2zhrwgrtb387\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Robbery_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03hs8t8jr2sqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn4ktwjctn3jb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_IschemicHeartDiseases_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t5tjntq6k3n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw7kjk5746272\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xh8mpdldmje7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsshd9ghjpjz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx52d66bvhqgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAsianAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pmj87fm22jl\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekgdrd95jn6y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc7q97wghk1mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsblx2bg88357\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyhgq2f8swhp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyp5r5yxwswb4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_PropertyCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthSouthCentralAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8y09kk7ffk37\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWDD_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxqcsfj2k9qq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcf2dp0rbv9kb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79vrq3849kfeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtyqk70zq9y8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpmdqjhy8zlbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_StateGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rrg9hw6xvye8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0d5sgvyx2w78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx0lk0vfn19t5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew0lqm9k3np2f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_MotorGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v22tjs31l09x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjn1vhpd2beh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx9z9g9vcp5n7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_Kerosene_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnldfyh347lwb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Geothermal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frt9f9cecwtt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfef8w30hr8hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r65bnh597jgtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc49wvl863fn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q793n1ljg60hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2k1dxr3rsqgb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dkvx1bn6xds4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2py19pq23e926\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bnbbjt2sgms6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdqptzzpyvw07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zsqh1f9pc7v6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_5To17Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c1nsevsy2gd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18mhxmtjnvek8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfl6x98452093\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp5lwqmb8qs03\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAtElementaryAndSecondarySchools\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OwnersEquivalentRentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_HOLH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q0rt5kfptr49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Civilian_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z3f2x5yj15f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j90hj3ql7n8pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzrwj502gnld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whh1y53fj4p69\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_BrownCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm9sxptscnt78\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q1jf2jszt5jb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/127v6c3slzhkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy5gw5zmq9nt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HaircutsAndOtherPersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InfantsAndToddlersApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1f9x3wlw61y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3s4p57rbx7gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjz02fh2j7et7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq4vs6m2r4byd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_CoalProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MiscellaneousHouseholdProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcedyh7vv1ny7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2v91py11lnl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1pp3pc5gsje9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/374gwjycvbfq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7fpby8dc9v39\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SewingMachinesFabricAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gqm81qlt71fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9z87jne09hmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_UnwantedPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvh2dymdx04k9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msyl0k3es2sqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48qzxe8c94zz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flx5969f72y5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17e4wk3cjwgfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drmbkhny55rlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcx9tbkf5dvf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzzh26nwpqh5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqyl6h2shfksd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PA_NUS_FCRF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_5\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w8e0z6mmb3fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rbwztk4jmdt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fyg6pw1mhwyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0sv72305fwy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r24gx6z0xx9z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2nl4gnrkp44d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdmvz508kccxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27qz1j8sgc3gf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p6hjm7n52zk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ylmdnlq56jr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgt81gfx49rqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt59nexp9rqe4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ns1lkdt581d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rngkldrrxh302\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrce3svbsmpk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2f9gxhfw392c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMMU_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_KoreanSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv8jsxv4lwwn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r30143mem3qkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17kwx076wzrv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3pllg1s5pkk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MotorVehicleAccidents_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e737m7lkml209\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CableSatelliteAndLiveStreamingTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmxmwgn0xkf79\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6jw1mevp93y3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1bsybyhm9f2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx6sx6x17wjyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzl1wht9rcp49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6wj4jjcfvcz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt73mbgx6pw5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79wxq5yvvcrt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f45vy4f926r8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbqy1pmvkj897\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_FTOT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Energy_OtherIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_AutomobileDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5f3wmmn9enyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParalyticPoliomyelitis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66tt7lj66xbw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbpznqj61j4l6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8d6fmjvvllw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_Black_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lfwrdj392p7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b808f9r68d58c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NCPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_GEN_EQU\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z6zckev2t9n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k4k59zwbgw92\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SP_POP_7074_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7n7lg9zxl0f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq0qrxrs0mz18\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhgnypl16nh6c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfmc243brpcf4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MTPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cygjj62yqbsbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ComputerAndPeripheralEquipmentMfg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hektwdwxtflc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3qjxdepty575\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/967cg6ndqqfk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lelw35zjnpdjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgfg9rnlpnnw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxqhnspyzh3bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tjk6zp2w9ws3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpzmqnfqk3669\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wrg9pwdgn2hh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshCakesAndCupcakes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y2k0hy2p2k0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrvqc7zlx1ncc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyzdmh21tbq68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kewvwncjvfh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ymljfge1p098\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf3yejg9l18w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvv5shm051cy5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evkewpnlt7836\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y8qqm4ejh3m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8qgrs8mr9v51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS52-53_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/260gxgmeglpb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ODAT_PC_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/GFDD_SI_06\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/330hylw9pq425\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gretfbft1dskd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84hvdv9k9h194\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9xj9jy37f6df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1xh6zhvzdq9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qexq0mw2ftr3c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PorkChops\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESVHP.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tw97c1wm8y69\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_CHLDEV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--DO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b1fm722h59s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8ybx4l60z5ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmj5l2egv9ds6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Fuelwood\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnwb9p9r3s3mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2nk9cmyvvqk7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8beykk0hqpl56\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lmptsx6cr5z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehzmsr6whz5lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj54bpsw3jdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8vx420xvmn3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dr99r2qq968h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0nlz62ymlx6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9w4j5s7llgb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxsnd7rs7qk86\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mnxwc06sl8jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrdtttgj76mcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zg168591y99hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psl3dl8tdxflc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpk39dll0fh76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t402se0lvxkl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2s90bd1qyx8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv9zfjz6jpjk9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--BZ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d84dzgkh1ybcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t88gpy7w2y313\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43m8te6k8fty9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2wepmhyxdvw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bze9qkhsv35d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2mpgewwsl60c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy7kdv5wgf80b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhngctk09wgzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne1j402yh7xfg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_SG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04e5990bk46bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecxh67nk1qsd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2pbemt6p54l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj152fzswgrw6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_4549_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Female_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn5371x011ppd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F800\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k716fmrn1e24f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twewwjp8n61dd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8326hln9zzw37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pptg5qqlmebc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8tjcn9lv9rn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn2hdzq8tqcn5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_NA_YDR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jp4r9ep3mzt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n5cwl5tvthwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6g37hc4lh8lf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_AMRT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HousingAtSchoolExcludingBoard\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pfq2vxq0sqg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e5vn75gkdycb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfdzlj3lxtkyg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f87c15s0hp79f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qthhfzzwctewf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AvianSchistosomes_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcfxzkd45v6tc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fszcshth96j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77ywt93ljnc8f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/333kfs6cbbbt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrdkpk2dp0l39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpw50jqr7lsj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisB_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisB_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GasolineUnleadedRegular\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbpkdpxz3hps1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3xv99ngj1t01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_OfficeSuppliesAndStationeryStores\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TenantsAndHouseholdInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l00nc1t2e3e53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwyr7q3kqln34\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceAcrossModels_Max_Temperature_RCP85\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvmmq64hg0zd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc04rq81cccr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--81%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx5677cjgmsd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m28n4srtrdd8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx9zhjte5fg5h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_02_PU\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_60To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjym9lr6bpgld\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w70b1emwfs43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bb41m4vv1f98\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/deer4n7w14gch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ml4t98fyxjff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrh2gne4hv7r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x1l0rxn2nxt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51t0gkfryfrx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxnjd566thxdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R9911_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk4lgc1sqd554\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t0hfgrgp6sf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w64n5dj6yqw62\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetExpensive_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeprosy_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzkwegsg0m3sh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_100000OrMoreInflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g3y94htcw8y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qegepqth87p2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_1000To1249USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z3pjrh06qv1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh2ztjrh5wlnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt1x70gbrcjg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AlcoholicLiverDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_AvailableVehicles0_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmp2gqpdxtz52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z878958159g38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Female_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v875yrepjygg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8blq1hh2se32\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efgee6tg24gbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4z7jbxp66pg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8f7hgdwhc86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydnjfh2ztc9sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SaladDressing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3xqbsnh9hy65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thw70tv1975p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x9dwkql0rxd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvnxk582md6j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt1jwtgscs7gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dspdh332n9ng5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjfhp5s7d5j82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Count_Person_18OrMoreYears_LackReliableTransport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xd2ktjs23hk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvwjd6ybgshfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n04z25trmht5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3vr6q5clh2yd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h82vd5l06mkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chyg553n9hd6c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kwjvkrt89v69\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9r24tz0301j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzfe5z4ts8eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7zhljk4h0xn\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_ParaffinWaxes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaGondiiEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ebg80e9zxh8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csfp8hc00lxkf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5520_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytjb0cmvxz6yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1qy9yd617r1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eljx367c5bk97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l15hmv94kcxec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne6hy3hz5neef\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_PulpAndPaperManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfsbrxqwmm7b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdj7mcq5kzq56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wq2pr0lr8zzy1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_INF_DSBL.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntp9jfb835m47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5h1my88v70n7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kv98mdr15254\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_RearToRearCollision\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8mmk6bz6gpv6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twnfb7ylwt2nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qcv1ccw1h1mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c96x6w3d9795\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c6g6ljks08v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mej8esdntkmj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nesnbmrncfjrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_TRAN_ZS_WT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_7\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_SummerSeason_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewy3lptgy4vs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxrcfewd5mdt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy1rr49q0be4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qll46ne4jv6y6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_RetailPrice_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b6ylthgl6nyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvxghp3p89bbb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sqmyd0ldz79c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8zdzmv97213b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyvcsecl5lgy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgve5vllnkl88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7c5bkh1528d5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl6jt3136lt4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twg0rd3qvpvh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--BE\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_G2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t49p7f9824b2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_MotorVehicleTheft\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntercityTrainFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrwh6fvyw23gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvmdfr1sw2fd5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ST_EEV_ACCTSA\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionChancroid\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xzr1mnksc7hf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--HT\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOFSTP_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/751kl55c8mfcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1ftmw3pnc95d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wchzhmj1fvq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfjjjn02je33b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateGedOrAlternative_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxkwqfd76xyd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwmnteb7h4hw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vz1tt4kheb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgdexl68jz0q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BlackOrAfricanAmericanAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f321fg5gdp2y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6h7gw1mrzy7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm7qjcfd80cqb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4s4q24ltkxy8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV2CN.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dkzj3mtjs3nd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w7hmnkbgrb6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1nmn6cbyckh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fq092vqysbx5\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_WinterWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s777cf0jqx6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxs7m35xhsbf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5wzmsxyngrh9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py2dpbhnmf9c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnb0byhlqgl31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7q2l972ghdh4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d4e9jmyhvs38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tb82nwzelpj5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_0514_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_TextileAndLeatherIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40zhhsknpkj77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8wsvv19ne5td\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jnme1khsmhkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9gvv973wh0l4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tsrx6241kbv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svv6xhm7hzgs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6404ym6vcwr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS23_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq9xshh3pd0k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygt90ck931b57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisB_PerinatalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LivingRoomKitchenAndDiningRoomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r1l0z1p5cmpg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_5559_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_51Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwx3j6f1rqvdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With5To6Person_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_DivorcedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/126jk0zf08919\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94q0207gvpw91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shprz69rjf5xb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjmwskm22jlz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km6jdqxmm0df2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_HydroelectricPumpedStorage_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12x520gwqpq98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19644n8ctmgj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78efjprtzg1ff\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_OilAndGasRefining\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjes7blzdbnvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhb9fhzytd9dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9ggwpxysmnt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pb1kzjfptxq6c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_23Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmtzd6mq7sql3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7vdpwybqd2r4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LambAndOrganMeats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jfn0qcesbg01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxrwe7lz07yy1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_0_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryt2g1fqqwgz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj3mbyge509m9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jgxd0yc06hx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7ygqfwvcw5s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfg864jelj5n4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSArtsEntertainmentRecreation_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherHouseholdEquipmentAndFurnishings\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kex5wnwcehj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gzw2zjw0h4y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxmy5bnzy9ze9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgz3gpl15ph91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0sn55hww1qm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupB_C_G_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hend6s69pek2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1chdvtsz9zw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96ykhgfybesq4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_G2_T\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSHealthCareSocialAssistance_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2nfh0y71zlpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhcv7thwh2245\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAL55_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_2_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5d47e8mhl94\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationAndCommunicationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jphbkyxyd0bw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionZikaVirusDisease_CongenitalDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfm4b98evejgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4lp1dhytckt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_100000OrMoreUSDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezm3pd7hqhrzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe6cn23vr8ftf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tntg83fcjkgz5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37wz8rnqmxe87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g87skx04mjyb\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_HydroelectricPumpedStorage\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PorkChops\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl44jeh79x6e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw8zqhhtdssf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2.5_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_Fertilizer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07xyh48j6rg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrlmrebx68q41\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_0014_TO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Alphaprodine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutPeopleOver60\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2xctvdrn8pn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1vepjj37tqp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS54-56_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcbdd4k1y3x74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epddw0w4t4k53\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdww8hnt8y4z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmhv0wyfhd0cb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19rsqcyv77yhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/934btrlknz7vg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58f78mp8kq2lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg476rwjb1qv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9erxh7y8sv16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StationaryFuelCombustion_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3x2rys7sdzbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2gxr2yve16mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT8B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4200zhkhrdfr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svjxjmj38lwy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmlfl3gw1whlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m3lpdww6kg58\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_4_FDPUB_FNCUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7cgljh2k0jjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpqd6qdk8p9e8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9103_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fs4dgt3t8x15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv0t3wb806drg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvcd8c5ygwmbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ntmm7zvh8qg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hld8rjybhsyc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrk8dxbcmns6g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Photography\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3lgylwqdq3xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfz6z1kmv5tj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy7cc5454zhld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slhb57tw718b7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxn9jp3jkft6f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUK_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SP_POP_TOTL_MA_IN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8c839xjnhzvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-4-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf10000To14999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgfkdn5jt5mf9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1980To1989_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fsrnfksy0s05\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6y6qrvwrszj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zljx16qb9drm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39w7t0dqxmgt\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xn6w6z7839fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3c9m02m2yb08\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_ModeratelyEffectiveContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms2c7b3sfjd5g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPPCONST_2_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cv6rffevyhbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd8yxygvcx6w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68hp2gbfgjed2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ACS_HPV\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22w5ftmrm1xl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/556pqlh586bmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3cv9z3w7rtz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsv2gp7cx5mqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthLatinAmerica_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7njvfxw5grb49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb2bfpfyjvbng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heq9x6tptpm13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vey6nx3m66mqh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/3_1_RE_CONSUMPTION\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d4m9v5mkqce9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cynqbt2x2kn6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrhnb36s2td44\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16mnqt9rzt2j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59xtkfzcl77nb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7tds762hgg09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2cbnvsfghepb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsy2sd7ryb5jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxx610b1nwvs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v00bqdvgyb19c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_AGR_LSFP\":{\"byEntity\":{\"country/TGO\":{}}},\"InterestRate_TreasurySecurity_2Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPI9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyyphpwnv50l3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91w304p3gf81f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7sf82rw7m255\":{\"byEntity\":{\"country/USA\":{}}},\"dc/strb18c35k6vh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntercityBusFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s165bdw11tvcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2e0nnbbk2gkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ksf6bb9ybt3d\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq9jmhppegeh2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzgb3x4dd3kf3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4s1le9h7t891\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe8rflt8g9846\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lypld9fe0x18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSFinanceInsuranceRealEstateRentalLeasing_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crzc3rqy1jsy6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_SulfurContent_Coal_For_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5gp7cq7flzm1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x42t0gdn7gfr4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_FuelCombustionForDomesticAviation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Black_AsAFractionOf_Count_Person_EducationalAttainment_9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/743gx65z6zyf7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_Emissions_IndustrialAndOtherProcesses_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4j30rdygmhdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdycgcxekefgh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jmv14w637dtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9eqpcf59p005f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrhrqrlnw003f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pded4lp9clf65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjh56xfcxn7d5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2znbl9r3mehc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1t47p1xfp9ec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps3xgf13yfn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin7_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxxdplh1my6pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stp8hhrew74gg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetInadequateComputer_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcdfqcs7echff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q62jw8jzjz53b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg0ll5fxbb7x9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_AGR_LSFP.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_HodgkinsDisease_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnfllm0502wg5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_40Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f614b38t5tl8g\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhs6fgbhxckbf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdm185bxwdmk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbmmr7ms8n4f8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n85vb8yfd41j8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj1s9zes38emb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SHR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65p8mcnx9d63\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkj8ltvnjq9sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7k6x642p2qx9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_WorkedOutsidePlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fh3trklc8dnyg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t5pc8n6cz7n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjvcpd0j9kzf1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MBICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f3xmcf42ttt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd6c1j9n42snc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s254kzzcdy2c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w157zh76c0mp4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyz5fyddkbz09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxvbw5mgy4scd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re3yjctcv12f2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8p0zbh29kv98\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15lpqk6efz1qb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7c52ppe9m13h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_AccidentalExposureToSmokeFireAndFlames\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frbg52qs8lfxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz8jnpydrln0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/112v7fggz4mv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fyg39d3vqef5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4g2h300r26tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherNativeHawaiian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_NonInstitutionalized_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy10hezdvgckg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6hbyt3rvqr1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ylcb543yywhh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FI_FSI_FSKRTC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dg18c3ms8jb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lcvwtd5s0e1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4dmnjttrppc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvcszqk0flsb3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ep35d7hm7wtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frcv7n97dgfng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenByNaturalization_ForeignBorn_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthMexico_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3yc6ktwjrwk8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xn3sklxbbtwg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_USCONST_23_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/558epel69p7z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w6wwdnn1fxbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbmdzqd5lc238\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETCH.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x5xfdzhq3xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15n6vr80lj5r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfyxv54v5eszg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj7ltmc0sl5x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p37rdk7hdsd2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js5t6dtwz3y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpmtr4gjj3w5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/why1nnx9w8qj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NonresidentialBuildingConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9rhrxsck1x08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9lf458l6kn21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6lb69wjbm385\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ggk5261plkg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7r13fknfsem5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxcq2gsn18zch\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleThermal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjdwect4f3zy1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_OilAndGasRefining\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89vg9gen66jw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plwgnzx1myj08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionRubella_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rysxpx4gbjt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggl7ectbrtykb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hr43gmvfhxy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3v76jcvdx919\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcjv7t4z12c54\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TERFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithVAHealthCareOnly\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1trt8s3nj8yp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ylqg1ldd74t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnwqwwbmb8f3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qng5j5x1qcxsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q42ydgrqsvrn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z89yfdhkwmkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82gdxpfkmjr37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr02t5ksghv97\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FI_RES_TOTL_MO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cw6kyzhn21t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zzw6tg68n9z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjl6fy6e776qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj9159eh80pl9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c57fh1crn7dsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br33jlzcf4ew3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5rkd0neebge3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TECCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdv0c2c1djfn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rskf6pcnr5ht\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SalesRevenue_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ApparelServicesOtherThanLaundryAndDryCleaning\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp6g8ne2s9dw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfk0nky4g3j43\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_WithIncome_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherVideoEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_NonfamilyHousehold_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_GasolineUnleadedRegular\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb573hj3v844b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t865f5ydcbpbc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffwqdf8db5nth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5s66pq5g3z54\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRGRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d0ntb7y1cszg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin7_t_d_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2q9nt5vl0609\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl6zjxss6dn01\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_53Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xc7rdtcd5x6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by4b7m5fjnxl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcrn63nc1r1eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm9s324xh3gk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hhnvjmzh885\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brpfqndg2vwv9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_MS_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm6t1hs3g4cp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgjwpy6wp9vt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxhg3d4yef302\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkwrqvpwextt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdjxpzhfmyrb1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_MORT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m0zrvtn17mv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9fgtdhhh76g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4m66rylk7vn7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_MeningococcalInfection_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NotInLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpbkl3ccqned2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn37xnhvcblv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckkc94wfzxnq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59qx9kslcwyrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d6cw104d20zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb6mz9f9mpheb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhjtwp9ys4hq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqsglpsqsb6x1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7vv80495gyk2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efh6cct8rrg96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzjpcvkbz0cmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtPublicPlace_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1xfhm9b4x455\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ConfirmedCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdg43y9bd0729\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g39wf6kf6gl6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb84mez2eyv\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvd08xjybjz29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kv4jhegrggkd\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_BioGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithSelfCareDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ef83v124gf07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS33_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/779ejpzcxs7gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bl59cvdthsw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97c14zkvclwl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9d3pfr8z2c33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98yschj714tgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glt2d3jbh9tkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xtkwd5c04c94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/387d93vqd9e29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5g3tp9xndhx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sz9nznd3x65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1hj1phtnk7pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypvn78qnb2jpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_55To59Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_IndigenousCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m5gw68dqvkcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpnb1e40bk4p7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_LE60_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35To64Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV19_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5klx4ql3ljy1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpgp5kqdrn0jd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0ecw42c09nk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6dg7stpd2fd6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Average_SulfurContent_Coal_For_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--53%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kh6mzwzxdgj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7y60mkk6s2m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5t19m2jbtc3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly626kfpx6zph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwy7mj4tzms5g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yc5bfwsjgddb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19OrLessYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tglhw48mz144\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf5b2ebz2zqgb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--TH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0UP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y608pw3943qr3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ehzrqzexnkng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgzephll9trjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7q74ngbb8zsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1v68t927mnr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvrxn11yxlen2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en2j7dd62025b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6f2xw0kjvrgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w31p73b0tmp69\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b50wnmj7nh7l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzd86yy7x932b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonprescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw7jj5jn2sv98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_IschemicHeartDiseases_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TMNIV.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_GRS__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhdtd4z8cg0gh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h18wselqtgwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hedbt17cccynd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j1v12ze2g55b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d507w5g3fxsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gym5v4pnyppf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm2wrtlhg9sl3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEAGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EntamoebaHistolyticaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj1sdx1xlb7d5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ACS_MCV2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NoDisability_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfj27q5ybx4c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgpm083z8kx4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skgcegwq5m8d1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/68vjrw2eqffec\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_UNPB_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s4k6tqywtmg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6z7retgltyhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LimitedServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2jpdb0w9try1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n4c46jtl4fj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dcv4knypmcf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fcy1rtp16m5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j98d0bkz70r6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48y5bhx9rsfsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn6t9wck11ft4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfhj989cnl84d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2z0yjll9bdv2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ApparelServicesOtherThanLaundryAndDryCleaning\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z917v35x7cz7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInAdultCorrectionalFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8pbznb20ejy4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl9wlns8ywzqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7vs6m7s7h78b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj9pkf61kg083\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetServicesIncludingVeterinary\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13xfm9m44ejpd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.53-1-TBPD.M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_T_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpdnkehylp9tg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6lxdkfx3tk29\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKN_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kqw4mt7hqy09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3z5j2bf72zn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7wmx84gb2n0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vp4k0zb9mt21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdfcv98y1dxe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvp3fm8n65dqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgq6b7tnm5wd8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother25To29Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yswrtlyljc7l5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsj0wjcetshc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPD0_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/207h0mhl9pq28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7kzwn82t67h4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_EPOBGC0_STR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ys5pb2ml1zlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gcjrfy0t1h5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md3w02c4fpj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dls8b4tz6g9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3e418py9yze3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09s22kzdlz8bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cezcrz0l3x18\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSOtherServices_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvvrqxwy9ph9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8qmxymjkdn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rykyg1byfkm9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwfh3r53gzefd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_0004_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtrxvj1lwf3zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jls0e24pxpt\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r6g3h22lsfbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0khptyc3vtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvbzqt3z8ml08\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9bjrz5tm3jsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgjzhmy5wd2m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3Person_With1AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13gh6qhjc2kqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf55x2s7h9hpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfsnlswnb5wn2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_SRV_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6he4h8xqmbzpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Assault(Homicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c883ntqt2mb31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lslderpvwj52f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1mqllhgyjmf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4qk8pv93wl5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5y3e9cqn6ylmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5dcptqwlxxw6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthMexico_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frbbrxzze82w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzckpb26q7fzh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR43_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdFurnishingsAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e922mrcqvemm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffbj9vr2x1et3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgqhxpt1znb06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvnces6ke83xg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tgs17lkvg3j6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaDumoffiiEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mqk1kxd7s6tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytdgjr0dcff1g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOTEP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_CECL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpbwg613jkx5b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m6egd9jxhkwc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdx2nlm74se6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/107m0n14ls26c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky9ffr17q8nw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3c9ybebm4zk1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/IC_FRM_FEMO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge65To74Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8svymbdk1x12f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p8lx488z39sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qpjcrfee9p8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf9km2ws7rnh9\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nfhgltestfn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HurricaneEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vjwxy98r2lp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72ygwqwgnq862\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfjvhzx4lgb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erhgxzkr3bkjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz2slmx4x7cn5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLACK.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PARCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7dvxnl8sl4b4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qppzk9wv0w7x\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pmnh46zlk7j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l8b6j2ltetd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxk4rfpg7gn13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbxq7j4jvgxs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml0ytmhgl3621\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b52q7c5n3w9h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_2024_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vkv29m8jzdb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8gch0gcsq568\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zyqv0yfpgyw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjxkkjdyrxev9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_RockQuarry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pcqdrtr8knp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37bsw2tnlqn43\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_80OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990OrEarlier_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/077v2r6s0rsnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rz5ns5x4fhp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkx6bjg7kh9wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8yg77pzv1knh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5ezpbjn03jh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvfpg0jz7zsw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9d27tb1z9y4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9hcbd4yebhh3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jvqhs887kmw6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA19_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSArtsEntertainmentRecreation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RYPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpx1q917wvrw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg12d3008m7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qkn4g48g059d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9rvk8yrfjzx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycqwbt36wz3t5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85q49ggntqdp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tlxld19syd83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d51zqmm9wb53g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/veq4k8rnf37d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--RU\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb46906q7hxcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdytj9g70j8m1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGPZP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb5ls19x61xtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw2q0nn0pdew2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4h7g8xd10s72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddm4tm983wz23\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_DISC_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky0leme02gwdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpn9d5z7sgc59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vf04828ms1ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpeegdged9qwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_WorkedOutsidePlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71gejgxysfcr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqr535m7665s9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63dbf1dwyyf53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtrggx86td0z5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_RetailSales_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfEducationMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb8xl0870v0xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve25wzn6srwq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mycpvbrjfsehh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5l8fwenmjx7h\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_EverBreastfed_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy4j5ey5c6cz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kee5k37xnq9f5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx6gfzs5bferf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshCakesAndCupcakes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20rflg1wjz382\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.116-12-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_NE_1_G1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceTwoOrMoreRaces_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0qzhhp6pkmcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk448c2vlcd14\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthOceania_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vzkvpm4y21e5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wc3ljjgr7v38\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gh3b6s955716\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ICD10/I00-I99_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v8lrj72011n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwrqw6r9xgegh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm215r9r21cgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ssey422zx732\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxgte1fb530g1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n73fj0j7gl68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGSFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr7f0derf9xd8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsbmxq7cde4w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc5mhkkgl5h88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tptf5r1r192cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z68ks4d75xpx1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehiclePartsAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sc83veyf5b85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye0clyfeh6hg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq2ecxbe7l4m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwq66qsz8dv41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n7tpyy64zb9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/threxe3xkrmt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl2600kc7p6c2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_AfricanAmericanAlone_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gz0klbjexrx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n9gs9q5y05sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmsdpnlgh7ejb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysypne3v9devd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_FPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e3000py2tjsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n82rkfz4r3j8g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_Kerosene\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xer0jtvzwbx0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz1v7lkldgc25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsfx281hjqp0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwn8kt90xfgch\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DPRF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45s7grvzdby54\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_52Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jzj750vr6j88\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2be6jkjf3h00g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3j9mjfky2qq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8pd2940bgyn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvzvj9xzkdyq9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwfmy2y0z5jw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8lm3p0jzcpc7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_FOR_AFF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gf6tvpxb2rt8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_5T8_AG25T99\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G2\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mym5mcbrk31c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdlc41mk5ryf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxk11g4j6x1zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/352pcqx46pv39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gbnvsvgsfemc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l9k6n718dbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbqjkr5rgf456\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterococcusFaecalisEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3q4devmw5hdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc5x462z9f9m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_DoctorateDegree_AsAFractionOf_Count_Person_25To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18916l15mvgn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w5g4rg3z2cr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpwekz90p6tm1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw01mjqpfyd1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tedbsmjgh18g1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvthfbcypz196\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5106_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59jv7j516j3dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hm27ec7vq4z4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.12-3-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5qlc34gb1e0g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R09_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MeningococcalInfection_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knhvyxwsd3y6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe0mdqs5sfhv8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVPUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IC_GEN_MGTN.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS92_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To18Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_SorghumForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbs5zmb3fh6v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9mvt377fmgn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4m6z9bsew501\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_0004_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_WhiteAlone_AsAFractionOf_Count_Person_15To50Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_LarcenyTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eczb6ejd6wjdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfx9jpt51gyt8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_VegetalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm1f5xr7229z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsbrjlyp6cvnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgmpf7jzspb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhj4ndsd0p6c4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qjp2f865s4v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4nvbz9tsfhr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxqjypxp6gdy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcezdk9cdddb5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/5pes0lzndr6sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkjf428nj0x5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3xy192lkj9nd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x0nwrrk14tk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29mmstfbcplff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OHICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39znf0xvryyxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv7x6r2cqyxcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaGondiiEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2818x5pd6g241\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p340vzebsyppd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnz8r1f1q28c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j4dctve6d4r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgxfen6cll08h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jx0g94m4z2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khmmwpchgpnv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j68g9eht95seh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7bc230ev4c6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherRecreationalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwn23dj4y5wp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fdfhnnjr5sh8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WO6RI_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6y8eqefnycbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q04wjv62xjtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wygcf0xy4dgrd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMumps_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInCollegeUndergraduateYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_MarriedInThePast12Months_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm3yhw099fp39\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pkvsm57dv581\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm15w4eglengc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/580y4vgdn4x6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lwzez9nb50jc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l91zybdlpq28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlz44958z0nqc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpwzkxmdxb2gc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtPublicPlace_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With7OrMorePerson_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx6yebfn8xmc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9nhrjqj6w9cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9pghvgz55xc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmgqrvtdcqw9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s9n685jn5ge5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_CN_AD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slykk6zt8wf1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crj1nf4jdtxg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bexw0xs9s81sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj27f1s5qxwx8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_SubbituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5je62lyq80052\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sv5xb0prmzs1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeprosy_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TenantsAndHouseholdInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykdnhknvnz0rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0411lz53p237\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DischargeOfFirearmsUndeterminedIntent_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Male_PostDoctoralAppointeeOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp8jdr94t7px5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evtep07c826gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6wd8y1nqs6b1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6nlv7zpnn56b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg5ze4sqf3rr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7xr35tll49r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk1bd09ejw6rh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0z1nvdq246jc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CYCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b227bpskq0mz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbfkt9n0xx9p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw9m7bhp7cnp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl4n3c91cehw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzqy36sdhn8zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2vyt0jky31bc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ldc5xp8z9fx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76kntsljg1k6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y84kqng2gvh5b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSGP_56_F140_M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x9mhf4t24q54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp6elv6c8c10d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynen8q4z0npx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hx57pemtblj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5854bngf6ygg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_WorkZone_Maintenance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7b27e9tq40mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3csy22xdbj7f4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--EG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev5tnb3xbe0mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghm18wl3bd47h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_SOCServiceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Min_Humidity_SpecificHumidity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/5_51_01_05_hiv\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxjcyg8qve57c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcjk3qvkykdr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffhpmfvng20nh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_6064_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_59Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NationalHighway\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1nj6m45gtswb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16kxr2k398942\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n4bjfjpmh3x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl82y8ssp1tnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5kqb7rbebcf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd5wvchm0e081\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dvdhb7m589z9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWCE_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_NotInLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nteb3glz82r32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh1r9y8yrjbh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw7v98rhvcf08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrmxkdvkm6z09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttmpw79054vpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qrfrm887jpe2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSPublicAdministration_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/907l609ty4dtb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8nrlteg0ht46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf5d2k1nc9kk4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_BachelorsDegreeOrHigher_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_IncomeDeficit_Household_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/VC_HTF_DETVR.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1vx5hxrqws4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f3xftxct62s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw3d3rw8fts3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqp1js8wqf7yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcc148jv0e5n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1p1tvf212tf8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/567hhk72hdv2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee5kjg5bbd9tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwbyqgkk6wbc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w184l3e774kk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v9tyh58zebj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80zgdpys0v6wd\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnf0r48v01n59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqfy6fn7gebz2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g15vdz1xzc6d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07f68vfz66n59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f16dml4pd19k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_SmartTelevisionUser_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gee5mkwts6yn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gb0s681bkpzf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithFoodStampsInThePast12Months_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d85bskb03h1ff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_FederalGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gckdhf11m5yx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy20s3ev8yy13\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tcnjn16cdzj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z83wezw648db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgk8mz5vjhb45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9lqsg99bys25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaGondiiEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICSRetailTrade_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cyrhplsll4k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq1kh9jrnsec8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp2gwrrrep5l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yq3gkr1cvmr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjxvt014lsxsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherDairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c656yzklntfkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfrrlv8g8yc0g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RZ_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_30Day_NonfinancialCommercialPaperAA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy5tr206b5jl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zllp63fqzrzl2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4k74k4lkdeg8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n7lv82x0p44d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg8z4254nqhgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvq6yf14653b3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_TOTL_SP_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin2_t_d_11\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f5r0f2tz7zfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecqs1m3z59wn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j82etswh647yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn3m5pmh67j4b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/032e7zfhhthnf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_25UP_GPI\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_4044_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mr7r3m2t2ck3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2swjq32cj0mb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pc0fc4p9yc53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkmkrh0h7xnr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrc044wv8vvj7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_65To74Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28vd2y2pjlmvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfng06hkqd1mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CollegeTextbooks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf9wetcbn401d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvb3sexfepl5h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_5054_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_44Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btg0ktntymblc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsq5tzqm9bf06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2F_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83rq26g5lgwj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jgxfs44b75r9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI7B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tlpnf8xhkdqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzmybg3qbvqy6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1532_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMPR_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mkcjgedk13fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbpxb7znsh4gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l5l055gz5le1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t41xetm1g0q6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geewdrxj2kngb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifePhysicalSocialScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0jzgfs2ert3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4j1yfzlc8yh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fft7sj7qzqfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yp98hhn929df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfdqj541lnmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvwzhyle02b18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrc0zt9294fn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xefnnj5z0wrc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PrimaryProducer_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsyxys07cp209\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9l8gf60g852h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvxxxbvvetdk9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tynzqpznd6n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5e9t1sj7g5mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe95jh1bnpehg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8jn2sgbbvk9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxql6b7fgj9x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_15UP_GPI\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxc69kqm8z9t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0v67g55628t3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_TTF_GNFS_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA20_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd9zr5cjsrknc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly65tzmgrjne1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90dc4bqcgp8rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qeqnzwyffx36\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Education\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc5p6z6cs7lx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxb2lp9hf9rjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInNursingFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Receipts_Establishment_NAICSAdministrativeSupportWasteManagementRemediationServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkp6wv8nw4l7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_OtherFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z9xy6wn8xns1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2zbkd835z6j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7kz2r3lsj7t2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanGranulocyticAnaplasmosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthAsia_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wc8sbjf3bejf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AdmissionToSportingEvents\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dq5b74ep733b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMP_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Cookies\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdcx8ey230r41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdylrrvzsef8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt9bq7mgbtsvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_75UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6q4qntwy1ehg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dyec7zwyljk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9wjev23vjfmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7g9clwlj8b63\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weh8mtxrff1zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9thn5s892mg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qh0ps53z8gdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x1dbmhkg0kt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d194rejyx4m62\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqhynfv3rmzxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9f51vq25sdgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InflammatoryDiseasesOfFemalePelvicOrgans_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y8yt3gnr278c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AsianAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2ejxz6kl5kvf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NE_CON_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dcdj8g4rrk87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h558100pzhe85\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mqpc9dmxrg86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2wmdzf4sepyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glnwhhx80g5n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxy9snls3qtf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr643r1e9b8h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wxk5n8ctm3c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj8srfls778y\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llv4yye3f07p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mns9myr6fy5gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l131jwsnwb3f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NoDisability_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js56cehzj7wf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSWholesaleTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9blwpjpmnte6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_CLC_CDDY_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/4j9fq06p16sp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfm6676802b9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcn7wgvcwtsj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pv137fs9ypg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyl8p4xrls119\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j70nmhzt1ebc2\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SG_STT_FPOS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Bananas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62fq59bsrzt3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hb9dzx678bpf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99bv9yxkk0gs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/derjxfp6t5eq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdttkq3ytqlfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed73xn5rjg382\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79ctlz6jwrxe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzdd3xdyzpt17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_DivorcedInThePast12Months_OccupiedHousingUnit_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61rgbnjmv6jmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84dr0g9z0tb23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5ledn7p50k6b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_WhiteSpirit_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdlnrxd3gdxc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl14dbwvv93wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfb92f40brp84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6es67drbtepj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xxnrf02dhrn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_HardwareStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lxefsqbqkssg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bl264cjec5j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9n53eqwqyll7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CollegeTextbooks\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_JuicesAndNonalcoholicDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szfpk5mg9q6w6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-3-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m093e4wj4hlzc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lp4rgsjtncjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54zeqmhb9gtn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b1wy6gqqwhy1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzkskv1ygx9m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqnc0cntg8v13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24gzvbd3014w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2fr63vesy6l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother27Years\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfg82m4nf0b23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfwyh796rhk77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvwcbtl6demzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znyxew4gnsh68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cy5q0db30r7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h8j4l4th0seb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by7stxm2e1vq\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy24djzgmddw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OMTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlez4cnrtbll4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sbwvgcrrwdv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wyqspvqre8sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv0ts82hxmst8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceTwoOrMoreRaces_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sngp4k7wkzz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlxjt2ncf2nf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtrgpxv8bsw73\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q798xsytjrred\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_IntendedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CerealsAndCerealProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2985d7nptdht8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr2df4g442g23\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z7l76q7bhc2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6p9t2g358wy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz7zzfwr8yrd8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49nsq21qlsy41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lejkj1v4wzsj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/C00-D48_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xvrp5fz1hvkc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1TXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_4064_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wffbxs7wbcv03\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_SRV_EMPL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5To9Years_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzlbrwwt8pllb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7r2wsrhmc713\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f2e6yqf4v7sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfdb2ml709q12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3wcf4tn1erqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnj93grgpcedb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grcn2l6k7pk24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/164vjfntmqrm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n2lnr4tgere\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4sr3by06xmy8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OwnersEquivalentRentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/772rbs31z09v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5kg8e625tz8b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_15UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NLPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e45ehjb6txp9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPV_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_SubbituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eq54em4k4cr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv4v77w4qtn94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcmxslrwszw92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6lb10rn9m01f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bjeh6422xcm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisB_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_SalmonellaInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Hernia_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsnphhb5ptmn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz6fhhpxsxdx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l7jvfb4fv1db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzwf64wsc0z24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rml908ny26l75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wltn5dkx3emy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw5t1dr4rdd2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfmxr8g6qv2x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsg8lj15kx3rh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_PRVRICTRY\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghgjhptle27d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_PM25.URBANISATION--TSUB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfProstate_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_34Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtc0wlbhrtv1b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/DC_ENVTECH_EXP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wxrlfql0vs99\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G3_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nek5lvscsrsm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpjkn0lzwtbk7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TextMessagingUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67mqrfc0nr4zc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y15T24\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_NotInLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_AmericanIndianOrAlaskaNative_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm5lbvqfqm619\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4eksy4l7lqntd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxztgg1lv8p02\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9010_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx46qm9ee3qg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbd6b2wrsyf9d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92wfk1t61c3z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjtxptx7ceyfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te1j3jzj2lb91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x34qyyx8t3qb3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/407tvpkqb2c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8g39g0nc20cd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TOT_PRFL.EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/FB_CBK_DPTR_P3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Civilian_DesktopUserOrLaptopUserOrTabletUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wcwtcbjfwlr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg8xwnxqky9p1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3v3tbd73flkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh6py827lq964\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lb0x0q4whhj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvmrg4yx3jxw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTI9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_DEN.OCCUPATION--ISCO08_222_322\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08793dmf4nv1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jydv5h1l5lm2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc293mbmfbqwc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91pbknlfvwssf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jmcvjlxxcwbf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ztzslg79byjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7by61f9g1z88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_10OrLessMinute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q3c9lqwbrvd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsrnp4tpgeef5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj9q4d7dgp6mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svjhdctm5kfd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y35jke2wnceb4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LandlineTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q47cbjtfqfhmf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1TXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vx48y5n3c821\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft4mfz6y2l752\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s546fe6wv5zt5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DSR_SILS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_44Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62vbs7lsrxwf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzps0w3bghfn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AutomobileService\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV02_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20lprp4vrjy39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7tgd5mqq4k16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvftyfmvlkre7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuneralExpenses\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/422zpgm23b2m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfjkcqwx8m4s9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_SerboCroatianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw8yeg1prp7yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb2vt91m5d5z2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqgy14ldx8h11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderAge65OrMoreYears_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PovertyStatusDetermined_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedEstablishment_Male_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9z45353xl97b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3j599vc0m2k\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vlltwv90n1y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rd1mtjdys8t7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD4_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9yekeefeg9nc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_0_PR_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_FEP_3_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez46g21f2em22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whbc4cnv82rz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvg0vhvphhmx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgscqcw9qd881\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/D50-D89_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rfj330sfqn42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcp5hkg31j677\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zelwf4n5n81x5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdflsqp0hgcj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y10h5d3vr72k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t81t49yhjbtv1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshWholeMilk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlk5g054d4llh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvjfzw7bnyg48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89wegwvsdtfh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x73k9t2mzzcs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn66hbyhs17q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9lfp8819x69h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dkd0txr26cp4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qxph4nsn13h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvcfn1n628pt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c18vkhc9xmlw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c63s9ev8ffk54\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rkfv3fvf4mgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jspjp5j956cm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7vdg0gqy7cw5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx3lpch1vbd8f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G5_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentLessThan9ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qgvm8lch89n5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92ksj8kn17e3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb7f95jf1xb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l86nl2cb0mey7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8j200qbq52yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thg6m0dld1z31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lck0mhb6tqref\":{\"byEntity\":{\"country/USA\":{}}},\"ExchangeRate_Currency_Standardized\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x57xfxgefe38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27t8tz81kv5rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vw9bb52tv142\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62pn1d2cks7c7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebl35rg5xprmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flb2vm69rxrpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0390nss41vdc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DFOR_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckky6fh80t2yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_2024\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRL_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nemgf3xdnm7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwzs9xxzh1elg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe93w691swx6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp0lcgs48kjxf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C07\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_R_1_G5_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ShipFare\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mvqlhwlebkg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5s6egnl2lvs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3yv80ncnvzf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wppd8jzfxkelb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--PA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d9w49t75d3w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nypegpnyg4pnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0zehf7e44kr1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_BASC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qbzsxyxh1xlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb21ftkqn7rk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz0pjq7s36rsg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7xl4p0vlv8dh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_NonInstitutionalized_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--21%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq8rr9dnk7qfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd74zc68krh89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmd8hb7w27bjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghdhrj4bln2g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdxnbyz727gf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOPR.AGE--Y0T17\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_2_FDPUB_FNNONS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_19To64Years_Unemployed_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpg1yzb8g0dx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1y08y6dh8xv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs18kfgm17km\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9y5z2em944zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp8wk8tn2j20g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf6dpnqz92l03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_PurseSnatching_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgf23dm0q0p0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77gj567hyvrfc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_Fuelwood_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_ClothingAndClothingAccessStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgzv96s903gj5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/614mqemr06qxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm263pk8yyes3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthCaribbean_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb2knq6hml877\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9wfv0ytg0494\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXR_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_0_FDPUB_FNCUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/912lbwlt01nt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5t5gdngg1feh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9rmhv5z1stn2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gkdezk2yvq77\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yese8t904d8xc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PAR_LEVE_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wprdp2r5c9s1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecreationalBooks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcjkq8ednbl24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceWhiteAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l70z01x3kbw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djqvqtjmcd564\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_MoreThan4TimesAWeek_MultivitaminUse\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV21_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m2stbj70nr62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7sy3xjh79249\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCGU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrbyntbgbp8y\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_FPRV_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5txcx6b2bn5tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vqz58sexse8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4jfjyf88es55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkhkj26ddr50f\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7bwxb6jt5gdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqj6h85bc68t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plb9n6gxy2g91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttxb0edrty0l5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb5pc6r89cpkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaDumoffiiEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e97t8yynpmfy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lexrn3vp27vzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8qnhw2747rd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18fxezf6e6d98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rbg14jkpcfk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb42vd1n06ysc\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sc8shwnpgmlg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djvt82ybbs7j4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SNNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42jn1hq8jy9l8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DKEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_PROCN.LEVEL_STATUS--DEG_HIG\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ProcessedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/863eeyrfkl3g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzgmqhtr2shk\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGR0_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cgz6j2scme8b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_FuelCombustionForResidentialCommercialOnsiteHeating\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/3pr7m3jkfjzp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkkgp20lw80vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s29q27emdmy09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3nxlsldnqb8c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To49Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpcre2q1gwcy5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25To29Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyhxtqe2pxhl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hzzf6yv14ct6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18_Male_FamilyHousehold_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q8sngrwx8dv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6ssjtzvqy0p8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CO_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV06_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_MarginOfError_GrossRent_HousingUnit_1Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv8hcb8r2cpvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxrx57ehns4l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq16f66bkykp7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_TOTL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Female_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnnr3p1f57rmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01swnz71g340h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmyw0v8t5t9l4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v043b22shmm42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8twrkl0es5he6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7c5fz8qj27nc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TX_EXP_GBMRCH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_ReceivedAnnualCheckup\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg392qes18p6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h09qkym9db328\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wvpe20jpgxdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8659syg2v0hj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt4638z81pggc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgpb74yrq7s77\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAA_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbyb7wvb15qmh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_UsedMerchandiseStores\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btbzrs5hken95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzpl8fz5f8f9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Leukemia_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbhey0qgd1wy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxqkhfs2xdx3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2bj4mknphjb1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS23_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55xxl0x8wtft1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnecwy4tfcr17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_PersianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j68hl19h9m8bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq9nlpsdk2gzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb8hy53seh51c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_OSSD_GRT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_59Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95dddq83wr9qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kg5qhez3lbh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7t38rt2dp5z\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YOP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_FamilyHousehold_TwoOrMoreWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1480_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bcy64gd562p7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/0fsldmnt4v5s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ze3k67s50293\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr3ymdmh8evk1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j81klqpt8v94\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_16\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvekg0fvv5zt5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_FTA_TOTAL\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/cs89l7xp7w5m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8wd4sknznzwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwtnl5fw07qnc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-1-BCM.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ResidesInInstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m54eg795t4qw9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDEUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpy9kq4kw8cth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3t2hfv4e47eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrqjj761bvbq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yts1pzd3666bg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/COAL.PRICE_BY_RANK.TOT.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h2v0nnzdpv5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cf68pbr3w3lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65snwqgx0zmt5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_LocalBusiness\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PimaCotton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Ketamine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxfjpz43e5bw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4hk4b2xscr28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/411lkpy2qw1cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdhekvywmxbv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtcskjh10d7z5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fczs1xpjkzydb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsq3p9m99n6b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73f3n5nqtxldg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxkzmqstk4y69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2l9g2qkqtn68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6q3lz66gew59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvg0h3y9nv03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x5nnpg5ndr73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tldxrtqymmys5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7ys4kg96kgnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt662p5h65dp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thwh8d59875wc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mzdh95sdsk25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9smjr7237yweg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb950wb3rrnf4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb78kzxsh5f52\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Apples\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m46wj1egm7j56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr32evb3bn7eh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwf6gbyfqtt5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1124mhzq0kc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxxqcdpyebh82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgevl7wjqt1j2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63yqtnxk22z44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k969n7nk0t4gf\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBond_30Year\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-4-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rljl7d5b6xngg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgd9k1bzwcrw5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GF_XPD_BUDG_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d95mprq6kfrq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj0v3n4w6egm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yv9yt89fhpv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tj1vdsj02wfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n28kfz32dewxg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_SWEL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_96Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc3t6e2sw2e1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGBGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-2-TBPD.Q\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfx792cr8r669\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r14rt74jpb797\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x693c7p3y3hz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lbe6wjn05ck8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4shbdx4b1skj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b77rw0jvtz017\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InformationAndInformationProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17wvhywk8qh1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.68-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n1wg2c7hjem\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj82hrpdm9n1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OperationsOfWarAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7hc03th55b9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4s02t9jy8n17\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tcmpv3ywpn1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gde0jeedpezv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlchef0dw0fz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_IceStormEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bl8q22kr6q11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6gf750c2bp2f\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04ley4dgwyb89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d6s4en57frn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb8583wyex21b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_CokeOvenGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/003hjsl9mlxqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np4lbf2605tpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcwnf9cyfxxx9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_MANF_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6121zs8h46k84\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/57re8vmthm077\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m4nncehgsqd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_HR_GEQU\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_CerebrovascularDiseases_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj9p29f9jhj86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3h03qjqm2tyf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_MANF.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgwx3kjjzz8wf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eyf09cc0t8g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wryfbp2ex7j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztq8wfj602rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b1fr7fr2rk23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntmsgrq5d4thd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Manufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0ezrl3373tbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgdyhbnwqdz82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x08wqym1s9f98\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppq627c7r344h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swhmsfgdw85j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9fg6nm4zv0c2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zky36re9yhem2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f087ps1mm7b79\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tnm3xhvbsxn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92f2g6r0mq2z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz265wr7856pb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y59h5d6qjq91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8p59p7pftn0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t226z8gr34xx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsggbt3cm11y2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14z47gvjck7d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hf53sbfmd18b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm2ll2d2mqse4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p00mm47418pvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nzfynk4zvwe9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8rvf928czsq1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_G6_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TechnicalAndBusinessSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nknsd0vvzd10h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fyb9hg7m1hsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1789hw646be4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_NotInLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FurnitureAndBedding\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tz74nz8t0wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0x0bjln5s3yg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorVehicleRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzwcf13fylxe1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/337ejq0lb7q29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7syt3kjbxzzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdqgl6c20e4j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1whm2je9j1vr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcnts8bw3yrnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q44sy490bvbm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hecd4l77q9s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psgn85th28781\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lb6q7cb04e7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k1z0793mh55b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_ForcibleRape_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_US_2_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_SOCSalesOfficeOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f3h6l5761cm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4evfremybtl7h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1ktsf95qnhe3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_IntracityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ggp0ezg61889\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgc0tszpre926\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yclqkkcll9wxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bhh6g16sewkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts5tzv2fqbfg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmbt7nxbqml77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSOtherServices_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18y7slk3f4lzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlsshfqkr508d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg9ff87es7wg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybs5fhvkyzb0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcqqwyr23seq7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELI5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms91pmjgmhwk9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trqr1c92yv4tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xz23p3vd4r2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0dhn27g8gq23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y0kdcgl5hft5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynqn3pcr509rh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInJuvenileFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Prostitution_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plsb20k0zqy02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp97h15kkz44c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxpftbbt7kcw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr1qbtvf4k6cf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateNonGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8dr1g4htkyg8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_PCE\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Arsenic_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmfqpp59ce7ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf0219jbdzkxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbq05lkgsx8b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsg5wnbnwkj11\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA23_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grj8xq0mmr602\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3kvt2fyqeywh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl91v5mjrbb8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elp1cvbq03fq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupB_C_G_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/853wkkj25f2lc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w8nnrq2mpt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56g4k9flfstdc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_3539_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/853jwbl6klz7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxtthzmcj6p4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk5s0b1xlqk61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2bybnw0e7m8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwxs7e6070h3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brsp3eswp2k2g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR9909_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpcsbwcjqbvpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfcqzvyk9nbqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_AggravatedAssault\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Tuberculosis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9f6n3ss6fw1g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BirthInThePast12Months_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8b97s7cjc007\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y08ecxpjeh702\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifePhysicalSocialScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithPeopleOver60\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bj79hdvnwnkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzdcbb88fnjmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmpgg7dxzqjq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjtgj4wykbjg2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/tvn9nlsjgbhn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5h12nfgpqdf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CarbonatedDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh4nwcttwcyqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzfdjkvvkrhjh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesExceptFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7j5mg403pb6g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn31c85f0lsgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5ve4140t8xsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjt9yfd27gb26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhn3mxyzxthn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pjh85x744sjf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqpqse0lp16w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1pen4jyvgrp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypw716l40tgx4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bj5bqmq0p3p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms9xnnssxv195\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhsf3qw60e0b2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdvdk9tfkzf93\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqlpprfj94sb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnwbhjymmes4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_15UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2skkk9svdgy34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geywdm5e40vt7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9lhrlzd28nl3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_2_E0\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4me546y5lypzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tcb7pml92599\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VehiclePartsAndEquipmentOtherThanTires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjgyvm5wv21d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7kv365q8ykxb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dcmzwydmtet5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl0d9chnxnhn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt75v3evtq7p7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91r1tv9rm1ww6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djwrb9k6wbvqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwjdt8bm3kkz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf0lyheydhfc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8wbrgcm3gdm3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_LOW\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/DT_ODA_ODAT_MP_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g8kqy8snezfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj6v12xk6c8cb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr395hwjwwwd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqe2jrx3ybc03\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSManufacturing_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptFoodShelterAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/feb4dws4vegs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrp88pc2tkvh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wghrnb7lq296c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smf25yepdk6vf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetServicesIncludingVeterinary\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evjmxjfmsj6ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh2ywykfkp0k8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my8zvmdexvnq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6d0158t101s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ef5slf4gqvyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fythbt855pn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ygwdkf7rjvp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63jxqm1hdgvmf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_MineralExtraction\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34fbr7e3grwtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05hbjp5ztrl64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wwkq3f0729x9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COSQP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hycewjthgy8w\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ClimateTrace_OtherEnergyUse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_Female_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Female_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0l50t3n8scpp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhy684f6wnclb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdxyy4cmt21l4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_FourYear_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c432fqk9vl759\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7mlpcsjp7zx\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmnh6ypjnc0xb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kglmm5cz26j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53e4f1tehp1yh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y25T74__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvzxvdty5kly7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp2r38krr7pqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psvjtqlq94q39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvjh5jr4z45dd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_ClimateTrace_OtherEnergyUse\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_EducationalAttainment12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20jpfl0g2d65d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbm1mk2bed7r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_EducationAndCommunicationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5f0nmrhstscb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhl7nz732vx43\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FB_ATM_TOTL_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_RetailPrice_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fw33p2dzht5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb8ytyynbx7j\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPD0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To64Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvk26625fr7t3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxz9h79tkm31b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r05htvr02wyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_ICTR_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_NotAUSCitizen_Male_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k90x75bf08r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcjk548d469bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w5z6gqnr9tk9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_FuelCombustionForCooking\":{\"byEntity\":{\"country/USA\":{}}},\"BurnedArea_FireEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtTraveling_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdCleaningProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39efglmsvrvfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds4vt7sf7mrl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9lv8mnd85bs3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXSC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smdq2n7wnvv23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezb0154cgc603\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrnvcdnlg1hqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57lsvf9xy82l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw8dw0bwv0t75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pprym7fmr3pn9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j32yf49ekd837\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_VUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s3l8zg6c9f92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je6m2zl0f4krf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_UNAI_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_GreenhouseGas_ClimateTrace_OtherTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCS.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8b2z1gtmyg5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6j8rjxwnh0nd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_WorkedFullTime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjdyv5p00qsc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yxs2q0kdbr4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fvrl9zy433n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b2k6j3g4fq0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cylnp6b9xldz6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherGoods\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m27960jtwej4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjpgl907fhx43\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ksjmd89x94qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtb9l1qkdwvkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjvrrgz987s7g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqynqw9wcb386\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaBongori_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hz42fc1ztmqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2cvg9bn37he7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kqe7ek70x853\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf56rje48n17c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znhw8gzqh2d79\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8emhwvbg9kbsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vb5962cw6p4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs10bwqgqwvh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5sxpx7l8jwh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf7thlr540jx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdrtk26g8esg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lfbr7b6199d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b60pcsrqznpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j94c0t0j9fh9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh63n81m1br92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcgsmjek6kw4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_EPOBGR0_STR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMTRB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticNavigationTransport_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc15w0lbxjw37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nms225rv6cfq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ff0xdjd58xz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7ke4r9klrcdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c0532pj9tj9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfzz7zg2men44\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/g20_receive_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Herbicide_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR07_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g15mcxt2b434\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c67bhe509f6wg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SNV__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales__ElectronicsApplianceStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7dvj2frev168\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz01e8cwwjsrd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.REACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15svj45vkm31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGLPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_23_FDPUB_FNS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA29_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESMS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SE_ENR_TERT_FM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58bwh4d9159h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc8nx1670knjd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zc62se21b2md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8el7spj77jg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rytk8v20e3sb2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9p02802xdwmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghrk01k7zf73g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgbdewrhw34q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygcdewkfyzhmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSInformation_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46865hpkvjqtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsj9e3enbdxsh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_6064_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrMoreYears_JapaneseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw6qqzhmgt4c1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wysxzgsghr6d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl31386kq4vw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To25Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkppm2829z3x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnjlk4c2e9k08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1nscqp28jlvg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_PRS5_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7051dl45zwf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2yg5ecdg6r0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ehjb7ng7wc85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z8b964ld1xg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj8kzfw8yw2g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94v92zjqr38b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b83l2qq3xjjhf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_Male\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithDiabetes\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9y14yd9r03wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4hp747xz9j3f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_ChemicalPetrochemicalIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxy0ek3spmbl\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLine1.38To4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqwglxq3jkqh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/294p3l4x6wc96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb2nw4dy7m10f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nteqj08ff747c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywjqcxc244sx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41hmwl3g25r6b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf25000To34999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp0qcd11pepjh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_HAZ_CMRMNMT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaAnisaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsrpnpqegc1t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl6g63qgf456g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4s41tffvyyzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SubscriptionAndRentalOfVideoAndVideoGames\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t989xd1tn701\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDSTR\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jepcx58709c44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0r6vmdg941z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpj42pcbr5b78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv7k4fpjg2t06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vj06lmpe8tw9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r775tdshmhsn1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_25UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthEurope_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crw5y1p27dxe4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htj3jynbbvtg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ScandinavianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n52q0nm00jq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsmglergfnm82\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OE_56_40510\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherRecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhylg7l7nhbtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Tires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llzsvsgk9zs08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnd758zpvx9j8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REPFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l993qn4wtcqh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_UnknownOffender_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HairDentalShavingAndMiscellaneousPersonalCareProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l41cyd1g9klb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpbh66x77x3d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08e5tswz21js1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68wghsywt34m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b6em9kydfg92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whhjxtvc4xc45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71swjjqcg8s94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdcfjt1mnfhzg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPJ_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gblzdkdgnfrf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my2kvgxcsw1xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xby0pd5lk9cm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhr8kdp2qg07d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq7z9m49d8d15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_HebrewSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rncrfbw9hyl9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderEuropeanInvestmentBank_AsAFractionOf_Amount_Debt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/D50-D89_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS44-45_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4vtx6ef5l7w4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvl8dxz9gdyy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NYI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltqfr60jym8y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6pp92297hfzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_NotAUSCitizen_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k4g3ytgs9x12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t89xztb5z9222\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25p56bhm9jry4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nbd6vgtxr30b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/231n2plg8nvz4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_Peat_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gdzdkpg073x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5v8esr6n4k19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljs4q4hqxjnr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsb8dgwv3wzff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6x6pwt45tgh8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/reqs1scp8xkv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS23_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94ne7dhxt0j9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN.PRODUCT--AGG_OIL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/nrdst1msh18wg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_Ethane\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_NoHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xwrew2hlkx47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0rk1z35g85v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvn0v4cnpb383\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Methylone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t03fxjcljfz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlhhdd00l9yd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyflgcswn42l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srempp6c29074\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_MastersDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4qb8z2gw0my8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzdh0cgz1by46\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/bjkcrkddgbxyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5nnll8erp5rf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5550_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5661g7q00936\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_ShortTimeCompensation_InitialClaim_ScaledForPartTimeUnemploymentBenefits\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2021OrLater_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18zledd7b9vhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27hfvhmv1ktc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fxs2swhqrkw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvcbe9gq5mmy8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt1my8wwgq3d6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exn9ebnt2e364\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffmv3e8kw9ptg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_UnknownOffender_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentLessThan9ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2kf0lbxckdk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw5jg9rrm57b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_RetailPrice_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61h7cq97blz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xyk2343c9gg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyykhv7b0vdsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfbmc9hp8yy7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7cv4n37ywyc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8khk5w3nxtmd6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_WorkedWithinCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_RenalFailure_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkc6vysddc9y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg6zdm6xt4x06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSPublicAdministration_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPDM10_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TobaccoProductsOtherThanCigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p6ynql216vpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4x3f0z47gp1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodAndShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Female_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hz6lgnpt0x0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3jedmx6ypqb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1hvgvqhwlkp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vv6mk7hxtf2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hecyk9ln632e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4mserc7t3047\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_PopulationWeighted_Concentration_AirPollutant_SmokePM25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vjjkcgrjnbf3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgpn040fzpq41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf56rk0xg519d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Meningitis_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et27k0hgr2psb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rstrk7y0v0ts5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PersonalComputerAndPeripheralEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72sc923m8tgs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx25b8x93scy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgdjnhzhc1ww2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qknthns6lq4f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jt42mcj7hnw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5lylz73bpr4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dws1kh3l9mnr8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.METRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0drrm9w72ff3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfgyqqy90s5qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr7lkcm5byz3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r59khz8wq6me1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSRetailTrade_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_AnimalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p7wz12m64zq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With2Person_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtp9lq3brxqw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5305_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mzjdrzhfzpyh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yb5gj0ce7zd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg3se2fmtffbh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1k1jcltyrzzw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9k9tm8tnh77d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990OrEarlier\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9298l95cf34kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlydrm9pwvsj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5mgl7w6jcc63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cldyem724175f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m97e1z5b4yjj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nplk1b9cbvre2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j57rkbvnmr98b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf8cfmjzh5wp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzx0kkx20kh8g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4vn1rwg6dwv2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_65UP_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hps55k0q2q39g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSAccommodationFoodServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnrkyvmhf9zrc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03028d5rhvks5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76ttvel64qy37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxsrdcl3djcd8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jf4p3d3rk8s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w10vnbywq18x8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MiningAndQuarryingIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05840gjkqr487\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk0y4knlsbxy6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rtykx6kmj1fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yb5fmc8g69q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r06rdl22t84x8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HodgkinsDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmvygywe659h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pjn1d8wxkg1c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMMU_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_LegalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj5ledjlq6jx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentGraduateOrProfessionalDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt12qdpsx67k4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l1czyc5k5617\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6ql0f1nym8kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfdjx8zhk9ej2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjm54e221ftv1\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ztvd6dp618xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmbhb9t26exmf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.28-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_7Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvfjptkzsw9x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qht2l1hslp722\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br052p3jmsmrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhgfzgc44hrx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l29kbdj3vnr3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkkycresqwh5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll7c6fhydtd24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenByNaturalization_ForeignBorn_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztzgn5ncyed6c\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianOrPacificIslander_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4t5tgjbjjpl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c22d2wncttntb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr4qr1t0h2vb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftjhpeqzbnvmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzyq0rbttqwt3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_POLL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q68pe0gmjws4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3j7g1v6kkqzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ex21p2qs0yzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esq8q17he52r4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11gf7jel3d3xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df1435cmpzsx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz8pyl8j4hm46\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_NetGrasslandEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0njj19d3gee1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlykw8p3qdgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxgly0rms4gn8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerHeatPowerPlants_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j81b10t4jxxy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdcpk1lxmj6tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7cq1mz7v0v7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_16OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89hk3zz4c6r67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj72l6w6g4qy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv7ngjb35hkvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9ttmz5re79f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc49r2sjlq159\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fd4k04mq9vw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek6fxh5hzse0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6q7y2w5dpv7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzrewn5mv9xhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/066196l3p8848\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hg493tnc61p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/het6yz6516kn2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rglnm4fv3c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb06dtqb9kv55\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SugarAndSugarSubstitutes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k2990x5qffrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherIndicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmy8pdgjc4pw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx5re0ctgdhx2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g84lr8xb4m4qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cpsrgv2jy6tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1kp14l09cdrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_3Month_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn535e94ch038\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStLouisEncephalitis_NeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zjlefk077kk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqyxv059hclc2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16j8dhgr7xxc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky9pft64gzqlg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y83rnnf69g0m7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRY_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9x5zfw1gd2gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2fjl4ntyf07h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeprosy_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAOtherIntersectionType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s0phlp3d0l15\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUN_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9e2c76jxf4p1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyk7eg2z60971\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_CK_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gw0m57tyleh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcgx1enk0mdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfbbe89f4fe07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6z23gpsc5994\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8tnebf3rytk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq9xps6d20lfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4w5mg47fxzth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7n24fc32r9rg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJI1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_OTHR_RV_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_WithPublicHealthInsurance_1.38OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_WithIncome_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"dc/961jndhtwh4x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drzfhjjh6qgvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf30rtg4zxbj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ViralHepatitis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Smartphones\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5b84xeylgfth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/306pzqtk33jqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l2frty8q44rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxj35hql1yhfc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R08_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_PumpStoragePlants_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxqqr5cz5exw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/454qp0c1wfj2h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_07\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Producer_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh4wdmj6z7rkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x70kt3qd4c3gd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_Female_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2q3ryzv7pmf4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrc592vc14yj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ToolsHardwareAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l8tgz2w2g3x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvfx7k78tpel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgf4ff6rgthv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srftpztp97xe9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_TextileMills\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mjneg57gdxh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zvv7behsy1f7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_EPOBG_STR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crl84kh6xzpl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g73hglptb281f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycb5cvyd52ph4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_IncomeOf35000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ewfgsgme532c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw3g23kdr8036\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj5qwsjq93td6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CheeseAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hce30rwpmj5n1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20hb0jz70e835\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sk3zxw5n4ckh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6dfjrctz0vp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81x3xp3cfsv61\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0myk2q4k8474d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wr7t64hmek5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv124ze24h0w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqmxcv2hwyh52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvft9hw5f5lq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrch26whc5n27\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HyperplasiaOfProstate_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To64Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj3qm850jkkk3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NE_CON_GOVT_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcglp184lcxt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w80p7l6l4sj1d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yskzcqzt9gqw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbz2t8w8n0z49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4k2dfxdd0b93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x88v7ntj9mmf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybm13mpl4x58d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sllksxqkncx8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbd5efw46t4zh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lxngtnrtw9f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3888x9wqex8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez2stfvtxx57c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33fbb1d2j8h54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpp8sd0h9wle5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/3_01_04_01_agcen\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/bdb0eypp5ek6h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OrangesIncludingTangerines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z24w9b1y5by4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwcg0nvg08nh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2kg2wvlweb65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxten2cx71yt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/432bpjze12t99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hxgppjql1ls6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj6fjcsl1cdp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_AvailableVehicles1_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24jrn1zbmjq6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pwcebtfrezkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0g3dv4ddn4m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Coffee\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomensOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x588p2pn9q7f7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionYellowFever\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj9rej8z6r5k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtyexyq0scmm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp5lb1npmyey6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_GRCL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_48Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1550npbjshts3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn0bt4tn5c1d9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sgz2y6mdr8s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/422ejfpfvmxh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s020lyk6xy2g4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Female_IncorporatedBusinessOwner_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RETCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_NERA_1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx3rlp55ms507\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qwfkfsvbw5j3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbkvrh616kxcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdb76e69wg6jg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84jmjz6j7vcr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b50p19yqtrvk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnlvn63zhp257\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpx9k0stth72h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_SKN_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zle9y2ft6p2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj78p0mb9re4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF_AGG3B\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pdmre5vktz76\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FNP_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--56%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q036s4v65dngd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlznsbyz7l7rf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w08qpb7hczx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InUSArmedForcesOverseas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxfb1zdnjmfdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1c20kscp6wgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whvk5bm47vy11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_TagalogSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedWithinCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddercmmgc66n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0b6njgprpnsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3gdkzw21btd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc04p9cltjylf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z9xwfgfhpfyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyekcp1h8y6db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x248xlxpjn35g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDGRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCNIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd3vpqk51mft9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n28xxe2lfsz\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CommoditiesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw7ecd180bqe2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1887s567vl99\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m5kh0lzqdqr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9gznqrwcec83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1ys7qk1cbxq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pxv9wsqpse97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svmxkcyk09hm6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportsAndGroupExerciseClubFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v52dfmftj535f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v221p4r0s0798\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2yxbwtht5ttg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LDVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmdh18ej2nn7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf71yt85v323c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKN_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejgvef0xv48n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l87bg6ccj11y4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mrfbtj19bnm4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_10Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthEasternAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x9ghh6qw9y64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqqyj127kxcfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rmkx6e16wz51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wzc79y0xy8jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4szlc1wn06j1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/629n0d4bq3jq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/822rnfswf1eyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63pthytqj2gl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5bg2zqyc20x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Male_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty3bs5szg2ge3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyzcy3e77smgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs6nljr2b8j6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvnbx3rpqewmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Asthma_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6kt62m3dr0nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs09gt6e31n45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65psm7c8z7nv\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0OwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz5ltcpeg8hk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6ygkdvleeyh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tckhzpgw7jx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbyhj5sf58xf7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF22\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_GGR_2_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx8418pjdswr9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kksq92h7d00f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01chwdvf743c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c19eskwzbfk8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvjs4ejg3j4sf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01tdcqd45jj4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzjmjq1mjx1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherWestGermanicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpcn8j7mw3tx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RZ_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp591lrfqlxb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AcanthamoebaUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SpicesSeasoningsCondimentsSauces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4fkrp03drw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4ktptzlgn0z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2tfpx3f19px\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txxhlc2l6l341\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3lhh3qcwsvl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrf3f5n0dtqxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cft4hzrx249c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxjnvkef979w3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2DM10_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr21vz0pdk0sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whz9n9h4j8emb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRH_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherVideoEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v2dqjx8xr8b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0eqk80jsvfj2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/7nsdepv7yycl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7wggebtev7hc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.63-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22sylbhgm5fdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p9bvee38n9xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw9l9v95kerz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_IschemicHeartDiseases_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gq04w1tlsgn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfqye66kqlgg9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnj4ezpjd67s\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA01_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5llw7k33qgj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7ep69p7h2pz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4rt8hqth0xyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Ham\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8qedkj89mt5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqgpntgrlw858\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9090_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0v6nsq406jsd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r2wt4249xt3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCLifeScientistsOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1m9xv376xxz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/788p6j7blky7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr561cp9t78hc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yq84qysey1b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xwwr3htch9y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emdl7j068hr36\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVCN_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k832hxqx60nrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpd9b4v715lp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedOtherBeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htvsvvnssqh0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qek7w50pvjqmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1nt8t1f97zw8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIIRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_REV_XGRT_GD_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lzpvnnnp9tqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7dhbrxj28b0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x64swzyh58bph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue1500000To1999999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kjf4sp7vn154\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zxl0x6de66l4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18_Female_FamilyHousehold_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithHighCholesterol\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_PrimeRate_FinancialInstrument_1Year_BankLoan\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xmsv5m658h87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q77bj2z916rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfkrc1xhqdsf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzm2m2gmzs0sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5d22nhthm73g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtv0zkzhhvxb2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wenc16xl7sfvg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ProvidenciaUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Count_ElectricityConsumer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20f4c33zwekpc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_FPL_INFMRH.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TaxReturnPreparationAndOtherAccountingFees\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Embezzlement_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OlivesPicklesRelishes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk02g7zcl5yjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2syr7lg5jtgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmj1hfgq1xq49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj05715zteskf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_3_V_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WSCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOEGB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeUndergraduateYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejw15r4cfbl0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flg847vthpwm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zppfqjg8nqg29\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_POA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61dkh60sytww3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmfbzqrtvczw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr9pgn4yvt3xg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r9mmeb1cpc78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wxj2tvdjyhbf\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_NonstoreRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34rtyh0j7v0lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/998rsh4q6nb93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyf80t0kzgt11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcfz8smb7l8lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2cc2cg9c7kn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f37z51y6319n6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1lsh0lmwkf1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg4qpnl27rrqd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_PTRHC_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tgr0pxm1dle2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cjxjxj11zgt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhhstetzwh7j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5gng09pht1d2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshMilkOtherThanWhole\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecg7zmx0yxm0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9qp5cejpyhq5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lhqyw7pbvk23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1cntrlx2rb93\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKRV_PWAC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47088fv6zlp4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9ps5vkgepxec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lejnsbx00jm5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ezhn94cfr1x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnstm7rn11jsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4m5bs883z2sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nsnevwqy021h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h01wvxp5428f8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxb7bbsh496j3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zvj57pjnqz6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zerl1c6j8cxr\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0w7210e9w3bm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63y73w0t61462\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l94d3es89r653\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SODTB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GEEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FinancialServicesUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e48qn2g5480fh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YOP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55bjs425z8p26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckspl4gd81gld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6xgbg8eh4r82\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Chicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0k2pp762n6cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_FCST_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2x8w9t6nc80d\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InfantsAndToddlersApparel\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m1rp17pze3w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eks3nb6ppp4h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlhbp2np57vbc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_23_FDPUB_FNNONS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AudioEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0v3rkym44j47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz8f4m77cpwr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtgqtwm0zyqcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jn1fbfdt02kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxkb14rcvjk92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd9nqcggfhg92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee6z30q24kqh6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjs2vr4z45gjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwjnfkr1ln39b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf35fbwbv8xqf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpv29v3ebmcx6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlv485bd1lbc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_HispanicOrLatino_AsAFractionOf_Count_Person_15To50Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgv1j15tyhkjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9snl8pz2dn826\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prt0tbcq4gqdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_SingleFatherFamilyHousehold_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6799h9vbb4q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjjl97k9y497h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4by2jmjc1p86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/373mb03w1v0f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c1yx5n0qs39g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldfbl3k8w3egb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1979OrEarlierDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5365x5h6f50g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rhq13f5xw981\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cze9pymwz8fr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmdrsh3r6wn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Bananas\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h6x0mjmw9cm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czr4n26slxcw5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27q8fsx1rm8e1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk0fqzrbln472\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzrb9fv8wdw11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd2h6p1kpml53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j542x018c49l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpdssh90627kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkytlghxg33z4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCG_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd63j42ym63s4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_Emissions_EPAMiscellaneousEmissionSource_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbjshygtj2msd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g28wsw7ek3et\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv0l8d0nlh6q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0vbctlw1e064\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0wdqej3kdrf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Meningitis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blsjzw9c2sht6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crb8jq1sljcrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjrxk4bxzexzh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbp32sndwfwj\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PetFoodTreats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/495clfrn9nqhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bey5128kp0lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjmd2lvnsys5d\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4j226hmhjj51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np8qvzspgj3p9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jvxd5sn4jyzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktj2qedhrwdt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm0gxj9z9z04g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxrkq5sbjc3f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf5xgmkcjdccc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdq92xqdyhp75\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqdw6x7z56bhb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MAPRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sg2cxn1cl447\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_HobbyToyAndGameStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k01zh84wy48vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glgcn71vm3bp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xct23n3rqnw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w819yp87mexg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31qt6yy8j005f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m86f9meckl6e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7vn882r9newg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l69grkgxjs2r6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_NLD_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xh30tf6cvdx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f88ewjfmvy157\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_MurderAndNonNegligentManslaughter_Female_AsFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1djhsmycwle6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15ld8b8erxjrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9helf8rmk545d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7kw7pgpcz3b9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wshymc9sh5eq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rb9ldzggl0wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvzltscjd28fd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWFE_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53g863hs8xjq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we41flb7nc24c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n9crfmjl2tb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR15_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bh4jbrjbecr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3hdxqr49vlj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbv4we47s1v4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Prostitution_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x4sp2p0xf263\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf150000To199999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvdq3fl8cx6k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4jzf3jkjcer1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yhj165c36d2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75zvcbze9blbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9f3brwy6rtn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkpnfk1p36dzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xppnzrc529774\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n4pr94k6zjd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/974xsy12zp6h2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Dihydrocodeine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e1lm0kyhq1y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50xqjjg5glz22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77pk12v6lkp87\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PWD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bkb32mtv6p35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qh1yqp729zqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--72%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0je0cqs376jt5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YOP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59485qqkd44hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gez3yfnw84jx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgbl1jhz6pegc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Obesity_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gym6h1szkb912\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hllnywqdbe016\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_STRESS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjhge7ccr7xn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vylsdpcn4q68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3qsx3tqll9v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1wtbgd0dghed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--61%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0w018jjjxj58c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m68dx2g9l1fh\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v5rgnn1e1mwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crgn3jvn4bny\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qn2k79derbs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk423c6bmtvy1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_1014_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_XGDP_0_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm03yvrjm74bc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3bpyw8e2f5m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klfxgew39v8x\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ncm095n0m0x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjcewyrewy55f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_Male_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9w9gdcfmqwn3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDLVAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d66rtynrq2npg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed3d94qp5p38g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8szql8wsejzh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bselc7hzvnpw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwsk92bhr6cm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MusicInstrumentsAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw2dx46fdpvt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztyyc98jk86x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe2l3hpq87ch3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lkqdfv6rrpcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj5301jgep429\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy5jtysjhg5vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherKorean\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vh9tqxer223g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tytptsn5801f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtkmx8ebd7bdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecreationalReadingMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9s8sx1kzqyxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3h6j7ckfp8mg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mr9d374gl2l6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEKP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CMPL_MA_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6010qe313z6k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1kl1mblsrsc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq8fd8kc57cfg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPV_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensPantsAndShorts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mqetc415rfs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skqvdz8v9mgdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtr6vpng99f08\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/364fndv9sph18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dclgqzhjxvvrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2v115jltnhw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h711f397l5yrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn9831qpyy3b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmezt0s5s22f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yys7dbrd2sj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nf3hrv8qnxb6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe6y5c4tj5sp2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-4-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Death_DiseasesOfTheCirculatorySystem_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwkrfw4g7wd92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpepqvmdr1t26\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUETS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjdwycslgx4zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhb4t7dvxfmj5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtwtgjpw4whrb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjqlgp7vs2lnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Gasoline_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_Unemployed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Female_WithEarnings_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddyrfe05v5347\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgfsv76cmfdb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_11Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xtphkxfkbmv5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pwwhnbgs5c06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ViralHepatitis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytkpgwtbkbfx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbxvnl9dp7vv\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_1T6_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc0kc77j83708\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_86Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyy2mf94wdlfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb2th9j5vs174\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gw1vxwydgr16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hrwte1kfwn9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7rm7nmq6lgk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh7zrpett61f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcl087g8lnxz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6m1z2n5t2eh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69hpz1rnv4wr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89byhhg5g84c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq2xyvtjl6x02\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6rhsmpy93sz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmgkkep5jvrf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8ygg1yzeqjl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce1l7hrm79glc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_80OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mp57vs4w32q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnsmngjw2svqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv9pcthq23gx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vznt8y9lv97e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlxw91lql76j4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90gltztm3nf48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjdqh8ke7er43\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lmnylmq06r33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ny5deqprfptc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With2Person_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn8hjpg2pc2c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd6jrx2xw84db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpgpmxj407xd9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1194746zkmkx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fsxndn877p7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSWholesaleTrade_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd15bxpzelf4g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--MZ\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m0vrkvck7rm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f5vw9774x1s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq2szejkk5x54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqhcf7dj1h1r\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/402y0behrmcgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvkf8mjs8xt81\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLMP_UC\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kl94menjlg56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l8eph1s4en47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seq53gkv7n2p7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmzy9b52kwy38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m17jcf9kyrx49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdh1mq9qsm916\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp9ydn761svhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scy8lcd46elrg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r2xh0xzx33w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72r81n5f1546d\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb8xek91p99fc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_1_FDPUB_FNS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e33r558935k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58d40j9cxk7nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3bbk1e0qnbhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OneRace_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tlp8eykz0p11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pncqlj80m7nt2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h81lfm53nhh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r433c052tl2w3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6sm203sx9597\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t20hbzsmx6x6d\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qvycwwfls9r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jzmqr481t2qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qmmmtd1rzq6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd3v7dhrek28g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x044q5xklv2l9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESSN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_ParkingLane\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Assault(Homicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tq005x02204c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptj1rz4enlzj5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableSatelliteTelevisionAndRadioService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47lhkj0j2pmpd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD2VIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tzfjlpfntmrh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_IntendedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/see08dl3v5gl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92wk0p824wfrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcbd4te8nl7sh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfLarynx\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s706h1m8b2r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ng732l40zmx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcm8lgtmnd03c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4g2rstswcg79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrszw5t1gpg02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SaltAndOtherSeasoningsAndSpices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq52dlx69xhx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/test1wwx5m9s2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0swbcwqmgst4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzzf8lr4tnl83\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lr37kq1qtqc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyrcbdyxzwej5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp6gzl4y6vz31\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y15T24__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqpm23h719sv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkw5k4bxnykn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgd1zx8llnb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1t39t8243hff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j04cd1188edv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS33_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/084p52w4bl97b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4qb9lhzl514\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjl0drptgpz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehiclePartsAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4073b059kpjb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSGP_56_F700_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SalesRevenue_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdee20p6x6z23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff8qtzwn2x3jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7dltj3mrq778\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_07\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Energy_CombustibleFuel_MainActivityProducerCombinedHeatPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/811sbwvg39rb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/956mp14b2j936\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m05vsvnzf2th\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ChildDayCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg2w2h1zmexq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7bjdmhz72et8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnml31kf6998g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjnqzkhq2fq37\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InstantAndFreezeDriedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp0534tdfs484\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto1.38_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ex1cycfccw01\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDRIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_CMPTR.EDUCATION_LEV--AGG_2_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_EmailUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r10kk1fmpjmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdshhwcs65jn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljxvgv0wf3xhb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr0v5dbcxqjr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb6hk0rw92ekc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3t73zph6bkt6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ResidentialTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwmyk0pprnky5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgn4gy81dxbwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherIntercityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9he41rqsej8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j92jgl2x4wf0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz04p1ys8d798\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionHepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj3t3zplbmn6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_PostDoctoralAppointeeOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcn992zw949d7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03p892tkj26qf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PCS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AudioEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5xfjwf23qeq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gel0bh40ggy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtbq57bprg1cb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Lubricants_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65yfx0d1p4w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0vs1rtql4h6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Loss_Energy_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2txpt6qq6jyk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33wfzvpkr0tg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ry2jqgl8d8t8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_25To64Years_LowerSecondaryEducation_AsAFractionOf_Count_Person_25To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gmn5d7xc6f73\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParalyticPoliomyelitis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AsianAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcvmd4k6vw1h2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35v5b3evpm15f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ld35q7r1n347\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6frlf9rdd29h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWCE_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stpm0t83nlp0g\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSNaturalResourcesMining_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rf0e4j3vmbk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywzwjj85h8zc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncs95lwthc3q3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-4-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1brh411wwxs4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdktzhdn6j1s4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6937sgr57svq\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hntvqzby97107\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n68cbl0mxnwm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqs3c7rlmzezb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MarineDenseFogEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6br9mzlkyvw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj72dztmr9lp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS11_21_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmt9lqhmwp8b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2qt2bktw857g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_TRDCMDL\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v92zp0jvhheb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gj82qdfv6w96\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_FRST_RT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7187w78hjc0p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvvtr1xme77w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnzzqwnnvj6dd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5306_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8khbelkv76qch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frcm98jxw5vr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2eqfkk27sv23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzdkq74bsmbl2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD2VAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb3t6ektmspn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3m7gk9tghrec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q15p2vf2vnczf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6bcsh18z9tsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6dwyywhsjdf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjky538h12446\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzzl0rx7m1yf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cn8ezejlest7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhqe3f07pn2m2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9100_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7q2zx626kvsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz3xql3jkbztd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_Cotton\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j72cpwb0shc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjebf9d9dfyxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxszy4ekwx2d3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_IND_EMPL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l63nsbb3e1b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyecr9z126pm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twjxc3y33fyb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RECCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bzb3zrdxzy65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl3g7le26re8d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t054zqed6fp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg8slhrly1ggb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70v9j0bw77wmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgvh72yqppjv2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v040hcnq9s65\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG00_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_VolatileOrganicCompound_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdb54sl5tplw2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55dvhrledtwzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfe13rnxddjs7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0elt7dvxdzk58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g87x3wjk2rjm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4qj4znnbrbrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msd9g7nlwh6t3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/EN_RSRV_MNWAP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lqex3mlw74w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yqg57tg7pev1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brszzfbpjmdr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea1_ClimateAndEnvironment\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5To17Years_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9726cf327j8fc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfLarynx_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF121\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSOtherServices_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8y2p65wm0m89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xskp6wen8gmg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91kqvhp59zxj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7wxvgm3j0k0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n35grh6t21lbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1ezyte8r9kw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scygjb0lgb6eb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z020p6cb3f5s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJamestownCanyonVirusDisease_NonNeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d769jd6ensmn7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l6ejr7kcj8xh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/feknees4b15p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3ez6rzg67bt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceHispanicOrLatino_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04zn512rcrx23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvfs1n9d0x1xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tlr8l6qwbcw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2wsbmegcyns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_TeluguSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15r116geecyrc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_RSRV_MNWAC\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_OtherAcuteIschemicHeartDiseases_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcbngn130bl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwh64tkg1yt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkfgpz9cz0x93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfc808bwsdj19\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FuelCombustionForInternationalAviation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bf83mmxk3lk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_MobileUser_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0cxl0zqv784f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9l093wtgfpm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_TagalogSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yw96gdck5em4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv9c4bwyq7lqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnqml39cqe7zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kydy7bmxvgh4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6p1hjj27lvp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfc9k25swzm83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vtz04l48vjw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4jf097cgzf27\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jbmznh9hs7kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqmm4g49q4y0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh1vmxy09y72d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w42bss995k3f8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hedn6yxy15k87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjppy6gkfmbn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h51g28mhmnnm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m492en6325g75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_DivorcedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m95k426fl20nh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOLUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEAJB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgf9g8wnqrv4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To50Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV23_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rwlmhwb96byb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v66ych10b8xtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y26qxsd92cg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45h77ljv1bvq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydwkgz94etdf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx6s79mz9lz47\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--M__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpg6zdvclxtm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3frbzzchnyzc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xey9lhv30pxh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w1vsw9ghzhyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7glmytf8hftjf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocoleusLyngbyeiEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl3m7b1qxgbm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_Bond_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y55T64\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_87Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sw5v1gmhmqv4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv6kbbfr9ejb9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SE_PRM_PRS5_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp5k1jygkt21\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GB\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2se7t6nrf0mfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8qh4hp1830dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggkewscbwge95\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_4064_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v5n61pl83lw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpv2q5561hcm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PECCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSInformation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pegewccqdf0fd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez62v7k5dpql1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86ke3wm8z4sh1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9180_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_5559_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA07_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ztl2frp9j2l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8vp2zfrm3b7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew54kejgl44k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpg0vwb61l062\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz84zsd6ljf66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rjfeln0ssp89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9gy0hcrefldh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbmbpx7y5tl8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69xm57vehlx08\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gs69nszpsq4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjvqg36f3z3t\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq072rrfn351h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqxh728q5g1v9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1gpy07mty255\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg1jc2k2wb6e3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGTFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Max_PopulationWeighted_Concentration_AirPollutant_SmokePM25\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HypertensiveHeartAndRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py6ent326bkbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkx53b607lm15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_NondurableGoodsManufacturing_ProductionAndNonsupervisory_WorkedOvertime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/613vtrgps26s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bfngyy9bdp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj7nby2lrc6c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdv2qt0wdn6q6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h20qsx93vrtmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn9gj5kg0vlr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9140_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_MOB_4GNTWK\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalSyphilis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glygbvkg6gh94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p549ss5j5tzef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz180qmzne5g1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdejfhzrrb24f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73n8chz5m7438\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmy0p6gd6ssyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4n7hm5dpdsn3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nrxz465jd9lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtvdy4qnjfgjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0840m79thert4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPV_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zwf17my4d4dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfj5cwfmkye0c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72sk19zp8z2g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s111jl7b7t5s6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_GRS__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusCoxsackievirusAEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_Female_EducationHealthServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcefbsk4bnq1d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_HWRKDIS.SEX--M__OCCUPATION--ISCO08_221\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_BrownCoal_EnergyAdditionalResources\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceWhiteAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt18glw7b172d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RZ_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_2_V_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qspnyz0ht5rx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_MastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zwnmfrbcb3e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db5h7bftbyy6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv9s17m786j17\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_1524_SP_FE_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicalEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherUncookedPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y25T74__TYPE_OF_SKILL--SKILL_FONLCRS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfvetk3b1bdj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll7dy6wjnlty7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kg6p860nf306\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlorine_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_RetailSales_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt436e99fezdb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IS_RRS_GOOD_MT_K6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ChemicalManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92jbg3tmyz1md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkc4pcq1qgjxh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f27hbs9ej0pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq773rxfd9hd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv6dnl2vvy5n8\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_20To24Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS71-72_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv8myhnhc2vg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lcqv3dcz7ln4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfbvh3pzcfkqf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dw1w0nk8fdl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CycloneEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCMathematicalScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nscyz9wvy7hlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2eeybbtyzv6r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgy042wjlrc3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51h3g4mcgj3w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz88gggttgqm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v0d4vnynmqmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyx0d8tvjdecg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2q5s3xxlevp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk833eeflhld8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t4hxh02w26e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t7p0grx0rv89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx6kldldglqm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlkj5mzb6ckqg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m76x877w143c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggje6zbrbdwq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hls5jnnlkmt61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s90gn98rgg24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7wr0kv74zbsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7v5l30ves984\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh4y0wwwk57sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82gmwgete8eg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92k9r2r89kfk3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn1ykvqfxm2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk071gbj9wt62\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPLLPZ_VSD_DAYS.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d7mz3wdm7jg7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_Postpartum\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6d46cs4x8y24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjmnmrmdgr156\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1bzeex8tb906\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--LB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fkmn61gtjgp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5phnb70yymc5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_WomenClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bzxvdj9klkdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x9e0t690nrg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8hg3fxdpjw96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l44jbh0t9crq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv0lhzh7vyveg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb6yxs0l0jbvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn03gzsx5mxtf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvzg0l6hn3szc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm4svs0xjv92f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xsd0v27l0zhd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4tbz5n3jxr84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m81ttpnd650b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykvp87dxqle6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq2j1b0erksmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c5hebx75j4hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3p3ym0gm2glg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionIndustrial_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g293gjhrp99g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbe0drezxrpv6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--71%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/854f95e2zpcqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSTotalAllIndustries_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsdw7288z737g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrjt85rpfjc6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt7evdh3shqnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz9krqb7vxdw1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKOSB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/0r93svq333hf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj0hhnfybfvd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd2v5lhfsnye\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AcuteAndSubacuteEndocarditis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenBornInPuertoRicoOrUSIslandAreas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9smfrq9zv1pe9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r897vzmkrbxw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze8wygfet5n05\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ResidentialTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1093h86snygqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f0y6x4snx175\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m0y6rj37bfg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddkyr4jzdf9sb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_OilAndGasProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22neze0d7s2s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl2sym290bpxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsxlqe9g8m5x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2v1n65cz84x9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_LDCG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8t7zmqyyvdnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys4xp8vt94yl1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30v98xstpdr18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e661cs9k63vf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TransportationCommoditiesLessMotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRL_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6979fstz9pcnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n868f3dpdfp14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkr3qqzvfc2c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2yj1j32f0ty4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd558serslj75\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mngqpr355lyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv0rfvycjvmq8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG6ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.81-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Exports_Fuel_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls7731j52tc98\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4neh5hdbg5lh1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1562_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j5fv0gt2ekb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb5137wc127x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvfeqgfbfgqd4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SHL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To4Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5bf6l22ktwdh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_HydroelectricPumpedStorage_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqhzbr4z3jd63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njwhslpdl6xd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnfcg1bpxcncd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzrg6s2b5n4ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfn0x6e5667p3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r46qskdr16q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erb9y59txee8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3s96702eqxqf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlzht8zb19gp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtylr67xy3z2c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_MunicipalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rr1h84pkq6g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f1l2esqnb5qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crj4egjd2d6s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8r658x2ejhfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r5005h081zm9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YOP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jdtze1ny5x2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32ells05xz0t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rcdtd3ypevl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m56qfvs72df65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentSomeCollegeNoDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwehk5q0hd5y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqxdr821c7kw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t86h4231sb85c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKORI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2000To2009Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzwrg56hn05p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mzpzj8evb2q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pnvxv395wbe6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/054xllkqp1em3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95p8h54z0y666\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te9js1ljk8q75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8wyge73r5d1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvdwj0eccmqr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6ngtrtt5p7cd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-5-MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mq45qw8csvnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8smbb423wpjx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_Male_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73yw7gf4y7ffh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh86bnzkjcsd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzp78bmks5fn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4kdc2yy8fwg3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1ytw8lgerv37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbq9j0gd70w2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcth2y8fqte1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OrangesIncludingTangerines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w4qjvmecwww\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx1m60sdevyrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp68xfckbfqkg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tnmdqjfml6zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjfqzgs6tvmj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Manufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s0pl66jhp72f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j61dvld9fdeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nl4fvbfpfbf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fedxx7xwtk8x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8w23gydwb1k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7e9r9z8d4ddg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48c44lt4m4p84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc8wsyyw0bph5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz1bs0hpx4562\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ge5yx46qwqvh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljfnc5cd0c7k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzbenyeeh1lqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AgeNotStated_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4txcxkrj4qf7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_RockQuarry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17br6bftseeh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rns27km7vgg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk9cq7jqe4p75\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p84nclzdtpfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvn87d21zyf6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhnqn4e2t6qe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2ljzy4eqd7b5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syr9ecw26qzeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6bzfj2vsh3g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kev9vwem6w21f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ElectricalEquipmentAndApplianceMfg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd05tvzghbxx2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jzjhbkp62jv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p4r8p2k8c585\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jns14t167zt2c\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InfantsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l74r34g0wnbt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yfx9ymjlnwj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37lq9ds7bp5zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytzhtvcktqxzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr9w5b5hws8l6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r8hec5l373vf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/710615r70z0e1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MusicInstrumentsAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qpsgh553emy5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98kjs8sqg8dc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kshtmxdx36736\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dk80mtz7dy33\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6xv6gfqec3k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlxqp3hkvnn6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOO_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x9rt5bvhcp9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tl8k3v6ws2q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm48q9vbvkltd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pnwk57qp3gec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecyckmydz98vh\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh9d9e2le1r41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_BarleyForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xf80vsjpm03h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e8zsm1dm58h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqwygcqjldt5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd32jcpx9gp32\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_SOCServiceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb9ntdxevpb12\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59tb0nkn0nfrg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother13Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1q0ljf86ml8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qn98mn4jjev7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky1t2dtxn2tx2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.33-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NotInLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79mfhwcdez426\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64l0v5cv3es9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8zh1xnv4f5b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwnvl94cv7vz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_IlocanoSamoanHawaiianOrOtherAustronesianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pfhxfg9djrf3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slsw55r2ddhjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skd6c5mnyp6yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp6pe7335r7d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_TwoYear_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzz5r9n4rzh5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe6sc0fh3klzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q74tt935vvb13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r66kdd4bzrfb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_LowerSecondaryEducation_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2clt9tlpye72b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j0tyfwd9r8q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm59fg9qqbfv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvb4hmnc7xmtd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26gv8rle7kxkg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA24_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--61%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kqtjcl2cgs9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbn33rr3nkvw4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88swptdm36166\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5e5sf4vx2j53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/entdt57gn6p38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6mzn3czpkr8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy52t9fthvffb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emtzjmbbq7sx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2sfg255wftrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp1p7k0b3lk97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybd1zw6clpkx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpbketrhbd533\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hmlwqj1wwyj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7erhtt1v5858f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k5sgnfyzy1j1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Food\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5d40xwfm9zb2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR25_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity_Female_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br45v72xvhp5f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_DB1719_DFRN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p37nyfxzw5vwc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d2zb99q86nw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lv16m3kqbvjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2ry6z94kxy72\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9fj2md2xdqnf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJuninHemorrhagicFever_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--51%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kbzmmyv4bp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gev79w3xthb26\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdFurnishingsAndOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g82mh3c6hhzc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb41cgkjcbzpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51tynp4qphvw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qxrvvl54e4g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gggtglxgw6z51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tweg940zbg593\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd453evh6hpvh\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Count_ElectricityConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz9wyj50bfpdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6vt48bd0hxxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d0lnf6tphbcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqtemsrw5gt6c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_DEV_ONTRK.AGE--M36T59\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s01k2metg9g57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg852fq8k2rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t95v9z3t6yq48\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAO_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b64mcy7r1dfm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzbvjmd5gjgs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvby6xj3pn993\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xn8enyhkqfqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98k6jzd11ytw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p077z0jqdw1b9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m3f37shhrgxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nghegy2wzej47\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s31l9njr6byt2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_OilGasExtraction_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGuanaritoHemorrhagicFever_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WasteWaterTreatmentPlant_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s43yjhxpg9f0d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVNOP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AlcoholicBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z7ps0rtvxgnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c27tq4sc36f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y4vjwjynv37b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emr52qcs2v9t5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_CBK_BRCH.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxkzm2hpzfwk3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjz8s2n4gwy62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3d3qcn12qlv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt574phxg5hn7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y25T34__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flx5zcme5smjc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SAS_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpvxyth5qgrrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue2000000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorOilCoolantAndFluids\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3vemt9yep316\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Testosterone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c748ste22kcx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27zb6ms372v2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_65OrMoreYears_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ElementaryAndHighSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lj2kw21r8kr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6bmnn2fl7j7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp2v62khe2dc2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NIR_1_AGP1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nx51t0dck864\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63rj6921brb65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt07x7wwdkf9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_6569_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Asian_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh5khjq1dnzvd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97594tc94j5qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjzsnw4z75zjf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Cookies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m56rrd4fhrpv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrl8m69lq2bk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7d7gx1rf6cw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd5dw8tydbnbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwkctk7y5et8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvgg8l897x772\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk9dgr1nb64e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqz5zxqmq0yc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmz2bp2l5zmrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26grnpb9bjvs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74qvrq9hxxfy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75env6e6f0lwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpw36tq2k7yp9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LocalGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f1mjdrx84xh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgrw2r6csr7l8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_NHR_IMPLN\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_SLE_123_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MotorVehicleAccidents_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2dv7wnvcq616\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_BDVDL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOLUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade10\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3j2w9ywregrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct8g9y11nrz25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpsgv6sg49306\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderAge65OrMoreYears_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0SC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmkkdw3s5n843\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yf7sd8r3t0xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et4p5r2jg3w51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mymzk1072tz3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13bct1lb1gw4d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlzjlg4fxqxc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn2de5ynyyqx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7pb8gwcxyg74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fpt5bq1w0l2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdcjwckbhzbx3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV2CR.M\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_SugarbeetsForSugar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knysgc3etdkpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgqpt7b35x4tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dt1gn4dcs5j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edm4y2gsgqn35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc7y52pt905s4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESVHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AutoPartsAccessoriesAndTireStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0g7w9xdl5jbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zejsd2j44plw6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_PetroleumAndRelatedIndustries_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn4wt9rdf4pkb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPA_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48bhje5r4r7d8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_OWGH_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4gbvscmn0hp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z28e23fkd2n35\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sfsmk4755szc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t10wk8kln0ql7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_ChemicalPetrochemicalIndustry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d29dg92t75x5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSTotalAllIndustries_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfvq4zbyhjh75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6gdvfmneyw95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7v78x4653l91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy5vr7yw73s2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tj3hc7137v2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et910p0505305\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsp4y8xlyyex7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9bzbm94km2d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8yw91hqqvhp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50yq5l3ek70t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0g4qdngtv688\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vd8l7bf65lgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlfzht0jr6pd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t211350hm3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_05\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rc914fwc02ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psyvq77yp4zqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd461lsjpcq2c\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcptt9lhzrnrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8y3ne34z9q34\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Male_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/322r62bmdv05f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byedcqkxrgpqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d8fs6sddg9l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj4j5nwf8ttq7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/506edmf5rkj0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2td5wnnd00qfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd1c79lv3w434\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz530v70cs7e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_AsianAlone_AsAFractionOf_Count_Person_15To50Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88p7zzrs7l827\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjgxj4rgb0ke5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_02_PU_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byfpb9ftgpgs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvtrkvxdqhprb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_75To84Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_SelfReportedDepression_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0111g0e65h86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98cyvp4sddpcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8f8njngfze25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Bufotenine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp5ny7n2etwb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3wtr85l7s7bb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MeningococcalInfection_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weqq7h4rxyzm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkx399p7btxc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k27nvl4the5x6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR12_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NonfrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m57ggm206515\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpknwstld1lg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12thcj0b4fv53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nxb3c8nebx54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9chfk7ngtep79\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCIMD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54kk81t26ewqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj51dc4lgecl6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_MotorGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_RenalFailure_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05jf0ww7jzgxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0w3e1zkf38z8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--AF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--GT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjewm1w01lr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3n2d2z1d8ybh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_ADVN_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4m0pyd13t977\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5e2ndhnglyq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m6zkz3tsxgn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4rxse979zgm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgvpcmdbx6jn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2zvwte8pm2y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsng4sfl39h5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/254g1pq7d4k6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93qjq7tfwvyqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Civilian_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/terdfgprg3lq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgk0wj97fk6gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gy9zp6q4jnx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4f8kb98911q8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcy84myypknkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxbc4zxxdp165\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PLICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylr15pw4psgz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_Asian_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq83e1bnxesq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2mm1386bjgec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc034f86p1v8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37jkymzsp33q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c9ctbenyhgt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jx541nnl5np8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnr096s8h21md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yezfgrrq3swzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0xsgv4gfz9b5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpqr164jbsz6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIIRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xgmggg2ex167\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bept2107g57k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9jwhn4mq3n53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4kze744wgn49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb20tslrjnd1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dkksst56hb8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr9nezshb0gm5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7spy9h6j0b6bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwy2len0d21c7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty5dypqjhn022\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_ENRL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqnr58z984r31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ccgrtlplnnl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38evwx0evynrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q3xqsj1bbdjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64wgpf6c3cbv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h3m2v9zbmjr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eehc95lhh6yh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3f5s81x6gz6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Overweight_AsFractionOf_Count_Person_Upto4Years\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years5To14_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_FourYear_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v83fl1p3b8sn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfLarynx_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zl00gj4jdye4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5286r9eh27dy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsxf7h0v3cj39\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rcl59znrytrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77vhgvmvy24m2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v65y7c8fjhfsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0m832elqpep8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6mzc5dggn1q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2014408zhj6mg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdb8s7ptwppkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rek9ezd9w96c7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_1564_TO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7gw8pmk9s847\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5vfxxjvznz65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctsm0djzl5h7f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l5vg202p2lt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqxlr0lbf7pl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t92qjytd86bs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwbmxs2q9zcgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv36hhx3n7khf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et0gyy3w86448\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gsl3dl0pvkw1\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_WarehouseClubsSupercentersAndOtherGeneralMerchandiseRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf25000To34999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyfz8qg48z3ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shb2d4gzk6e57\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/EN_MWT_RCYV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgb4j40rxdmlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppgvv1h33tcz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bbsvexlyelwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshMilkOtherThanWhole\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77mqs2zmrtr99\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DentalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnp1qmyckh69b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrxqgczj4c1c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywx5hqqwxpd15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/141xfbd3czxyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60q2zzpfnqvqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6v8p9ml8pe4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkkqt6ztx8d64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0pp9v9p2kgr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz9xkh1zz1ze4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_LND_LTMP_DC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Robbery_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pl9qln7zyg32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/920j1txpx1s4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_LessorsOfNonFinancialIntangibleAssets\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lyp6qbz19yq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5bknw3srzffh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCSC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwlgkf2pevkj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyeev7k0yrq84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyy1dqs3et7m6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_MarketValue_Farm_AgriculturalProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kr80dkww085c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cym63w6gb3dbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j58hjwvvntc47\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv1ck399rgxq2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUN_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw4f7f2s4d8cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf3v3fyfkmw79\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_TENR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithDiabetes\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jssd6y8kjyv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46mfmrl6tbmf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gc8gxpk5c02b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s88l3c7kvd68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9exvbv5n2mlcf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG1ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1keb1vm3wmx47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tlxx1716reeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjh9813eql8r6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fing2p_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06cnc5b2kd5q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp8ntkfrhlz9d\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0m93247v83zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9tcjqe0tl101\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Falls_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns1rqx6wy9909\":{\"byEntity\":{\"country/USA\":{}}},\"dc/039yz4ehwtv58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n19z6fqtj4c44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssrn6v3jw0s99\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFASB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lzxghv27eyh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slkqsbje41zqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0ymp4h7r4q36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c67mtz1wb9xjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2khkp5413kg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs3sqx4d1n8xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nq9zkeh9pq54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5hth13yb61c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50ts3rh125h4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm2tkdxw4ydm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwp3dk4g2lpr9\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA02_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherNutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xszqcydyqtc36\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_EO_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b9fxrrxe49xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzsfgy9dc80kc\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV13_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzx8bgkp4q044\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Male_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37g62m2prp5fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rwqbt2e3dxph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0j6xchzkeh24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tj9wjtglm54f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49lx4d1736ng2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tfn7352skdz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfEducationMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grlp776tjp052\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAMiscellaneousEmissionSource_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceWhiteAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn7wdy2n4dsn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithChronicKidneyDisease\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02df7j2wf5qn5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/ER_FSH_AQUA_MT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg72nw1x78hsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc1x7bplkx2r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rft14sg4qv7p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjz8dctk297kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvh2t8d0k25rh\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00hnefnd93zqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rzwq9264dbt2\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tmwsck1zs57c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btgk23lxxgt96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1q1dvnht0de3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q74e4k8sw53y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvrmzw0q5wpzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1yx2scn9gng9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfz4m3xb8tbr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_PolishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cspc9ksm876l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stfcy8dtve3m9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_PRVNDI\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt3qpnled72bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m077ee7rwyc5d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_BauxiteMining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfdt8e12c9vjc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--52%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7lw25zbfkg99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxlzh6xrkwxm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FinancialServicesUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn6wrg705cydf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr5cs6df9llrg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf71c9kp8kzz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdgwndv6sfp9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1wefcxgb8278\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To29Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1glrjgt6kvk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld424evkjlb56\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkyn0xr9xbms1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvh683vhjj1lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg7z49cvbsp63\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_Other_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URSTP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ec90c404s3e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzyyrztrmbwsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tje7t59y5y02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j35ktxzsmeef4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5p9wg33j31y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgv51zw1detf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58h6qbmmhc605\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gtf0jg02ctvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f2hqy7yygrl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnes373nmbtpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstPerson_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwvcc5ynl1f91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t43lld6vkhp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_RetailTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rltk4kf75612\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxk6r8vdeqctf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0S3_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/2eyr5s6w9vjl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kqqflbt1q7hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wy452sedcvm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhgsjjftrv488\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezv2q8jv445ng\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_AnthraciteCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthEasternAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9zz02gd1jpb8\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y15T64__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To64Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q85ererke66d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43zwlsv22rcd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxhbzhrf8j5x9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85xnmzjjh2nt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jykbttyj610f3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.33-12-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3exev6688pb1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evyy960hmj55h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_PepticUlcer_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdvp9x6fwlvt7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jnyqz2524zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md6hrqy679jk5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ynwkzd9xw4lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dewwhyvl734pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg06v43gc4whd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1jy2glt2m7e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0rm68vwxp6e5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krjlfe348fye4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9beqlb0njgz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrql0hvzhe9m4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rfq1n7hhtpqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xskt8yytccct8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkrldbr45b8ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0mvwx03evzed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodShelterEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t7w6p489c6b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvzcrhk39wfk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsyzgp59d9e3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxhmqglc1vxv9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yxfh3lq3xdvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsx3q6she6jpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnby22p01n0bh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs6h1s032s5cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv90bgb7j201b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_sa_allsa_adq_pop_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jp5nywhrw1r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxjhbjfz1ksjb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_BOND_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_82Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhgjgx90qft9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p68m3b8pdec56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et9lzcdvpwzm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3thvz13pzb47\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTXRB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17jmrwybsv1zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3zrp7dvmvqy3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLECP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_sa_allsa_cov_q2_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24vxphrk7zxlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8621l167b060d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg25td0dl07rd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49343k4qmzdzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1p7j144q8g01\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bem951z1ze3r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhdq1xdy3x0s9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0R_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SomeOtherRaceAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4wh4d5mcsrh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqzk4vjkt30l3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_9Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnc81ke5ge0zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CR0_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yljfxw94svkvc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_MMRT_NE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4swv99n8qwed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc4m3xrwjcks4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_NonInstitutionalized_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8btkvt1qz79v9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm97x7860rxbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l90y0d00nnkq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryNote_5Year\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15ms41we2sx63\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_DAY1.AGE--Y15T64\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ec4bb466j546\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jsx8c46k1k2f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN.PRODUCT--AGG_ARMS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj7eml9sv70f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnz3rlypmfvw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentLessThan9ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedBeefRoasts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7gfpys2nn148\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentGraduateOrProfessionalDegree_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx00bh1pkm1f1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OAPP_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_0Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67nw6g84t4z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mje4bxvnrbgp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0np07lb58db2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdp3qbh60h072\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpcybxbh7zrz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncspgx2dw7lr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mhfxtvv6egrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1yck0mlwewm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gk4msz1cjzj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x59cf5mrcyz6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52rp40c5c13df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4hcnz2w3ebz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6gmplgevmm2h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07sb6gf52hw03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbbe16mqgqed6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k9hktscqg868\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q5pvlxdhdtfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcbl2tekwmy55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxejs66fskvv3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DNGY_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75bjbg92e2ns6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Consumption_Energy_PerCapita\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.7-3-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l00k17cchsfc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6dh0bq2e9nn3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_EducationalBooksAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_PTRHC_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6grfdrj1kvhf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8dhkgmemb657\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvl1g1g4nrgxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znt9t1j703cd8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RentalOfVideoDiscsAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwbseemmjm0f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wczw03d2hdwb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8cvn1jzqzwlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j282904kl7gsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcmbbdzm10vsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twv0w655481j8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf7lkqnzpeyw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmyn3yhkp2557\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_Male\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Sodomy_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m7p8fntvg4nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9jtg7ynl9rd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwvepqk6nv7td\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OAEP_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6v983etxbj29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_ProfessionalBusinessServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbwt3p00z430b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3szcf0pv0t32\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kl7f6swrsgkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvx9g4m165992\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqgftpnmb6kgg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtvlql9gbd0f3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_BioGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/100tn4ef47h88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwgk5vdm1efg9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_CHLD.AGE--Y0T14__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1t1j275zlx57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdvnkj96q62jf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_WorkZone_NHTSAUnknownWorkZone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_CommercialBuilding_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp8ljz95qh0n1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8prtrtcsncjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnzplmylkd43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn8zerjl5bzbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3sv5ry7gls1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/553633fxn7zeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9831fxqp4fb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwhj5qlvstwm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y154z5k452gcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7d4m2g4rvtr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn38vntw71my4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v4zh6y898lqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq7gppfg1yzh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5y0yzfmdsk92\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw5xl4knjcw73\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_ADT_LITR_MA_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gkm36j7nm3m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emek6jqg6b406\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_54Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tnb6tjw1pdbb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/PD_AGR_SSFP\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hcwhkv7eg89g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk3zmclgx1mlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_UpperSecondaryEducationOrPostSecondaryNonTertiaryEducation_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx87rx9vpy9x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv4rv5b971gx2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpnq79qyztj2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_ALC_PCAP_MA_LI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy7pv7rhdqkv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey04vc1t5ndy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrghgnyvzmmg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_DivorcedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3wlly8yfwcg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_65OrMoreYears_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qde84vrj25tgd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVNNP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ezn1dp2jkxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl6ymqll4n3cc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19t8c6fbc0mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k272xwx3jek9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr1v79469w6h9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x1njxzez7j99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evsb7r5sshsff\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqxx0qx46pek3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9011_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_09_water\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qhqp1tgnztwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf46b6cfz73p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxwf7tplt29lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc8q05drd74bd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdgz6yy0kzjp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Fentanyl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1stv8k9q3rcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd9svfg1dvfcg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDSEC\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1lvlkndwf8m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v72mm108ft6zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SpecializedDesignServices\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/015d58s9xh8kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52pyfxwlq9bq9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ProcessedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fetj39pqls2df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cxlspvjyd3j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd57et1rn00x9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7386c3nd0f32b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4qxlsmdrrc95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_UsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnvlg0lq6drz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c51sq324t66n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mfzxlebr2f22\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_Households_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_MarriedInThePast12Months_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICS71-72_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz8fvj1tep4t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfbnte4z1wcs3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7d5qstdp7479\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25eeqtxvctz32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e8xbr6nfhffb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5tvt50hh2g9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1vhpgd91jyw5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18OrLessYears_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d2pt897sqb09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k56vfref99xx6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpl4qsjnl44v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3z3yc45td833\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh691gq944w71\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll93zt8tptckd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t85qpc3rl4qhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrpbs1dc0k4rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/I00-I99_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PorkChops\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wnrqqctltjq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/805952hrj6wf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7fss7966nhv2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_30Year_ConstantMaturityInflationIndexed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p8qcld2g05g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fy90rbh5pk39\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_WUEYST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_87Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2021OrLater_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd0m6qsmq9jqh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/473zrj2223by7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rez26brc4fz42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCServiceOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_UVI_MRCH_XD_WD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbh75cz6sbyt9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLEN_12_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9fsjrwgzs85h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Male_SevereWasting_AsFractionOf_Count_Person_Upto4Years_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/c0g9b4xk5w2j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktybmbkfn8gv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dkr8wdkqdbd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24b7khc34xrg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0mn5zd5vpzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3hjrf4fc3k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtr5bwwj1fks6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pnfbxfes3jbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt5dqmsvqn0c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efyznl7wv6mjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt45szgphwgfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromMotorVehicle_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinResistantStaphylococcusAureus_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4p6f8sgcwk6h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmcned8nrezv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m11t0wf0ybq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ejx211gmhjy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex2wm2w62kpy6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5040_4.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWF0_MF.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv0by77ev0d17\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jrl7jbt7540g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Communication\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kssf4c19jqyp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8gzr9qfm33w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl5pgxc8r93v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vd9mwmcvef95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mcw98mhcmhgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_UnspecifiedAcuteLowerRespiratoryInfection_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G4\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c2nm6tvxbyr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwqvefrqe2eq\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_DieselOil_ThermalElectricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/qegk44lqjzrl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkqphnwlrrstb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x1qnk1qneqqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq9gqp6yjlc9b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200060\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gk29g2nyn6p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbq82qvfev307\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf6s09mr097g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve4pd0v4hzrn8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FarmInventory_HogsAndPigs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InfectionsOfKidney_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jne6ykt5h736\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsekgc9et9sq2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_KLT_DINV_WD_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_UsedCarDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_SolventUtilization_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pzf8vcm1vj43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvnr6x76zmer9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_IND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g2mm704kfq63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73d7mk5v2ryb2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_CouriersAndMessengers\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97hmzbbe69vpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcn2zttz508e9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--R__SEX--F__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_ROBB\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_01\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dypes641nvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vkz4t7t2hskd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbr9q3m80xlr8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcj16dx671yh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvnrtx44zpgyf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6p9fgd3wyhxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw31bgkxl7qnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbwv9q1wvrzm7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_CAB_XOKA_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtls5fv2q6e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld84qrnz01mm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgrpp9prnj6p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndzxn91k5j5h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsxpkhkydct54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd2ex2vwbysh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhkx67yx8lfmb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_2_GPV_GLAST_CP_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35To44Years_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q4melq9j0nbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l871w5ebtdw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd658dqhx08sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2q9mhbgw93q6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_CokeOvenGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFoodEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vspe2evwgbwx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6b3mbzyzkx8h\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_US_56_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fxh0f7408n24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74z4kj05l39q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7ml5v5e13y79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpcezjrlkb2q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w3yklwgqgrr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gdy4jf7lzeb5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DPPG_GN_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rfcpzfxbrdrg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx9wvd0pvlf6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx95m601m4tdc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qg85x2p0084f\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2y11jc3nlq4g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOPR.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g8vmfys9wscc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70y0ec89scffg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkkkeww4g32yh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_NotInLaborForce_HispanicOrLatino_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggflq4yyzrt9h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_KhmerSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tfp4w12ejexh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51wrrfqjj15l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/764he5jq7pmjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdht3cq1m1pd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snhns8rd53jx8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nnmz5r7blkr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r70zz1kqbf4f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrxllvrxkl8n\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonparalyticPoliomyelitis_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey7yetwg6gfx9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dlx7hrdkcmpb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfs880m3bcsq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y537nnmgsdb22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br02gk6f6sfd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zkxjsr5lsdhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p87rt5xeln481\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/460jytd9xhx58\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Loss_Electricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7hf5ykmk4r5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl33twnmcv423\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngcmvwkfl7meh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Widowed_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge4dvkk7ep55c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqsknrmfww2h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d9ekjlbew739\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w7085ry7epbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ph8hwfemn268\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z2vqdnwgmsc9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4hmk0638392d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65000To74999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS44-45_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfScienceAndEngineeringRelatedMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjt3ts6637qv1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ped833flsvc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st4kkc7nbfbjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw994rg65wb0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drtrhpylrhgs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f23516lv9xc29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hd1258l122fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfghs62p9dhkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26z99bp2sg1x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e96dekw0798p4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5bpd5l48vgd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb4kv27r2n9ng\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/PD_AGR_LSFP.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/2jhfjhx9gdhcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct9x2h99r6msb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q76mffl8tnqf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv4rsrreh4hn8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.119-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_Fertilizer\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BoysAndGirlsFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnr397l7vh10d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVCHN.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_EFDN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA26_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwvm5mezpccv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et3sl7jp96mbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cptlv87h84pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14cr8lhh67kmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gbdq2kh4r9r8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_PETR_RT_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_75To84Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce0jp3kv6vnh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw878fkky42jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr7s28b5zv8sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fr108my3w31h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3p10rnfd7y01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93mx5r8hqqrnc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw8p42xl94gs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjg74tbpnq2s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8123v7kk1xr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lch4l5kzpywk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39zl3v9gpj4f9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzphe0ecn2w7h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0yx2ycz2zh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0rkqb4mjckb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxvphs4dk3cz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phlen3xcs30n9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HispanicOrLatino_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv18pllys0592\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0gggnhl0cts1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcqlvysxfxlw2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wrnjb84q4vh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx82ggwnrme09\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Lettuce\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fg4v5jwch666\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x92tweycexzcb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7wtcpkp8tvm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctyf89qlz8f47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxjy8xsf41c93\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_LBL_BMNY_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_White_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0dthet6fb2kc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/TOTAL.OLEKP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3pn0p30dy177\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqp5ykqgtldd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws7gh2tf3jx12\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/jvjs9691te1n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1t00q4q33fh7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym564yw8r94gf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Lubricants\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evkh9mhpvsmdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp6s2zc9vtkc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd7mebt8cx3z4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCComputerMathematicalOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qvgrk68xe7k3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/036tq01w264y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q4tgrh63y1f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv52lcf7pzmqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInvasiveDisease_HaemophilusInfluenzae_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b50z0rt4mjkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkqe412wbxy4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyvs5x9tsxx15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqdksqd7qn2cb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5602_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d6wxhhhyzslb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6j7zxs0dk3rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m56l1bnhx65c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm3es83lpdyt\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n55j7sew2jjg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV07_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x8jwnxe5m7y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kgm5lchnc157\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgz76bfr2qgfd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09sfgj2pcz1j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1yzgslfdstm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdvnqcfgf6mdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0701hp8cygw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tebzm3n2qk1fh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecvxb1yjmt3y3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wn1bczlx6y56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clcm2pkgj1r53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddb47bjq841qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr6rlwjg35qr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgsm2l5gdm76g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv9wnb8e0xym3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh1tvm7mxqg69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvgrvcmms72fc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53wvc8sbve6rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmdmylrcnf6m9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--M__ACTIVITY--ISIC4_A\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1lcjmzqf73gd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91ejqbelzzfw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8gzgv60e2bb8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA28_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6v3r774jmr3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1sv66khn3s5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83qjy5y0h3kx3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52fxvlyl8t4wd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smkg5vkd2vl6c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z1p506zjdkv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb3d6npfgg8v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnfslshy1z7wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x30wv8l42c987\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HypertensiveHeartAndRenalDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPPK_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dmqx2fbl3n0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyx3mz42c1j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JKWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Bread\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sngbr2b9sz64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms585tb8y66t1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_ChronicCondition_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvxrt2ssnyje2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysxmzj15vb505\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq7sly0t34sc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt05wzcfrm10d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_MRCH_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psrvep684j2s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6beeh1gcfvczd\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FilmAndPhotographicSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp206dvjzxcf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz7ry3skqsxx5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elwvt47wrfgv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6wllq7slv2v\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2g7y6w8jqdcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvqdlfcegp4hc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_CrudeOil_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherTuberculosis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8cdw3c6js642\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31j2y0qm54ne\":{\"byEntity\":{\"country/USA\":{}}},\"dc/326hdjvwmqrzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcr8wpnnwtj31\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct68lhcv0fcy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqvh56l726x0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghkps042tx5rg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft3f3vht107g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s572gfj7rqw18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtsbhd1tepel6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4hykjt6edm06\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentLessThan9ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjb6dmv95fph4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_RS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45To54Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nxjb2bl664c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjljg85ejtzzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jgqmnmz540jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8mbpnzjnkxv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teltrdvktm67d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gel7pz5c78lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grv6j9p30vx02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z30jtx6gtktjg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7842jpcwc5k0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de6eq24m3b2cb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ets5evke9mw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvrymsf2ks812\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ge4njmcpfdy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh4s6svj36p29\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_02\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/fin17a_t_d_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qdg6br7m1lef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eekey9x3y1r43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f46ej2wkbbgd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93z1xmvrlj52g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaOther_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VOV_SEX_ASLT.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89xy9sfvs64w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clg7xcsxhj2mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk91lheqelvm3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhdp4mtcrtqrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m6fd63m181c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83sk18nlhqn3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydl48s2t5fgp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlsr7y2hrq599\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SNICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin14a_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_DenseSmokeEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpwh82t5f7615\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvmns3lb85h0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfqf8q89q4ts8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z465hdgpl92r7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y41pt3d9tg6y\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31lly14ed1xd8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gwrzf4k8j2hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv4mkq19p5fx\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGL1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthamerica_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PumpedHydro_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgsfmr4spfkx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk34j1jy8mdz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e7t400v1pj89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jh54x2qv6x7b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SG_HAZ_CMRBASEL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_MALN_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nq7ncsvhr60c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssxdcxzj8zwg3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds3d4gpmrg286\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx70r360v9mdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm275csj8hqhd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1k9vbhey0ge1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wmx6trzwqmx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg5byr787s488\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MonetaryAuthoritiesCentralBank\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--LR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8hqgbed2e686\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0kefbsrshz1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjsckdkh95qqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6dwsze432e0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fn08zxyb5qnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9bj5hhew1bp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgnl7exf39cvc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_RefineryFeedstocks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cx35v3c90h24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egrv80m56k8ef\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jcrr0zk0ncv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t9w7jt4z6y29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbt8qzy7hqcn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qteegby4tq946\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cps0ynw6we06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkvrj5pxnq0wg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dbwpn1zcbjv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xqelqeq5q043\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_sa_allsa_cov_pop_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_FarmInventory_Forage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkwzlnl2jpeb1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32lj2m99bqvz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdnnlgerh9hdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpr1nmcp4y5t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd2g7znsgxtch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1jdmvknlcdp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dccpt60btj7j4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RailTransport_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_WithMedicaid_Postpartum\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7jd94gjt0y8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8mln4x0ls154\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_IMP_CSBC_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNonNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyzgseqdbwqp1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VUA_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6qrppfegw84b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/291g8d0xzbrl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z77j12s545116\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r413wlqtgjf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggdhyf1m1lfmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3m58llq1y6w2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBIRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mpfrkc1806\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z05jqhtecsx22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Suicide_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrje3ch5wfdw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6v97rhqjd0qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvjmw994dv4cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svh45gf6zypzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_DivorcedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b0pclmksh3m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb074lmmq63q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf52403dr0h8d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtcbb96fn2tp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msglyqmt89542\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRE_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b913pe2j1qke9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6yfhxcxh6p89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6ezg1gqttg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q368js3xmb18d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_0514_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39peljbht3kw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xxzewchgl6bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szkcyrlkggv82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd1j6t8xwntch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yshsrxcj9kv51\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.55-1-TBPD.Q\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SL_TLF_CHLDEC.AGE--Y5T17__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_DivorcedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarketValue_Farm_AgriculturalProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y5tp7vj504g9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60e7fzvbfeev2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5vjdmjhfg725\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twejeczhs70jd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b17nppqw8bjm\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_1524_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3spvx8xs3qn71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkbbmhsd74ep4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke2xqpjktp3sb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_5054_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvxz7rpm58071\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs76f8sletfj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk0ewvhc9bc92\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf5lc46kfbzy6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/610j5ef55jlz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Hispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkde2nqs35nrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010To2017Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk7kf31wd3vt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f94ehm911x5g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6klb2j60fw85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jf7dk7kl67c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgl1beqhczxq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq1133rz5efwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3h62kr38eqhg\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ln34ktvtp4p88\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_4_V\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CerealsAndCerealProducts\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_SteelManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--42%%taxstat--00%%typop--20\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rwjttf1e8js6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l4154jhv1my\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf15000To24999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqs636m1z3m49\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wtf75mey0gj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85l3sh7v77c69\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR20_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3vkhncjyf172\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6bl4ve4k40h7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AmnesicShellfishPoison_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq9t33649vzx3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_OTHR_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_Earnings_Person_PrivatelyOwnedEstablishment_Female_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8rp2xyrtk954\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dvfqkzymvfpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1ccvwcd8m12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ld59l0sp7z85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l68x26z84h5c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtzfxkqq3yttf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USResidentOrInUSArmedForcesOverseas\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c433yhp5l9tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftqlmzwlpt75\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_1.38To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4btyzrg44decc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k016dde5dlr8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8chbmy5tbsph\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f379ml5pz57m6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fy8mlefry90h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nk1290f6pkvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r82ssx187mmm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xj71ewgg9mg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nlnc7935q2y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8wz0lzl5j0l8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithSelfCareDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4w7qzz7y774g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44s8pwx8585mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs5fbjjg3bbd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmg82cn14j14c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq0vx8ky9nq7c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm30lnmm08cqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs78ktmgqtxpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mwblcfpkeke4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_ICTPRGM\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_Female_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationAndCommunicationCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bvfm8j878p72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vly9tsqrd9w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4j45jnty1tc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vlhbp12l6gq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72d0t5mghlgv6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h0mhxywq83s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v79nnpkqyeh8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jw65tw9s0n33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw0gjr95pgs16\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_POVDLG\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdnf66dyn4vbg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_MORT_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MonosodiumGlutamate_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_UnknownEthnicity_VisaHolder_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nzdwncybc8j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57s2wpg94we27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p1gln8hd23jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyxlyf5x6ykd3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53ym9q405svf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x809tmex7zmw8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_BroadbandInternetSuchAsCableFiberOpticOrDsl\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4ygjv7e5vj27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29ce5fbsyhh09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c75qlm98pmcb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k293b3f7sg3tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szf6yyrbt73jf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rytqyqgq08gxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz68hecj8ngk4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--UA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wzl6f16vy4f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6dw32zjdj1r6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_Dusk\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBG_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetsPetProductsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7gzvt7h4p1t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmq0t6fwvteh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knlwxmt7bbg08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg3c534s1shgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7hdwzxevzel7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dscrd4bwnekkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh6ben9jydep8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlwzmzhvp08f3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--ID\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv4xkbel8gje8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR44_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RoastedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llfyjr12z8603\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd0tbtefhb835\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcpwnzfrrt1e2\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_BettingOrWagering_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpf5fwfgz4rw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3x8qjl73jxn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8exrg4ztljf41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sk26jljf00w6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_GBRL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h3d8dlr97lb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z4pd95mv3hyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9qcv5s86n8b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch05v8zm32g32\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFST_3_M_CP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_74Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj9sk23l4w215\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph59q07y1y8p5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n1845mwv5te2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4f2g80fx8975\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq8srhv5tvqe2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_LBL_BMNY_IR_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_MineralExtraction\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_POP_6064_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x3qxfsv6z299\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l5l1jcljnk95\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1990To1999_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94b8g45em1ky3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy3bgme0ek7hh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshCakesAndCupcakes\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbmltvf0tqmp5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46st2255gt852\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e77hdjkh7err7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx0qhne71cg1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q73qfmb9k4q4d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvz9rhpt1tpj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkee584ms1sv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother35To39Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wkpsfmnxr3gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3g7j8pj04134\":{\"byEntity\":{\"country/USA\":{}}},\"dc/redh1q644pn3b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_FCST_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnh5v9q42m33h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionIndustrial_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI5B.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkjmnwhj70z1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_75000To99999InflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithArthritis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28sb88t8q5j9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ht342pllk023\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82j08pz5pvxr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgczv5jve62rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0bxer2q6zbm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkxkz631w5lv\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkvnj4rlrs84f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46v056n28d2e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ejtfv8nth8bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tbkb6qhe39q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FB_CBK_BRCH_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf15000To24999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc8vkznlf7m93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq2cn8667xhxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx4sp1fd8jgs\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/999kvt8cwwxcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9nbqntlentj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6s6dv9h9fpqh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf150000To199999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ManagementAndTechnicalConsultingServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8y9ymn1emvjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkz922fpg3sq\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDEPB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmszsd1m5vmwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l76r0tk7tkgg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h8fdb3x68kn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fntp01nps9806\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_PrimaryMetalManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumComplexEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ex1qj4s30f8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v166zv5dkvgp9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PSRVC.SEX--F__OCCUPATION--AGG_PSP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt7kz0et6d92f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gmvcsq3pdmbc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Naphtha_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherNativeLanguagesOfNorthAmericaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm64e25yfgwqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcxsntvy7mp48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_25000OrLessInflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c07typnfmljq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spfq4lqnwekc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_Overweight_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4lfnrj6qf92c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl2kz7sb1dydh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6b3mr05b1ev3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Emphysema_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5blz7l79ebtd4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsxj29kwvsrj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re4vmrxl416kf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx6htdns397m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfvjnznpsz1r5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_56Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvqxx5x5q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqmr18w8s24y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s0mbnl7sj0e\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithStroke\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfnte1pjqeh4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4dhhvdtzzg7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gztb2s4lj1pcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz03wg1m8e85b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09mmtzgfz3c74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hpp00nfbn1e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2eb1x0r6eyj36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyl356jvt41y8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCG_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8NGFSHY_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvz8jgwetlp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8c2j40j3g696\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mty48ngyyyb84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzxt73hv19802\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.27-12-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlrkp5d37j68b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx8bg0pc90t63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d2esl3rsdqx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--42%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxp4y34xnb20g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylr349h1wkz0g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l3k82tps97j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyc40c36ey286\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3Person_With4OrMoreAvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With3OrMoreWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed712sh6y544g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8enk909d09d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp7hp92xdm8n\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fz7lprw2crz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m15wfdkqtz69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weq7jc9hmpn14\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G6\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bj5mjjyxdf51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ec1eszfmj6n5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATR.TYPE_OF_WASTE_TREATMENT--WT_INCINRT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jww9hwlx5zpnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_NondurableGoodsManufacturing_WorkedOvertime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1sny55s0qtch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pyz2nsfdq0nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsg4f0ksxx62b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzrpwe991df4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlxsc08t3t2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Anisakis_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yhp94h4z75j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crdy4wrzkgfz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsg2bx7kf2643\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMorePerson_With4OrMoreAvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0wmmd7nf0q06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhm2c7x53tjz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mprjqwt3gekp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7rydy98j8x6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Bagasse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Energy_CommercialBuilding_DistrictHeat\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c89fhmd7grf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlkv5hv3b3yy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FurnitureAndRelatedProductManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzj7mj0kl86cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcmbhgmfv41s1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6k6d1g99c3l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1z88dhfhxlk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbryxrhwhgf79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2p3338cck7vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c17z9bldb5yx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbqlmh1mdf7bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfg3g7hbs4k88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp0g7fxfc7xj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp7ymlwlvfbkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twemgefyyd5x6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htsm7bdcprpvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3kfb0wrm6l8b\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA30_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enqw2w12jjev9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7mndgs9k9vlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xym5bxj4h5c3\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlnz55e3lq7gc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wfxbw2y9x4z7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek1To14Hour\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcnh36e8ffmrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z884c55cp9594\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLETK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p1lk0blbwphc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5gqv7leph2zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b2e5r10rnmlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s75z887txh51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9wqebpd8jyhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txr3ls3wg329d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phxt76z9ht2yh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_MOB_2GNTWK\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_62Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe2x8n3l561y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q45ehmg2w4l5f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_25UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/151gj7r9lgmwg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef96xegzx9mg1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MiscellaneousPersonalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp6ktv1vzep89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npe1x5jtlxmqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nnfy0s5v971h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64370b3zfbe7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7jjt8nv88hdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkxthf7sxch5h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_4549_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/GC_XPN_COMP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_EverMarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutPeopleOver60\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ty36gmc8ns62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlydp3l6kmp5c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SG_TIM_UWRK_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0k128m1w3n93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdqgdcnhm6kqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvf1yrhwzp8rd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kxsmblypx9r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82d0esfj9zv23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtvs29jn9gh3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzfbb1g0hbbfb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_OfficeSuppliesStationeryAndGiftStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbedvlzm9wcxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfqlq0r6mdv4f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzvzfhke2kdm3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_TAX_PAYM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lewd36e2l28mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnln83j1yfkhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5tz12wt6p05g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4411-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13ydhdyy5ctbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghcpy7d3x63ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl3l4qe5h9709\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq453jkk0ge93\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SHR__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7nbe783th2xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqm8eg63llpj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc736q38kqr81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgtmqp5ct3ltc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGLPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/getw16xvjl8x8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_Female_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS71-72_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35wfk2hwl3jc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq1dtp7kq1tv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaMicdadeiEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gev0ryxgb9y14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn40x20edl3g6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03g0dyvx1pj61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcss8m7qn2mq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yhnydkx44szd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cxs4br0jz02c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_GDPCAP_3_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BabyFoodAndFormula\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ye5ymhnjww8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn5d799dq8pf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rscy8z6bgt7cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ff3sd595j396\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x5w1megcvmcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0np358fw93l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts66v0e1phpx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bqbldtv920lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fghstl4pv3cpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_ICD10/C00-D48\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TechnicalAndBusinessSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr6qet1rllp96\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgmcq96m9pbzf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13fp7m3exxxc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k40glmn158wbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_TOTL_MA_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2t8zsyy0rly6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGVHP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnvl7m2fgyst5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg4wl3b6fvvq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SemiconductorAndOtherElectronicComponentManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg363e4kz173b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hjb4fb9pl801\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlkc0dr8cdrr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t16qlbttc6gt8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7zk5k6g8z744\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnjzfesxb0ew6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdvdb08fzsmeb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvyp2826qc6b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkm582hjs6s8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd7lw7y9352gh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MKTP_CN_AD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cmqdjndlcrk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4084z0022eyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2kcjl5cxj83d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"dc/007xf558r1fz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq4brs1ycmysf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Producer_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36svp9tx0cmk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l23q09s1lmbz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmyy9m63hg7v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_DarkButLighted\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90wlcd5r7hge4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92n7prfeg9fq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glsyw4p4lythh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2prrzx6vqf495\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xrsm7chr0k9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qtglyscexfs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Asian_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46g0qmgb4th7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnt02sm28phng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppp7w671wzbxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8yycb9f6lgfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdqt0pzznkq1h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_MaritimeShipping\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhvr0mxwwp7hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97r7vtsrsxv14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5pt05tdvylzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50q3t9xlqhr6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gklbcdnsyfc9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnxmk85nq7qt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7zcmfq332c0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mlt4gyh2cdz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89wmxfqb4t7d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hjtff0x6kg2f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMPR_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsxgd1h44y8x8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/186s3mdgtye39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf1gdvdtbj009\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetsPetProductsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znt950pccgh21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lgbdf0nk24xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7cpc9k61sy83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsgpwjrxvbv68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppe3pntdhnb4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/Q00-Q99_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq487fe9rkpx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g97s4r2px8j1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re66rvcsl97x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0fxl98q5c3p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8czj4qxcmmle3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rgf6t1hfq3w9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_1_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSEducationalServicesHealthCareSocialAssistance_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100000OrMoreUSDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw597wqj06mx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se43shrj4d47f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ROTCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Male_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx9vhzcxs8t6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9e7m384n02l2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_DEFENCE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_SideswipeSameDirectionCollision\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfwh0cy9914q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wb7xvhdblcr1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_SESPI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BM_GSR_ROYL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_DYN_SMAM_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Solar_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drqfggnpg1q88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6e3gw9c24f7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2y96645t53w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqg445jmv5wh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq7hv4pq63326\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj93ph7l5rbzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cpxn00fd8lxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwqdr9pm1g15g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65000To74999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Impersonation_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdzvvcv6rlfn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg6gwsnp62yyg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceWhiteAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmf3stcxvkj38\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin37_38_t_d_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_70Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zm46je9nn3n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xw7mmlmfpdx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhl2yjjfxg188\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0ykc951kgcs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slhdzjh19g6h4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPG0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y1j2b9hec7k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmcd3wmfp26d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd67zhk3682gf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r4097f0z6xrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw096xe6kx166\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx6js20qe5kf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps5qsk45ej9xf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qmnlwcgej1r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2zkgv3k1l1d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2e8k875bznsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2qwnlt1m4k1b\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fs4f6xy3h38d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnjrjm9lcxyf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl5glf423t0y6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq8mey2smdzp6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBV_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-2-TST.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_2015To2018Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IntracityMassTransit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m9v7g4nlm047\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4fcm4tekrnkf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceWhiteAloneNotHispanicOrLatino_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nwpv174nfkfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3020_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k06mcgx8x4h36\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1UP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryNote_10Year\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/657ryrbq6nsb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v15s9wwswsnm6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46m757gjhq209\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxp9nqretrjw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/188d2tjexb1rc\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV16_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35bszcnz202df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/A00-B99_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/przbte0g0g0y7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationalReadingMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9xw3tp5csjp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h19lb95f417g3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0t1xwmfy9l8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgw0jyspk1yj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9scet24g46r38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7nze6dzj3vq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_1T6_AG25T99_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4zf1kyv41kw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz2tnntsvzw0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvksm3c5ejsf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21rm4nrxj1pxf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CareOfInvalidsAndElderlyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59jc7e8j8cv29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02t9p1dz5khl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r7mc2z60pyz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/193yb5359ms6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se519lz1dfgf2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_VUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Photography\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0brgx09z01kh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1nfdtypy4f6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wntjw7dwhc4vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y9rf1e5jxweh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bz9ed9rggf3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2d4ztbhe5png\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hb9eg2k00m79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rw0je1n7dslg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fdn902j1rcx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87gw2y6gz08b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6q34th84kkw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg4fbdl5dxg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ynhm1lt2x97b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3txfzt6k52jrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pglhtfctb9ld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/284z2xzzsm12g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/624qxq7mhgcr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vr946px69n17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingCommercialSexActs_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3rrpww805t0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne8xjm5xlt7y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9l35y5mvdbpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx72cp4hyc9t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpnhllcvlmenb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ze3qqdzkwfj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xblyswvbv7q38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff9bb6h4we335\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km37rps1797z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcxz2mg5p2t46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jrb4pw81bnlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtnqm1rj6z4f6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_06_matern\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_73Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97833nn1ekqx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy2tb4pn0l1v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k617kqjhcbmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdec0xc29697\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_OilAndMeal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qqtsmeg82gpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCandidaAuris_ClinicalCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2v50ep404e3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7x27vs34wxt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0l0l1ybcjsx1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jydr0q97ztrr\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qffmsnp0p4m81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xr9phdzl6xm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gchhc9d7ey80h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_4_GPV_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15ygt2pvs5by3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m02dgd136e43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y24dhtqtvcf14\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_BituminousCoal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ShipFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3de1587xev066\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfg8srktzgxd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkbrnnhqzd5w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg4jl7n70zrv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfct1b3y0sbe7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h1zk175ttlj1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_AnthraciteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8h5phgxzjqj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4303ym1jspe4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwmz2jf5jnmh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkp4fg0z7rw18\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jp6emlbpsbbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn8lpeyc0ntr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_ShortCycleTertiaryEducation_Male_AsAFractionOf_Count_Person_25To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgplgyd1h95t5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GECCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/084s9xcr8f662\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j2jkbm0qn7rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsp9h2b4nqw22\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PWD\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmseh8vdkgrwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zet5xjxdfjwp7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw2wd8hpzqzm8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42ygbzhvgf2v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t403qd8dvmr1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_BASC_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_POP_3539_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wvpsjxlyzhkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd86zmwvzv8m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8mpkd69kkgj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InformationTechnologyHardwareAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp9v0xhrl8lq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k128g1g1gghg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkmw3th7rf6qg\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4g9w9gwdsgyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/971s16nm2xn1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjfp298sseml9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37jsll9f2e1gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6462959zebwr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8zb9mw4qnbw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxhykf8seb463\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6g1l2lkpbl68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34w3n4sh03d54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS81_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cvp5x57ww262\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m53e08wkf0me6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5lpsxwed7848\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1n72kn2cmygd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7zr3z03s723h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwhfzmzxdhcs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m67rsrfgmjqwd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d06tc07r72leg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAUnknownWeather\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j89tzjjp6z0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx0tkmkk27094\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q40042mxsxw5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yejp4yjn05z0f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0800To0829_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRH_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h70gnye81202b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr7swqw6y8cc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_Country_HealthAndEducation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqh10fw54f04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbdrphwjgcvnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn5gh6ttbp519\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p3mt97hqydp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwdhs1fgbv9t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89gy3pfdmrqk1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_4549_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_Agriculture_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hc4xnrfe6cy6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_5\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lsre4n2zl9k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r8d345m3vb1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjlwshd0qf3x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg9m5mq5k6lv4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j152venrm8h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8bgbcmnsmkxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy2sg1tnn1z3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p56fymb5ycge7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To17Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prdq021jhb591\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpn9ncxevqxrf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9phmexfv7rks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf150000To199999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bhj9q2zv4321\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv60t60qymzl6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BONIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61hrdem0ys0y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6q8wce6pfvth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqt3xq4zqe574\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19kk1sp6xhl16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x9xgvc30cn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p5r26vgk1fy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx2q10tbnwhf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10gss66h3s6k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve4cp6kpl2j41\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8rl2wfvqwr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbk2mhxlpjnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45k3e3tge9ft3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GarbageAndTrashCollection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epxefgv3t9fqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt93yq0kmcw01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nkt990nhzvy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgchblc6dw8s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9ksxm5gx5flc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjkv9bjfvhd8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtdgcgmdzdeb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4slnyfmbjqlb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8075112fcx5y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzl0ehnvhbdz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb7hrbnq8r6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk5py24r8f5yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nredc4eljp2kh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nkd2sttnln02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd18mpesz6sg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb81pdxd9rqn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwqf0b5grvky4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eprjqqvmt4gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzbygev9252gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwrvvvf1dmtr1\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkwygn7esy0jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0qlrymc735kh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dsftcfz3z4k9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_POA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_1524_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnf3plbp9exp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8xqw7y17j1xf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wms12xhh1ml86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp5bqjhx080sd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_REPP_1_G6_F\":{\"byEntity\":{\"country/TGO\":{}}},\"AnnualChange_Stocks_Fuel_WhiteSpirit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_OtherBituminousCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcc0ccymr57v2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigaToxinEColi_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8szwcw81c9zl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs52s61rqdqfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqhyx4ncsmpp6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF122\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/ezw47ymx8nd03\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd96nhy08ynt6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG05_MA_IN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dev3e65cvvj0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewfc3h8rzcqrd\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_BioDiesel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInNoninstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifePhysicalSocialScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bf7nhqn4g12h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdj84tfl1x8zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnmvjtswcx7n8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--M__TYPE_OF_SKILL--SKILL_FONLCRS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9cn1llg26v06\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te76mrx8m5er4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8wkf913jsnn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm9s7b8zzmrvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt2qhhtnjm4qh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUETK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyrwcssm3t7fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq0v97d7fxqld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbjqp9ng238bc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_1.38OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skv4cd74gsnpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mny8rchjj8r07\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr2bs84l1sdkc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1qst216cykt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csm0r29we8c2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0kgtdrskte8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slbyzbleg76rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esrwc0tv36vj6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_IWRMD_IP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SalesRevenue_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/720kdmb42v3c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skqbgcbs3yp6g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehwqgt7rzs3n3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_WindSpeed_VComponent_Height10Meters\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vqf7pwbz7fwb\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qxfh8ng5kbk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0wvjswp0gh09\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klsld62fgjspc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4w7bvk2l0b12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_AmericanIndianAndAlaskaNativeAlone_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensShirtsAndSweaters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_VBPIB_MMGL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidEmployee_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spf6055y41ql1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200050\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejmzbp8ytzmth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0307msgh6yp9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCServiceOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yeq7byhf7zn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heel0rtqbmxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrfplxqlmlfe6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4wt79wr15dl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zef4jjbxjg9m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e0j7rp7mz59d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn5fy8zf2r5y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr0h4ss7lgse2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6hvc4shxts9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_BirthInThePast12Months_InLaborForce_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/039m65wsqrxc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pl8fpfpgt0z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sf2tmk86znwf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3rj83lmwsvzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjzdvyedtn1pb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfEducationMajor\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0m9w3wnrcpr8\":{\"byEntity\":{\"country/USA\":{}}},\"Max_PrecipitableWater_Atmosphere\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_FinancialActivities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llf6xdk1nnjv7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_ElectricityConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Poultry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6t8xgf9sxbb1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9132_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaAnisaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0rckd8tzy4ff\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ST_GDP_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv32mvttwbe64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49rpgskdbds59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q2sy4hync9zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f360vqsk5yq47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tdmz38s0n6g3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSWholesaleTrade_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Civilian_EducationalAttainmentHighSchoolGraduateGedOrAlternative_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrLessYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenAndFreezeDriedPreparedFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/228q7wgeezbxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g14s93zyz87sb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_RetailSales_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaDysenteriaeEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syn1kenx9mn84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqkldmv3bw9m7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs086mj8zyrtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04vb7259fs3n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w31313tyzhl19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ChildCareAndNurserySchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvkwwcy331nff\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tprtmr2ls1zjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkl281n64hje1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n72rg70w299h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bhyl62r2mt84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkt81bxt84x3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdx55x1zjprv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zwn6690l0j28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d52265wcyw782\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_TAX_PRFT_CP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71j6bk97f2e28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr5qcr2rxkgjh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_PortugueseOrPortugueseCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0v3x3zm6fq52\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGETK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz96jtlvebec1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jlgslxlcfg67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv6pfk1zyl5x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ne3g6xj31kcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Native_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxncr1bcnt691\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hwtd3x6kgxjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqq2stksxgk03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4twxey04ssjrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_WithPublicHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rr8m4njj7m1g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rpr6tcexl11d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml25fs38hfqc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc5zqw6ntrzp\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ck7tp73v7l71\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytt0r8dh5mz6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgk7b3kq3h4b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryf6dl2l0m642\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_Country\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zhvnmkc1gjb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1vxeexzpxejh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngp9lm8rkm4dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py3vh4tm82q97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/demy0513s6rn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwrx8d83s6ch9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smdk22fh004n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCSocialScientistsRelatedWorkersOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Snacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xccb9g10dg30b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z32v1z1l4tqd9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mqd5lwzygm89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enzkkhwdpdjd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1g67e33zkdnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xs6kqgl64bpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxktez2h52ey6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9fkz7lelyg0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6lg2vc0kjs22\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01dj1b7snc5f2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SGICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleThermal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5pks5xz42v1b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx8wc7pmrq37f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_SMGT_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsvnk1h0fxnlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0jnegn6fy7n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysrqdpmqv31y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzskbs4ey93lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwms2cwfe5401\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_NondurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spp9yctn9ec0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jr2b32974dm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7l76pk6d3ps9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhedym9m753c2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceTwoOrMoreRaces_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzdbmbwhlqrp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xfx4bks47gbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d53xs69e85k8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wh70rk19c7j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d70e2nx1t9nx5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lby63zg6pznf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd869rkp1r4xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw9427wyy40zf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationUnknownBias_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q49q5pxr45l17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd6nylmgy7e49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x40vxqrrbbck4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ODAT_XP_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGIMK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Apples\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s77b38579k0b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f78v857jyqbx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrd7p5wztc77h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhrz1pnm4622b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w6ltxnlnqs61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s884r37xthz23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts0wpzkkgmrwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableSatelliteTelevisionAndRadioService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx8fy0negrz22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf7wj2pdt5d19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlgwh2tr6exs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf775bdjvgb5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdgpt25vl1l94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3wwfwy814pfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSFinanceInsurance_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b1m1512yzlh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jjgps8g9klf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teywl8v0msp34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzq5kcxgn5xj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymllkxb4j9wlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Meats\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherHouseholdEquipmentAndFurnishings\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsx2tx50ths0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5esl6k69cpcf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkfygvsyekv32\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezlfgwh4h1k68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxttdthc627k4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs8ndpxjvrtxh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPRM.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Margarine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78qkgx83he1xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz9thp5p74b87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqscygrxpne0d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eme3d642le55c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny1vygfx4dhvf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_41Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmby114xkpfn6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tkxpvd3wl0m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htbv3c3c6fmn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v00t9gcgdl0qd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5420_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_XPD_AGSGB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiUnknownEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx2sjdpd6by7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnqhw1htb4dh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzc0p7r9mspwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg107l3j4h5wc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xqp5whz3tpz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvx4ytc2pn5rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xczn64gt2ht7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg1jpyvqkkczb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86223wb3cvwd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x5jz31zt5xd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flw8xecw1swqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmb99epqlqfnd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80lvx9bc1npeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m363qbwby1pl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0c5kflg4z6p4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bvrb3x05z9rc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NER_3_M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwhnec0zkqk6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nejq99v10q7rg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es308tlz211f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj488nk71emt4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_FuelOil_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qg8mcw4l79h8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalActivities_MurderAndNonNegligentManslaughter\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d8mmz951t8b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r1vxzxtsjm57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlbzkmprvh2kb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf35000To49999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bb6wb41l1x1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFatsAndOilsIncludingPeanutButter\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_UnspecifiedAcuteLowerRespiratoryInfection_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G3_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSInformation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d72cmxey8mprb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7hw57lyvgbm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_CattleAndCalves\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_DieselOil_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g083yjgzntlq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmylp2nngbvyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcen1t363jf3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOO_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05pmyms3v3kt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08e10ngbesg96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lml6p9tvlel9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxcb0sxr58pxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j66l2rd35j773\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMSRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm8yf0g1q5ykd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dndk7bwlzzxp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vhr2236b5me\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yzcjnfextzbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4h5g3gkmbx1c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWCC.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherNativeLanguagesOfNorthAmericaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ct90ylnp0rdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjq7qn0n4qnv7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s44041mbg9cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eev676pz287g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlgbs54es7chb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn6nf017f0sq8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/PET.W_EPM0CA_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtzevckjqm1j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherLandTransportAccidents_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NewspapersAndMagazines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbtklel17gjf8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEPFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0jzdmexjlttd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgrf5sn3zfnmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0500To0529_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mgz7wm79zet4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR35_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gtxgr5czwgp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg7m284znqe13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbxxrhskv5hz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8zpmn3k5c389\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisB_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdjnw0dhkg8f2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5zf2jkm3sh27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pnefs2cv5hyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26To34Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_65OrMoreYears_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb5n1ezcz9pg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wgh04kx6es88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pv94h46kvhm9\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_OtherSpringWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lz7errw2fk7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lszd2wbqyxb25\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpzr94bwjen3f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vyb28wz7d07b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eh648xwemb16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tb1qgcme172h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv386w5mvz34c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_LegalIntervention\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IntracityMassTransit\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqwtz6w1v3gk1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp4p4fgt27t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyrnzvbm425zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykydwldbvexv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2v2syp73qkdj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k3d47y0c58cf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLine1.38To4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SewingMachinesFabricAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cen3h8x2dkk4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSGP_56_F500_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28jvnq4sjdg57\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsfjwznvxvl66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionZikaVirusDisease_NonCongenitalDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hl1yfxglmq0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58101g8qq2nf1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/s7tmejdb0jl75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cyrq9gwpefs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqv02zdj47l09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf15000To24999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6ly2056rnyvb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88k4y2pnbh5g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2f7tbxqs41t2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewspapersAndMagazines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjnd516v4e91b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd1m3gemr95f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/243gwlfcfder2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be79mpvgsdwp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slsf9qe0yfhk8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPRK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc77pf9dgb7zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh5xzmxcm22g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5qnz8e8pld76\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_TOTL\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7fdl75mj4k34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlb729wrl5s34\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t08efcrzf32c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbym1yjlw5rwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxg0x8qzqdwrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2b1dy0n8zp02\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5thxkrp0e5t9h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyqxksk52rhd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCProductionTransportationMaterialMovingOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71rg89m8wjqm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9jrssxmc2893\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btpy3mnhq76x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl4hjehnjw9j1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_STT_ODIN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/4tjsbxt00n78b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/956396kgmgwz9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz1v4446cb84g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gwwn4b44kx94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx2bzs65051k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzevdtz5ngbh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c6pndw4vm4tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_ReceivedGovernmentPayment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzt9xyb2esjh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto1.38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sb5615cclc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84ddfzetlxbqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfhn6d793vtt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s25py6qyvgwp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t847vtkz30hz5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs7d0zh3ednjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de4q1jbcxjh63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8jzf04f9pyhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkhz9cl0g4393\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69pn6v8j64rx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpy5lxtc5tbf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exzfeyz2bn10f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znmt64mpvkf2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s6hps4z1qced\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwc3cn68x21th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd51ep6vb7ny5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsfv71hq4s6w6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinResistantStaphylococcusAureus_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ncpd53f4y874\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q644bwg22fp1b\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dreshq0dq4bnd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BN_TRF_KOGT_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_CoalMines_BioGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jljy3clwf8y4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxllmts4enldd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf5c49ztl4c5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA24_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5crxjxcft6r7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svc7nh91yyj85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97vcne9plhtg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mm2p1rxr5wz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d4yd8wqlewb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gwqg398z7l73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18zrcyce5jvw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy7yn58hg74e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtvqxn8htdlyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzhpp2yv2xmsc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhy3bmwh34dw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1zbsbe1f41cb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65gz5bdyjk3yd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z65d5ghh3l88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf06eq68w70w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5nsf69rzd9g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbplpvckbc5gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthDataResearchUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_KhmerSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbltnbv7e45r1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUH_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82mezq0vhzlm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkm2mmzp99mf3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phtpx9knflyj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdrskn0b5lx5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxq66w65hvn5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql6vg75f2p2cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwvj83kcd6fy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ytw1l3t574w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dznrf4xqbs086\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsrpdftjnxdcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdqztccpqx788\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1h7be5vfvtjf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_TXT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pjzhlbkzcw9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpmwkqgbf2dy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znyfvjsd716rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37964nzpww93f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyk7hemc2s0y8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MiscellaneousPersonalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VehiclePartsAndEquipmentOtherThanTires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/554dw08sfqrn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dszyts4gq5yy6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp1gqv00d2ql3\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipts_Fuel_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrvw3rdgcezjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swg618r7js523\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xzy90wwh4568\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b896vvn1lwfqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgk0c18wzefmc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG600070\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcf5n4yfglb4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwpgdb8zqk1rd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ntlsjvsc9464\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk454mfkz7jv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy7kk8slld8kh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Margarine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzj59lsgqq1vg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hlhbxd88fff4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ner9d69bq8v06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngw3633xq1wl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9f6yt9hbnevf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm4l6xfhss4bf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp40dwklffxdh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7tl8d7r4gzq4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j39148yn79zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2fl3c5dzg31h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz37dnyxv5s6g\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0b498h6x7jmd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36spwrjsxrcb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edhh58n3jpe68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sn05dezg3x37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq6sk5kzw5gyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f33te6s32jnx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke7h6p078fpt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnb8z2zwnsgw4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xbywr69ly6v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3kxdwww0c8b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/316cq9bhz6c54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czksg4lbnlyc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smedrrhv0qj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HeavyMetal_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpbn21g0lc9qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsxyep511ftf5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hlrg5636kl93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj4erbn377qd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GPFI4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_2000To2004DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2hstt4hbkb95\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2017OrLater_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/822lfwn29q7z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e94vc82qpfw8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km4d7v8t6vhb6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxrg416wdr4nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phph7k9qw46p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02eslnz5zyzjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bss8lxcec7mmd\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpw2ew8f573k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edl4skpv9sm7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wjdbtdh5l0d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv0x0bb32ps48\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_2\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Widowed_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64881dpdff85b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfrdjy5yq7fx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_YorubaTwiIgboOrOtherLanguagesOfWesternAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_MarriedInThePast12Months_OccupiedHousingUnit_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w5kjrp5kr72c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9vz740krerbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr3lrenen7jf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f27pzfhej9h83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txexrd64sgbh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgh08e7z480l\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGR0_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAMiscellaneousEmissionSource_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_15UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ProfessionalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k0ep4kj4dy1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0xq99gywy142\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh37bnjhg2zp8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9meb59ls8exrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rceb9bs6j12t9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_IAS_NATBUD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/31pr36mwzehm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88k92k6ykd594\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19khy7sdqwk96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m1znjp7j0jvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm5k24fhvqxjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d6pkj7nfv7zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6jhrb1kzc4v1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment4ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61tryxqg7hp28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9q7m1bgvtx9c\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ztvmxfyle8r2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/6j72zjrm2hdy5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pstfmheve0vmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIIRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_EMPL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/883r12xs2z3n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2qjycg4pkr4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hercr8kybq2cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zswe297q8jv1b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gnqh682xxjk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecwsvh2tynxdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0rwj73pl0et1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--CO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emvhxj3spdfgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnx4e26pfwf2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg4h58q6xjcy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENSCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Max_Temperature_RCP45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/GFDD_DI_06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_83Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4evxdg8gcqz6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh1xgbrdmt139\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_MotorGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgs8gyvhyz3x2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35To64Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01pcc53x8ywe4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kejd7s0h8zj\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MFERO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3etzx3emyt0d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5400_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bw1r4v9gbdq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hh63bzttw55g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njg8nr5w1ge94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp7rsxc2m50mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy5b50ms4gg5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xzqgw0nhvqeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m258e459hz154\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz7h1ejd573vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherVideoEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10b0sxs1dxns6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjjfznlr1xqf5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRE_ENRR_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AlkalineWater_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ProvidenciaUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_UCFENoStateUnemploymentInsurance_ContinuedClaim\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxccmz038w6rf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dnc1nnnhlvb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fxlx8k31lmf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywksphr9v7rcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"dc/778f662xflf47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hncmmy8nyeewb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NYC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GP\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59455fclmcf23\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jtw43tb27nm\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YRY_PER.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chxgev3hdb526\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1yw6dlql60fc\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_GasolineJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c018yhwnwwjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gjf566yv8h12\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscsAndOtherMediaIncludingRentalOfVideoAndAudio\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p0zngtvcxt31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1d032b9ql7kb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f69nxmttkje18\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FatsAndOils\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elhmvh6xncwf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS33_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VideoDiscAndOtherMediaRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmcz1ksztckm6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Leukemia_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshSweetrollsCoffeecakesDoughnuts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1twxb7g2x40p4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/165pqggd4j9pf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisA_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pkr61lhqb0p1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6jwrk8ffks1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr2l0dpprevs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s8z8bl9q1gk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4qjryzk5z888\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn5h3nfcsq83c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqdnw2h0j1v17\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI7B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe7mmjqxk8j13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnhejjtvgrsyh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j52j8s2036p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy1nzlnl4z522\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly2j5zpsm229h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_Country_Demographics\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnfxsp7egq7zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwxcsj1727r28\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/711csyyh8xhb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxmbyqx8ejfqd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_SCHIPSL\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_BriquettingPlants_CokingCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smllgferr9b05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CertainConditionsOriginatingInThePerinatalPeriod\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6s9pmer3jhj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n6ppqv0ewzr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elf9pb67n44g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4nhq362gd2ec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/646tthbncyx24\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqr9npvtwqx8f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp09zj9gwmxz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r8cflng814df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69ypq83eec5k2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_AlzheimersDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf02bdefl2032\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p10jsdnfm2ng2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_MANF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljs4xyqxkecx\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h6xndwhlqhsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1myhjp0qz1q5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3yy2twql7mn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_PneumoconiosesAndChemicalEffects_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyr0ccf9mestb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erbzhm74b4zwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3w62dmlmq7t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxt7l6njvwbkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlhcvw3ypwrq1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9ztgtmd65cj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evlpf9rrwrf73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8cys65fh6mzf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvq5gf8gzd4j3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rqh0glkmqy74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7v3445jqlzl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2k9bx77h3hr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr9lgcqm11tj1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DriedBeansPeasAndLentils\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7jrk6htlfeyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqrsymx696qx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqzqb3wjr4kff\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jqtd22h3t3b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4tkzmwb4ws67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_45To59Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk3hfv8cfexs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04xd1997781s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kylezzmeqbk5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m99155jt5zvmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cxgh3epjkt75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bbd0f765qm44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zbd8srj5j0tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnnnz9v5zexp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_FactorForHomeInternetAffordability_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z8ehyfkv4yqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrxzb74gpfq8f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentGraduateOrProfessionalDegree_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ww2ljgfp05cf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bceet4dh33ev\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trr41gr7cfyl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_TertiaryEducation_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/417dynf8zv818\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cmmsc7s1memg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4b4dhf7qc2q9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6gsf3xzq2mbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmyrxgqwhfgr1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9132_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtm8tywvt8xj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInAdultCorrectionalFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2nqj2blblv52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15gzq4s6v6nq3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hwx7x6t1rpj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3zjfy76pe9k8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentNurseryTo4ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vtt31fmzdkvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzlqbqqwezct1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_CopperMining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_WorkedWithinPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67db5qvwgetxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf4gvpbv0cxt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9rks84c0kkcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kpz424s115p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c928yc9jjlydh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_TwoOrMoreUnits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjx4vetpbst83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz399wkyjzgbd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bxw98k07m932\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zf5ekd5w6h68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwsc4j3jbcv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br8gtebvh8qb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t34hxn7czbff7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mpz636wxg0wd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.6799-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HypertensiveHeartDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Civilian_EducationalAttainmentBachelorsDegreeOrHigher_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R04_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl0yvnqsfrj1h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_10Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_BuildingMaterialAndSuppliesDealers\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Mephedrone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_50MI.INCOME_WEALTH_QUANTILE--B50\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mex7t93q3er79\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_VUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6exqettdky6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_45To59Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jw30hx21cd41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2m23ps8h5mb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrjkqrme45x69\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_2529_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_5MethoxyNNDimethyltryptamine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_2529_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52yqk9ypwym45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmm04stjbe3l6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5sp22wv6z63g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztvkskkpvhvzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2thesmjrjw0qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e85c0gbkwxmj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcdwpq57elx52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6drq25tx1lv46\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng88d3fds6bx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm39ec55tqpzd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0l30y6t9jx85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbbbx90ewxk14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjv919t67h3rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rntv4lcpyebw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q37214dt1zbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqpdhvb1xl87h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraInterrogansEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xepldf55yq6s5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw1dsf8rp6426\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3s3jsnsrcgr8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_TRVL_ZS_WT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/fbj95r20qb3n3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_IMM_IDPT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc9ezr22phgeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0x8frshf0vh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80e79jz2fheg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8br7sbv2p8fj8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4lkkjzrzbpx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d77458qwz8ng9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg0cqfr0lx7l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1ylfhk8l6p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpypb2s0hq6k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjx7syvjbjrf6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA20_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtws7ng67q0c8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc9jmpznftbd5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58jgmj6cxmzlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0epqd2vspzlzb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/2_01_01_02_nabase\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wt84clq37z27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyzqd4nzzp708\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dh6jrsd0mnt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5391bhjzzdtjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8xnk8cbz4l04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMorePerson_With3AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sypw5tjlky5f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_NonScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pvhg8p4k5lfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezzclv0xpgen5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1dregr1mbdk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8r6phcy1e9kf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8x2d3lj56gtc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Assault(Homicide)_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrr3yqhv3w9gf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCORX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_CMCP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbg529kjqw885\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1ks17p80pgs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tle1zlpmnrwx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfmwmfzbzsen7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_2_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d0356np543p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm9yngmn2qb99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se4lx0jz420k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46nrrcq88ec0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9jm7p1j06qf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xjhqncg89jbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/734yzmzl1s367\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpqkes8xefx89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52qnv0jpmby0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znh3rbdhwv1pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7qnrssn5g6eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm4mzyz25jh81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s09yz2c3zdwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_IncomeOf35000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_5To17Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj7nl21cdjbh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0bmrcsr92m87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwxxtzhswe3qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1r9qd3hvhfl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BlastomycesGilchristiiEtiology_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/setcgyplfq7k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbyvjv2mjc2f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyq2cm4c1g0p\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBNRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2021OrLaterDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s35h5vl0rzw49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds2g95w4sww3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y439k8kj78ng3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdkm5xb4b3n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmxlk48jgyt2h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8D0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp830bql8wsd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_1559_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe2mh1lqr4765\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/338vs3w92ljj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmm2f51y7mmyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9v4kg93tdwh9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qn5yxx5ytrbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czvrr2d3z3jvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzqtc93de4sc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xlmx4wb656yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v69h1m0qnm2d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z53ek5gr15zv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kj4hm36fv68b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq83x6w8d3th5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb9k0m5r6zk02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q30tedh1lmzs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqv5xrm0zpe3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7fyrhpf7f695\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d066z98nyew02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h80ymqblvkl69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgewqtrndz154\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r72tbhd6tv4f3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRG_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_FDPUB_FNCAP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcm9f8r598e22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9znxjllhefd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n3x8dq7f2q2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m020zpvzch2gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5kns2r56kpkg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/744sx10rclss9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/970d57qgwzdl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4c2s59ykz8w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbjnxcve5yk89\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_6064_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/h4p2syrmrgqv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n02res2v05g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g98mvdyzyjj4b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_HydroelectricPumpedStorage_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_StateGovernmentOwnedEstablishment_NoHealthInsurance_Worker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40m1b0ggvybe7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhwfeg5n6855h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf75000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG700030\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityHispanicOrLatino_KnownOffenderEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y40m8xv144sj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4svh0j409vq8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs15rbrq7zdvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R03_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfy26nv2dmpm2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv1sv6dvxj1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6nctmm1zw0ef\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Producer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05195n6dthfn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpbbwz2h1sp0d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_R1_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4wdj513fh4q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpxg1e29cs7d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbq3pwypfeqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf9rg1eb3ynxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_3500OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em06p1ltp38f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhpb6t6khwzyb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kyemlvfgycx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvl8m897ywh87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs4lx148h6p55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_35To64Years_SummerSeason_Male_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gr9x0qq8pq8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1sfvzyqjysth\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3493fgjtm0j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dv2n3z4ke3sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzzevhb9y72qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld4xxt9gnx4tg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherOilProducts\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/EN_MWT_TREATV.TYPE_OF_WASTE_TREATMENT--WT_COMPOST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_MOB_3GNTWK\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nc483bchvd1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bz4n7jpg3bdh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI4P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ewnz9l5v9z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsv5w8hjjyqv7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbdmfhwlk47ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx0nzjgy5h73b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5l6q3k8qt719\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3zn3g3nhkxsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c6krvx2n4elb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhlfdjj541tp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klx1vy724g9jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsvntlk95s01b\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA12_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q20gqsx7vs7x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableSatelliteAndLiveStreamingTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3hwx35b8hnr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd6vp784vx483\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_ParaffinWaxes_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dr9xcy9x5s7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/824r03f3xz8p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_1.38To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g09sywxr3d23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs9mkkh79c02d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithoutMortgage_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl48d9ycypp43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9zcfx1qe2p3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_USCitizenByNaturalization_SpanishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hs33q1nw3d58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkq7twss9k25g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqe6zsqxvpjsb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpc9hd8mbfb2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzq29bs5q17x5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCServiceOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1q96831bhln1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rw83mlvgqxq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4sjj1pjv9k23\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MKTP_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rs9vl99e03p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2cwx6m6xn3b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxw6mws3de847\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLPRK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr0dhfl456mmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erw8df56qf493\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw7kh5ldjb53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithOwnChildrenUnder18_Male_FamilyHousehold_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53x6j7e1zn8z7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_AGR_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_ClothingAndClothingAccessStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2y4h9ltb8pt6\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pry6sv9kfq7v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kkvbxtwd24v6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/408czhrbyjv66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6defvqzb0xw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n30knpsm9xr1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwemedtc2fxb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y0vz343k8xg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0w5dqyywd4t8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhnvcbrmscyjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76d8s2vb28gwh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_ADVN_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzyc3jsgwxj74\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_25\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c678wyxfg3g62\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dj1lf8d1eez5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke32ex0q2vwkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t605l1f1kt4j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zejsdmbwy0sx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4px3c9jkhxznc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j5n1wbgswfr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtmh9cd8z6ys7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gecksj7zdnjc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FoodFromVendingMachinesAndMobileVendors\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82bwb6zlbz81f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEGDS.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IS_AIR_DPRT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr5ps1zhb20dh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_MotorVehicleAccidents_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8yc5mfl36vrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8shswd0scv57\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4z306vm3zdm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpgpv00rxx6mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4f1hdtwxzkqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkvtpww5vq33h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOORO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nepr6veye12qb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6jfmgf1vy3sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dm20qttyqdc3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne8wzdfty29g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktre52nc0tlj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybg1kw4fl40f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpee94yz52r64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b73ecge6zf2z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzjnqp3jxr6v8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_GBP_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_2000OrLaterDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqg03ge9wpb0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74xl8dly6cgkb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03qk9dyk7rpyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cchrg91pmr3qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skhwy1cwt5y99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vt1131q1g6s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y76eleyexmrtf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensFurnishing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps8etqyv362r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg2xcb1l8v1y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjv4c74vwe3e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpx182bhh46r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjjt9vsmxwl72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfluenza_PediatricMortality_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpky56ygvqm22\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ezj6b4hweqj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66jf8b3scbrn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtr5431j12m6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svwjspggrtzqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Unemployed_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mjz7e3tngqbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FurnitureHomeFurnishingsElectronicsAndApplianceRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72cmm79pkhtc3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0RO_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Selenium_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31l3he04l9ykc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e10xjn7vmlbe4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLRCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37xyyf1v695t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plt48r3gfydmb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05kze9d88ht3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59c8zc5ft1536\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zylk7e9xq65rb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw2j2p4edbkt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rctprrbmyt4k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzzz3jtjlpe3b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_POLINS.POLICY_INSTRUMENTS--POL_REGLEG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k24q6p2qljre9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2d4fqdcmstn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5hyx2cpts733\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1ACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erwflvf9fyy9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6dftmf4sp821\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz1fb4602b0r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nt6bymgfcr72\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GH\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hq4cf6dpq096\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjlf6q4cw40w4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25OrMoreYears_BachelorsDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_AdditivesOxygenates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2690nh9vwjexc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4lb3bxegthw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp4cplffwv86g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvhywhnfz3hfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9w13f44wvvq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t411cmc54kpq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/514nxl0zmtxc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.11-4-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35To39Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_PostDoctoralAppointeeOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gwvtsv38te27\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Anisakis_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f74z3wt0nf78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4dn64tczbg4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjgj4wz82hfz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk3blfpeechk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REPFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecreationalBooks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c2r64d9yer0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bph5gkyw0n1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ndy4gzck0667\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"dc/285ttq7ksjgm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyvmpd1zfhy26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z54vb7ydwy02d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_ExtortionOrBlackmail_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k4ljgjej81fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4k5ps696lzh2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDSUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glwd4t7xs8jz1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMPS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_28Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Male_IncorporatedBusinessOwner_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zydn90rsdt8f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_PCAP_KD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SubscriptionAndRentalOfVideoAndVideoGames\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wfgy39efsx72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70t5gwkxzszqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq3ns9snr7w0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6fnqzqr169p9\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytgj2gn70sxp8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI.EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpkznzmghk1b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r248n0mj5q2hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0f10439ms753\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/216dryl7x53h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p868rbxb8kpbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyd7vw0e676nh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec0nzr58dr5hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvzw984wm7793\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2gmq9ygs08zf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3ec19fhpczz4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y15T64\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionRabiesinhuman_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4se5xxmvff19h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs0xe1k6jj63f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqpgsfff1z324\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmkf92rwh7qvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnyev2mfr1pv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AvianSchistosomes_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_UnspecifiedAcuteLowerRespiratoryInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zhrxl0xw8xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10sk75c6vdqr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwr98j9q24w87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfb48wx9cnk18\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_KeroseneJetFuel\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xr56whwmstm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2r2nwb4p8c07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmhsqpmyscnw1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13p5j43sse3m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg3eqhnj488ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq19zcdpseq5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q87f77m7nsx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e26d5mc579g39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plelbrdf023r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpdklvzvpc34f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl0qg1pt27p91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf9kntw440db8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_INF_DSBL.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Capacity_Electricity_SolarPhotovoltaic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfHeart_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/359ph71p0hx0b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbwz2kt63qtx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz6qmmx8w4ms1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e85w8yyke3q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqh4k64hertxc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URIMD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htb6wyxv74l27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz47qrrm97d6b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLP0C_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf65000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98jn1rrlx743g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3kx6791h6e83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nr9ck73qmsg1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVAR_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swy8thqjgf79b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t36fffsnmkbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1ez3g1cnv2b2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ComputersPeripheralsAndSmartHomeAssistants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgx9fsqhxyzy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3kwcnmympmt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtk2hkc4qq9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q7wff4q5fycb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td5p5n6k5v3g5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/722x7px4ngnt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txqt8ycd5xxx9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWFE_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreRelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2000OrLater_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f9s1spcwjjn9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gml1m56yv2v99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSTotalAllIndustries_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6s5fs9dr1pvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9bdr63jeyztb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3stntrzsfk91\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTRRO_XR0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j988gg6kl47r\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_NCOM_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xefml0r1zrh93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdxe5sp7relkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbmrveycjr347\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp3d859flr0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykmp8nlx51dc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mps8r8rlnx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2hd0h6r1zwzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2kvy3hpf4h12\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRH_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91c77zwwx0wn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_DesktopUserOrLaptopUserOrTabletUser_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x6cx3yspcsgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1etvj9z5xh146\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vht5fx4mewks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EnrolledInPrivateCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSFinanceInsurance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1760e0s5xn6c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BTCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PERCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ForeignBorn_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxses712pj87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6pg5ecny73vb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotHispanicOrLatino_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0dfpn8krjrlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wed8xb0clcmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9rvehgcbrh5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fswy7gg71xkq5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PTR_LEVE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ght4l7m2cg67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddcdeqjjzqheg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se5jvxddjc3tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpkqjslkwknbc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kc2sl7ex4nh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j08m720dbs0f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecordedMusicAndMusicSubscriptions\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwh94mqg8gv25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_White\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/herjtmh08w498\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01l4k3ef6y25d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1xdj5e9ezv5c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4pn0n83td964\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjex4nxh47125\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w01m6q9rk1ed4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19w4ev3q0vfhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5y6zz5jx0zzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1fv5mx0h4lpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bnx1k3hveqed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1dswsl3jvrq4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6btp9ejl0vn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glwzmctx97hm8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t1q1qsxrvk33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hntm9bl6g1gn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvdjyf1lsemf3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0be2xfxb96sc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd7zynr0g11sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtedb8yq04zj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdfjh7s1nwly6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el9kb6c0s8xd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq260qjmpkr59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv3tnp2sf58cd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBARO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m9cff9mptpzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtwjg126d3k5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye1576ccqz587\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42dk0w3gj7bl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t53mex2t5z92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjmvgqct73hn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESVHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfx0mbx8h30f5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bt936nn0kdrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gqj235b0vv9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k18wk3jr0sfy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ForcibleRape_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz466re4mpxlc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n441bry7t2wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2dkm54lwxxx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltvcn1v1zxtcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v95vfdtqq3wg1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_RefineryFeedstocks_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvwel36788v96\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_5559_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_35To39Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMorePerson\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qczllneg21jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr0lchct6y6w4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_3_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_WhiteAlone_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rw0s9p9yp1kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfcg2xplxe2xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b232tl2fgzjpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hleyz06rrcxyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpdx982swq65h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9bjfmzrb00w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6t3pkfncv8s4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_AIRP_MA_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejtdzxp3lf072\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws45vtxytxvg7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9je03xf5fgglh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kd4ngcjrhl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cypwztdhplf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d52thknnz8cq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl47mlbg1ngfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_LowerSecondaryEducation_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p55g3ecv7t9bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t608e8ekk2639\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_3539_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_NonInstitutionalized_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8x1pr13pcrm8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vd7vzkrp1th5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j8w7pf73ekn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Margarine\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AutomobileDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--61%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0frj0yq66ktw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vf5ympe2zz76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fntdxr9tp73d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9qkpvh1sg0b1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F200\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2n0nmtztgnx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3ybfg91qdhm\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPM_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ed9jv5vrz3r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh68s970055l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7ye151zctjph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brp89sd9r2t98\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSAdministrativeSupportWasteManagementRemediationServices_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sdteyx17hd61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7h67vn5w4g13\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_VC0H_BTUCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tedtfcewyw72g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_5559_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t2vvy0y5zcn9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gb7qyhkqsjmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk0gp5l0c29c7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationUnknownBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01w3x6f1wdc4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rnsyhfzc70tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_100000OrMoreInflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqldew7jb8679\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To79Years_Diabetes_AsFractionOf_Count_Person_20To79Years\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/7xfh4wv48yl6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y39q9j48wep3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_AMRT_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Falls_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00jf56bd34sh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhyyqjc1gq431\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qne5xnpyh9kq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceHispanicOrLatino_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktjrhfsnlbyy9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4qyqpge9vgm4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOR7P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f7g8kth0tkn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z8jpw8w5p93h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdflx60e4h9x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57f4cr9je3xl9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6km2f8em6sy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06n86vwchm1xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xw7qs40v8wpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsmst4894b965\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_BDY_ABT2NP\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kkgz0z9r9qp2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgmtzr4294yj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnykqd8yvvr1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7To14Years_Female_Employed_AsFractionOf_Count_Person_7To14Years_Female\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Phenol_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hey5g2epzcj5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rwn9gkn4zqlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq9szlr0xfvnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bwlx9sjw2zx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99209nqys9wv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxyhv4y0q5nw9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_POP_4044\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthCaribbean_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With5To6Person_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev6eck2g0bxx1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2crfyytxdjmfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zzr8w591890f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--ET\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ctdr0l40jn6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg77yyqy6ygh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvc9lry6frl4h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zctn8ysp6y5ef\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ymeljzjb2c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm0lmv2x5zg89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kml6qy9cfh5n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rybbn49jrz8xh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_OP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rcgfz411r92f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2024_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvmyj891vheec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf7vzhp5zhg2g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wyvl5jkhtwbf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grgzdgbqx4p3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe58qpc5y9w2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgmp7mjb5bdbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ENTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ProcessedFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs04tbztm2751\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qk2x2lnbz0p5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_7Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SL_TLF_INTM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SubscriptionAndRentalOfVideoAndVideoGames\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--48-49(104)%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lphgwt407sp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m050mzv9mpqfd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8ttfs4ylgpm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttcmj5mc94s29\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42ez2s726gqk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhgwl0e1nbmr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcjd4nz7pmm6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl42yb58cgmd3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12vbnr9npdrm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Assault(Homicide)_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13fmb36qlg4z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r51s8h37pz365\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb9n7jgjhqvz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6dnzxmx206rh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76x53fher9sv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tbqxmlhq64pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c341mllv01b4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NativeHawaiianOrOtherPacificIslanderAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrLater_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhbfvtmdlnt8c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntet2jhlrqp05\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dvhx016021e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwtxpw3bykg0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtmbnn5ylejd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv94fnc9rnzg7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxqptrs2xfts7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAnthraxDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RepairOfHouseholdItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gq5vgee0eqdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfmvl4np8fe5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_AvailableVehicles1_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56hcbmlwxtp41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzqjvc7fyfc46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_1.25OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fsyxvvqz8ys6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfg7lnspnc322\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV01_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithDiabetes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/435mm79mp4cbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p22l7rkgyk4jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssq9qdqhlpm2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76fh2tp4bnl56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbv2bhenymw12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Civilian_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld6rjlqw8s8fd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1lvb0mbrkyef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4649lfqrqrm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gv14xrxtq9s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kqzd3bv6gdq5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26c10zptn68e5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcgkdpthn2jj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ehstbr48m18b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xxg7jdjgtcc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dh99l0ch1rz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gqv970bz9pmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djv2lmgc4nywd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5wwvvpltzh0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t66snddw1w8j2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvlkz4j9m5swc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elsr5965thp4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g03sbbfqdpy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggqgfmmqh2wv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqbwb2ttgstlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m2b4kxxcg8t2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhkysfh4l2rkc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ccb89cd4cx75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g0mn3r3de09f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wjym9t8mvd61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efhx67hzx2w6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdsr5svcf1npc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DAICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k94g6cf8mt87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmvvjx5mywd3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zrbqhh3yt5rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b43kjvgek0e14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hh9j8m83e913\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xc7yr8ry0wjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clf7nrs7tt3wc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70x5pqtp232g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfq3rzj5v1fm8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9170_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromMotorVehicle_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs2t42j56pdsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwg1fd37gbky4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_FWAG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/030skkfzyzq2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gr8l0wpc6y62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdrh6peedm0z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc51jvbvp0jdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf4lfwp46qnj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3pwf05b6b2s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkvt68b4v0349\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwxt5xplbtml3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zdxj9weplcb4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-3-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35To44Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9f3mpdcqf9p3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tehrmkpycd8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedGroundBeef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63hdrbbqg19hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7xsxn0d7zrq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm4ctxpcbkj74\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_OTCM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlzkefkk0mm95\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To24Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Chicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d5slpec7tzm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mzjq0bgygdq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrzdtdt5qm3ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02d1hrt2kw19h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gm4gkd4n1tl\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_AGR_TOTL_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithCashRent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9r4gegmvcmnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz5kjfzrkftf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttx4jrz54cy7h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PD\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkzqex7fmlns1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d2mqrt7fdk13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40zq1tl2f0e7c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--PE\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NaegleriaFowleriEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s22rj8gcbr3f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjk5r029tgv14\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_KeroseneJetFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSRetailTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd7drh2ldtpk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmh8rr84s90th\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01k0fcm9ybjs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x18dm7l2r1jf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV14_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v2t542gs1sh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yy5e621cjqs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6zwlcc3dn6m5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwxhy804fg2j3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Electricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gz88f2k8ps65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97xsgpd85mzth\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_BuildingMaterialAndGardenEquipmentAndSuppliesDealers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkbwrg94ymd85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzel1fwys412d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s3k5n4hrjch3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86vfnp51sn9l4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ld3lhg35x7yc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwrww8yr2f50b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59l8yp6w1nw0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k29wq1f771q0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfgstlnmz7jc4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9yb58snpfzw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m6c1d6d77px2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G2_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_PrivatelyOwnedForProfitEstablishment_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1ydqexrngy48\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m4488mpczgnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbzc2gq3gdms7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfrqny9lrwvjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e0lr89r5ym35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxpex9zlh60yf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_IHR_PSRCN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56y031pyny807\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v37vr2538dqp8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf25000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by35ylzx5m1g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6k9nwdl6qyeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbz43gbjf71rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmtnbbr0q80c8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21lyd3g9wz298\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9s112lccg17g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd5t6x6l4trjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1t3tjwxvp65d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdwk9gz0le003\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv5red4c48j03\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4tgr4mvhbd94\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03z5xvp7fbdc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl61ws0d395lf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk93t5tbwpvr8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gf64nnhett2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3rm7fpj5te9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfg695670tjq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodAndShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgmpxpezlsc3c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherAcuteIschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cfre5ge08nrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey9jejxbnn5w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntgzc0d1czzm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdc1bw2pxc46g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhdjn1kkcpby3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_5054\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81nl678tnh8j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtl50htn3wze\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdxp24gj9f0l9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs7chh1fgk03d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_FPL_INFMSR.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSEducationalServices_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j18kr3d4fjhy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1prlspbsggr5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_NotInLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb7gfk9p31kp4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Expenditure_Energy_CommercialBuilding_CBECSAllMajorFuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61ygfbk4f7gx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_MarriedCoupleFamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jte57hsk75l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn8786fsxpwj\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsn7df0drcrec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjk2kzvnjp6n7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z9nkdsn21lp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfpw4dbhhg1tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmnw30lg9rw12\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F140\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b6cr1t06p7q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/850817dzhnt33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcpw49k5fjdv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbz3mmcl232c2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk9h37vbkfzj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttbc747pfyjq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkqp8njhey126\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2zy6b993ghp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpc9519f95rhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4tv3zwllrgh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js87eryfz5rc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneX_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hff1rc7xmj4w6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_Power\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_CoalMining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jc1w5hgfgme1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryyh9dzj0yxx\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wcx01we2kexh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--HN\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5989thdbsf3z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhkcm6x2r1b06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft5pxb6fr8mk\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_DurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r21y7g5j2fl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee706zhy66vj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrgb9wp7yjtkd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_OilAndGasProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq76rcgpfs88b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j8p4cq3ttqb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29v0qj08n88s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddgrgspqxr6d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc3x55v0k9v76\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PRP_0\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_56Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h1k0b74n5sq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh2r42jv7ccef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn953nd874792\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithHighBloodPressure\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzfczglddhnr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpg4yv5rnjylb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfp3rcsvr9vjh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParalyticPoliomyelitis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthAfrica_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq2x2pzme3yfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmm2k19f67w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2svj0786j82c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h3htwyks7tfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8dk1grfhvj59\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_2_AG25T99_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/dxby9jwmsjb8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmlw9ptrz52t\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_TN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gefbmvmwvymb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvpeswtvygh9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_NET_USER_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MonetaryValue_Farm_GovernmentPayment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/195463fr0tgx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns84b3xrkqtjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1rpe6r6fwhr7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOABB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1txgzgegthv89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kby0sppnxtbq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nemg2pnwkq8vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsc3rn9gzb9jh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherNutritionalDeficiencies_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m8tfvfpcn6w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sygtzrqkd6hz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/php87mcmrlfj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/D50-D89\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mrh0xnn860t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s47fn9h81mhr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0wyw2rdcmdq9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0sc0pl72l3qc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfStomach\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9csneep2fzch3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLRI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA18_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WindowAndFloorCoveringsAndOtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkngm9scvq4t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tckf7kc9mjzt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6xvm4w1k3q05\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmjhlhd1fvp72\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxq9tbqm4hs82\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr1sbze1m6tk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqqxnnkrptny2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0crhhtll1dfm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e88znm28l50f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l6yepptezv85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7wndzyg38gf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6pr54rjss87h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gehx823syvclb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjt8m08pq7v6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICSOtherServices_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nwkdlc6yjszf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1hyyctbft331\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scyj6rz15mq82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fsnmg56jv9g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyj12bp94brs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalSyphilis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG4TP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phyvs5pdgjnwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs16jwswnfl0d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_28Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yeevdrd9zxy28\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_5To17Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6xck89dm3mrb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19mg8nvjl13g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nxm6vlf28mlh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Tomatoes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4jth8tbykv86\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsgpqxp6b24kd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ypj47h6zx7j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgv8q4tqr97c1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_NoHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6pvzzqp5trr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6ge1s5v2twx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znmrx6zv2b615\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_LB_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j65nqwn0s0n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1r4lr1v3xsqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_45To54Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wldn0nfd4q954\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl9nc9c3grp95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DT_TDS_DECT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25To29Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpbtv5nqq16rg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_IMP_FPOF.AGE--Y16T65__TYPE_OF_SKILL--SKILL_NMRCY\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dwfd4qwlrsvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgffwnynksx4b\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h39gk5ly40492\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.27-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_54Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwqtq5kd4ls99\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9ec7tep5t21b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhmw34357stgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkyjvrr984394\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4qkcx9ph00wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnp6dky0d9bp2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9xpbtkktx7h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfScienceAndEngineeringRelatedMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w41ch7cbkwlv8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLKCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOHUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxlhtgn6r9c71\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_48Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk9wh51jb2x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7r4hk9t58nq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps25jp7kmh05b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qzkk3zjk5xv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63yvqv8gd8r83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44bsexdhrty66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0vcfccwtjkqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_RenalFailure_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithHighBloodPressure_ReceivedTakingBloodPressureMedication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edpnrsy7glfzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wre81x23r8se6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy84e9y8f2q76\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_AllOtherLarceny_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z5g6qcymhdgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kebg1czllz7l8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRYSC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlhxq8z9969nh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc3wzxrpf3cwg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_AUTL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS11_21_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto1.38_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejg3et0dndn19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgl4blnzbdbc4\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV07_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_NontransportAccidents_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationalReadingMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2qpn022sbvlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfeshy6wlzhl7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gsfy059tnx41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhccgjs7k9vec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hewpsxpbllpy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s1x89gy8k8n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez89t03956nc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhmjhp72kjr48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7vzv8z7h8hq9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdjqrwcyvp73f\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_ILLPOP_AG25T64_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_Agriculture_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_HispanicOrLatino_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrite_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_10To14Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kghbsyz8km9g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el6dllbrxxms4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_BioGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8vppevbjq11f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xvgnx4fbm0jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0l9tkt8lem07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq9ybc4506wkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08lb6wnlrl31f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/650xrff8c3hb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7ykys76zk058\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LambAndOrganMeat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v61m00knctm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzxhkfq00en9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7d5123g7qw36\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WPRUP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLSP_UC.AGE--Y_GE46__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgmeqfhbns8hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlny79ks9ehr3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ILLPOP_AG25T64\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c82sqhwb2z2p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8x6jhftt0rc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BaconBreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt54zb10hymh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Cropland\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zvn7tjbdq709\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d46lgqk5x61cc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPRM.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95dbvdtr2ywx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rknmnpz037ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/220zsmz6t29s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/841xe7lexhf7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthAfrica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzke3f3zgfvgg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55ecfs4w689td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7lkt2ww5qsn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lmzlqt3bwre8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0d89822sfkbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5elwcgnt28hh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_TwoYear_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc819snsng749\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egbk4mtt7p79d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvzx1nbkws2yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcyb6mrflve14\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RBTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SAN_SAFE.URBANIZATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kmfsfvpm7ed5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fltx5tp04pns7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9036lpsl4zdbh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVPVP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sgvncy0bp033\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg2ft76emx126\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpdc3l09mmmz6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.SEX--F__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xlyt69jhnjs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DiseasesOfAppendix_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To17Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68ln02yb9v956\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlctkwysls5lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjzv1c4rmj5p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylglsj5z762cf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyzq38tnsf9l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9r31bkf2s251\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hyx9xcjpfmvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy2pn7z2h9zyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfcst7x279ywb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szb52svz66cm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_InventorySold_CattleAndCalves\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t8zrq84d9zmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv8d10hfr7wlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex2ybs5p5vthh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSOtherServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_FuelCombustionInBuildings\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3gh0qmmqncx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvlsclh9xcg3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3hlr92wrtl09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8440e1ywmfn9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eew4c1m3tpyz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62fhx42p442w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbz570lskcvmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6n0h5mp534hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5dcs764q9zs9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7thh7j0r2kx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl15yx1pghpjg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-1-TBPD.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f7yy6gst0w12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc70c7twm6fb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d85hvbx8n99md\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BlackOrAfricanAmericanAlone_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25wy1y6y26f5g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_EXP_GNFS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9gk1wpsrkqfc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F600_F\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CollegeTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j130k48kwr31\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xb3h75hnj7wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcx306dsyj773\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xywfcq20e9dh3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--YE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7z30rljdf2w8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-4-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionZikaVirusDisease_NonCongenitalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stn06xxlsezc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqppnh3cyv8l1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rmttgqgb023b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66gky6b15wvc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkszxt7bcb4lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ln9fb1zn2ts26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nppncn0dv0es8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09th2fpcwzwn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hexx2qkgc104\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y09rbzw6fk8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zw8cbl9dszm4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/124pezntjs7dh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0tjrs5e5dbqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PurchasingProstitution_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce10flhercg6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk98g3p2pz25f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8vbebm3szde3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5znl5b662vxf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2ksebem8cbfc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_WFRT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.130-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_50000To74999InflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex5gvbzxb1jp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0018vfje9qzv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrhqbkly2yxp4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5605_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6etrqtgdsjeef\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3060_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.8499-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/AG_FOOD_WST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f5201eejelhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6s83rz0892rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xct0z5cdtxmxg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmbgzpsj706hf\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfmvcz8ddr327\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn887s394rwj\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_TOTL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h1e7p58hw75c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmcxebkswcnr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InformationTechnologyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx8j6kggwtb62\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Generation_Energy_SolidBioFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpqddbex0sd3c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4z63wp7fpxl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l9cjc2b0dev7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz2w6nqlze8mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5108_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDHVAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8erncv4zzek5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PortugueseOrPortugueseCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk8cqe86becs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2bxlk0pllrm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhgm6esnes5p4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--NG\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_0Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3lq6nfbelk5f\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x6f36cht6gvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7jmcel2nv9vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd124dxk87f9g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p2wdj29tvhs\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bhxxhzb1kff9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2dlc10l6fjg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4882t51qwq813\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1UP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vsn546ed4ke4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_QFever_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_NotInLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnm3by80kvx4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qvw5s8lwx3sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpwdptf6111bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cc3bcj7nnv94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpxgv0dgs960g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf4llnp43k504\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwrl76wg6epvc\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_NonInstitutionalized_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportingGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw1vpqd20ny6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd1q39vzry82b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CUAT_LO_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ghdqwbs3c2d1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_RetailSales_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36ngsb60hwcp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pgjdgcehtnf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x5rz2bhbd5t2\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_SalineWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4tykjfye3f4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pny493lz99813\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSTransportationWarehousingUtilities_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkvk661hsecv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9xxbzfr8yb06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc9zh6tsz1kdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn76svrqzrkdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5t63srvztzwg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlp1k2gf21y83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqnbq7wsz51sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gts9el7ws44kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szykrr0ndsxgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbyrve01j0r17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzg19brb0rv\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_13\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJuninHemorrhagicFever_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhsekxzek5s4f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmhmkp0qhw13h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_TRD_GNFS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_DYN_CBRT_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_1524_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0500To0529_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_DuringPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn72n468xzchf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9xvf0e3qs1nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm6rqp3ryl5p5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA25_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54453vbx0qykc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59xjm1kh03gnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fqj0psevtfz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kppq1p9gp0m9f\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p7m2ysb8erq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywhr9lxkjtr69\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Female_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stmt31bnb375d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Malnutrition_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithVAHealthCareOnly\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/031l98419ntc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_RiceCultivation\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_HackingOrComputerInvasion_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKRV_PWAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_UnspecifiedAcuteLowerRespiratoryInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dczsr2bhx6jl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6y7bzk2vex12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1wvt32v2x15h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1f0l6n49nqbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3vmg1n4zc028\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm93c4z3zstn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_13_01_01_who\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/41bpz627lk15c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76r1ttx3lwqc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjmz36lytkxtb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_POP_AG04_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc4klvdj46vzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1969OrEarlierDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w9g5c82f29dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yspgnbwdh9s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n99jeeq8qq5k7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_5_B_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4sxg3tsq46j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfts1vjy25k9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4h0yg32r69w\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEASB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_TCAQ.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_Urban_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z27q5dymqyrnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zt31rvg1rdf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ttz630yzvnpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/820xe8rzy50v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b41271znvf4r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qwfc1995nfwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpvbvcfsy7vp5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CheeseAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3ed88m0syh73\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_PENSN.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w7r5l4yvd436\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlrhhjrxtf4w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpxpc6ndk7l71\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DT_DOD_DECT_GN_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqrw8wtv019w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm8bsry1rewbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq9p5sp643jxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqns57zz9fys5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50yj0fkljx433\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95nm5mj91cnr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c203zencw4pph\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxklbg6t3cmn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmxnqpfv9fw55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7237dkfwdl61\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_SESPI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_CommerceAndPublicServices\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/Q00-Q99_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jbltvdwmqhe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wbcd4fcsyv43\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks5hvpt2z5ved\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqvrvx8cr63m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exql9jskhxdtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7myd8kwkb0c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqwtjjgd6dy42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDFDB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_OtherComplicationsOfPregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f22jr2gjqb63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4814l06z2j4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLURX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmmtysn9cdyv8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl9xjxjw58jc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8c72w78djfp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vglgj8zlcn1l2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_HouseholderRaceSomeOtherRaceAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b9ejw8nyxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw6pcq6tv4yj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/D50-D89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s006wy292jzjf\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9segc6xtfft2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwhlspey3gvc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge35OrLessYears_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lbtp5jhbf3f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2jfhevpbj1zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfwqy1zh9zj2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9zs29e7qbrr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4156g1v3n5y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69nbvess8m5wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94bvkmx2wj0n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kehbft3bn2gf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSEducationalServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS54-56_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yezsmdf7nql3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd4n0c149szb8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11dbn9ygdg17f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g73egqcgb59f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6bbpw9msyv8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8sxh2mtd56w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rynx74dvrxl15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13367f57wze47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj5jly7kqbhkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS48-49_22_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnh5fpz2nd442\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylzqvrnccblxh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb1jjrzcbpjd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm9r88nffehg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73ygys0bmr6p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyfypq3e8wwvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx51m9qqd5x92\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_NitrousOxide_FuelCombustionForResidentialCommercialOnsiteHeating\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_OnRoadVehicles_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/781mefzsxg53d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_48Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"QuantitySold_FarmInventory_HogsAndPigs\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmbqxxvlbz8e\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6s2ykyqqzht9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r9mvfcexz3c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q7kn254xrveh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs0mwwk6vsw2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhq3fm9gtvql3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionChancroid\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjhrmlhp2lyj\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jhbx32rrf10d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d14p1ze8b3y48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys5st5fpyxby4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zeg64qr2d4s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q352ppmge6m7f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gstvfw6gb8wk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms784h7k2xfx\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreOwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6yygkvshe2sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m32qkw3wt3xfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkrf7es19q855\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv511eenjdspc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnt2clfq8mwnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1fj3tg5qmr5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf59969gdpsn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c3csb89rten3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpgshtfr80hlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynrgcllf6k2eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hgzqhcjegrl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk8s6bx63d9x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Hernia_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LTFCR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qkh1hdwgnp2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1x4tgxg62zb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpjbfcd56e7kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy8nk0pkm6r2g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqcvb8m1h2224\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v97hd2eq4r6s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1vqnthdghfv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exz0j0h2459wc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f73x70zv0prt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ArchitecturalAndEngineeringServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea1_Demographics\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsefsggkd5dfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr5t9nl2cw32d\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGDFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvg40wdy9s12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7c18tyn99gp5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineUnleadedPremium\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tf3leqwvdp2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xvt2dsk9vfl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSGP_56_F300_M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5v9p6183528\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhclps1zklvf6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_CokeOvenGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SportsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwndr9re926g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldgrnngddm2g8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEJUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_20Year_ConstantMaturityInflationIndexed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherFoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/9cztw75rt7qp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7pj83fhjphxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w59g6zs2tymv9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p69jn4hdfm2e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r61b78c3klebg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hyjhn4rkn6y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64y2qd8kdcj21\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_7579_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92nhypy5x8mq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc29ezqqwf68f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ntxzkx3peq4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_04_immun\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0yfvvbqc8f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh499mnmgsm6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdnq9e83zn8hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k9b1dh1fjny9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/799nz6bfjmxt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlqm63nfqfxz4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_ClimateTrace_OtherEnergyUse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/fhqtnnvdmpexh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcczfmcxzm3m5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ntjrw5gl38kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39mhmdy84k1m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e9jsmlkp6347\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnrgwfybfcbe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyeljgmemlp68\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SG_POP_MIGR_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgqbvgtr84wd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z230qph4cmpfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhjebky1c54rb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_IMRT.AGE--Y0\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bkbrjbb0hgz7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8k7lhgl7exc7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WirelessTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p69jqdfsbgd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q66dxp1ft3yk8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb5lbtqlrsh46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s50g6cjbzjxcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp19skt0j7tqh\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DishesAndFlatware\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yrwyxwrlv6j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxx3bcnjl5kp2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gmbt9c4y4088\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorVehiclePartsAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8910fwbqfkbp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthNorthernWesternEurope_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedGroundBeef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf0jxb432l3z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqvvm43xtq1z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yeg1qet0s5k9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_13Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6vygj6py1m3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljxr0vp65xecf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pceqprl2b6ln2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMorePerson_With2AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGDRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Pork\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53k3j8zqpe674\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ylzx6e78z5md\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxmlfll4jbvv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Walked_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhey5w1ggjshf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lkt3zl3rtt89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nypy89yrmrnrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzce6bjb3yxx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t0x7v076v201\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8211b9cctv6z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f39q721ry22b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1slvrde8m56f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EG_ELC_ACCS_RU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zkjxbtx8vd9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv4gg2983wbnf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frn7zjf4897g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7ygwcph4gf25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlmkyll5kdhg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpgtwyr1qfflc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgt8z4rm8qke7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mnhj73swsqph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g1fm2f5jqrx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvdzxg72w324f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvx610sedv5p7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s52m7pxx2ejjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother28Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NotInLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nerthr33grxe1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVDCR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rmyewwqcqcf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esztqf9cp5l34\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e87c6hz4yhms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf5qsx0sy376c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__INCOME_WEALTH_QUANTILE--B40\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--71%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jc4p45d5jwbg\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_89Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66bjjgcjpt898\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c9dfwdqjgdyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr9f1r3bt31t4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7effhhw07wzxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc2mymv8txl52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db0qebzgllxj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flcb3095fw158\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqmtv7k7xl22h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxly1bc35fgy\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sxvq8mw0ssk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6zc1re041m0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myp6rzktsgv3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg6cc4zpwx0w2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/C00-D48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c7jes5tj87v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x72j3jhxjkv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjm4qp11nx7s5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV20_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rshj65wlkd5w6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RoadTransport_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rwe3sqve7m68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yln3btlnk2tp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xckr14ffnhx6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp93rnt1rgf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb5kx4jnpdyk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fymw9psy8b72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2bylcps69pb7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p7tcnk6yghh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx7ynck0286h4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_15To19Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19j8cgge12ypg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WelfareFraud_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOR7P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f7wr7dqk8rw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e069360fh6875\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvrfte2g8gk5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAS_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_75UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin22b_t_d_7\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dh3nbh1el5h8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py6y22nm10s95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j6441h15bz11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcxx1r3jqy5f2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kty3s225d3g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzyt6bvc2lxr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr4ve69p16sch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpzhtqketjfmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TuitionOtherSchoolFeesAndChildcare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sp1q7fkewk0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmk1x3jxrndsg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bf66bht17nxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrsj5ksbf87r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5308_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSHealthCareSocialAssistance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvg2lkgbzh1m3\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/het1kvc0qkq98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz04h92b7zzl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAOtherUSRoute\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13q4hl6dhwkh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8mk2jt2tczzg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndbkzhyqrd5z6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_3OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53zf796yvqqdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jbqlht2geqc4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Male_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lgdfhr195bq7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbn2582sgt2q4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_PR_F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blhdw07vz8x9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn11s2kpm4krh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_MainActivityProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c560y5q8wlw9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2qmv1dvsjjp4\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FlourAndPreparedFlourMixes\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqf7402cck6w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eer5xb85bx8mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInKindergarten\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9320x7grsr726\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4dgebklztktg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpvjpsqqq1rsf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_WIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_0To4Years_SummerSeason_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l98f0hqhypyf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5yykmwq3xjb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VideoAndAudioServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qf1ynvtbwc1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sbv82tc47wy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe8czlbecjlw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7h72vte6wms5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5trrqgymg0v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv98w43bgkrv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84b1znlnr6jvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8enfkscmyqt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8lmj1dchstlf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Coal_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_25000To49999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98lrzgz9pfk63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-3-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b3e9f1qe4107\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_FinancialActivities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqf9q48h0zv71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_TagalogInclFilipinoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0nl7yhtdwx33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prggk9dzcpnxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_DivorcedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f18fjymbdgh0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VTE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DPRF.PRODUCT--AGG_ARMS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wf48c5l3l36b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf27937w5q1lc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPostDiarrheal_HemolyticUremicSyndrome_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vgsm7nmmzm49\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS44-45_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8rc5x2jqe0eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6b28mspkx2zg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hg8t71sfk2bc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7kx6zpy60zy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y99qyw3l4cgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CollegeTextbooks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmb2cwzhxz5r9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g1502mgnhb5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m1cb9wkyg3b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vbe5nzy3rv3g\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ntmc2t31zhd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdnp9zqxze0m5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09sp0n96yeqv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990To1999_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdp2gx6m3lsn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9pkxxrr3bhnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k2j0p277c239\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwjmwpc6kw8d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjeel99ydwzb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cy8xcmekkn32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmlnj5k2lkq66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f66bvgxl3fcsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/legzbnyfcf703\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n31xmtgmj8lhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_1500To1999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qtljr929gnph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90wjrg3zyp1v\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMPS.PRODUCT--AGG_OIL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterFetusEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainment_9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990OrEarlier_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6sdvf38g39n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngjmve15mffr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AvianSchistosomes_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteAndSubacuteEndocarditis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntpwcslsbjfc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlysv55f8bg9f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COSXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p98r86zkbct8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt342br6xempb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54m0c6znwjpr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xfbqzpzjbxkf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_08_primcomp\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/HF_UHC_NOPX_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07k2w0ej2hcb9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k1k6swjx3jz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v4rd0341g5l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vcsj0bn2qtd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_4.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS33_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV03_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz2egqb4p00h2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8qbwvc3efnhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleMaintenanceAndServicing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2tgdwez9ly87\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPNRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky9gxmz3ryfs4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xmkgzgc3tjqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4h2knp3d9xlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwtzv824syd02\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty7zd0v2vm5l2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_80UP_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9zygynz36xc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teybgzxd6gnb1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_Person_18OrMoreYears_SociallyIsolated_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j66erxxcqhv09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgdn75gb546e9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF41\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherAndUnspecifiedLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcp5kyxjenr43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvj4z6gnz4ht4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-3-BCM.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FatsAndOils\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgzhsyh9jzmr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f8ytj47xmzc6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_60To69Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInAdultCorrectionalFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0c13hf365lw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5787zecgzbbg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jrry2hqz7fpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr9dmej5hx5v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehg7dtdt2ejj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khzmdgw6klbw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5yjjk53zl7g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzrjp8ndh0fn\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_8_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_PaidEmployee_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yfrzfd5zb3x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb7885lmvm88b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9xc63563gxmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvf7ljc4y7c6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn3x7etkeqq0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServices_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b1kcsq1rkj22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g55zgk1ey677g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pq3p1xjh02gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9r4bg0pt9xm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhs91m2hf3pr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd729fxzst7q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bej92vpxe428\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherLessThan9ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn1twmyvtl63h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkfdtt90nnyr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7mwsgkctx9rb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_1559_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9cyc02cjnjwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_EnrolledInPublicCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n689x6fdcd211\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlgn2j33t1yqc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrite_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqgslqslmmh31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg54tg4qgejrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3bpznt3e6l7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xygvsw2e8t19\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RZ_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To14Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpf6fc0cx0bzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To19Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjm820v87c9m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60g3nvqnpzjpc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_VegetalWaste\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dx9408ev1eb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl1q1dz8xxdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r018bgndc21s6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_FPF_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfEducationMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbehvyd05rsqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8np3fg6zy2s9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMM_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvxvytf7btkxg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FC0_T.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Robbery_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bplsdmzy8lnjg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_ClimateTrace_OtherOnsiteFuelUsage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqvrq0vvbhngc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1892eezqhg354\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj58vt6xenzf8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktlw7xp1pwze2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj2v0zqhfz1hb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_TOTL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0OwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnqxwgqyny6v3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Prostitution_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherLodgingAwayFromHomeIncludingHotelsAndMotels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6gdlls2gbyk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpfjphyg1x3t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1nphx8jhpvb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm1z459zb6f6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs20qycgnf5z2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y25T54__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjxyt6vjksteh\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_10Year_ConstantMaturityInflationIndexed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvqrh0kq3jv6f\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r03xfn9pqy067\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue80000To89999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hc1wgjw5nk38\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_VEUH_BTUCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yfjges5pm6f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSManufacturing_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce59t24qqcqsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlsgvq5rmelfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxjxsbd5hesm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j3dqzvk37bnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bwtr7jmln6dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7te2w7mt0zc63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl0y6ry8myef4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sfswvjy5heh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fddcn81e10h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1lqz36qc6x26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9l97rwk6w4y8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fns5gr98t9k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqtttncngxrff\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bnl333t1zns\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx824pv7mtre8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngbyhqke7b09b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSECB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2ssp1w5nq9b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz8g0dnmqzce1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_ODA_TOTL_CD\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmmyg8rsm3d27\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9060_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00t37zq8dbwn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x2zqhdhx71b8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpg6e84pmp04c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp9yjzd26rzeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhltcr22lwth4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LOCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93qktq35d0y08\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6xzbbk08etfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfggfx12ssdv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0pgfhn9pfs0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8btmfj2h3l3z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2ez6q44tc6q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyg8s096r37j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9b536velrxyd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOXM_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RZ_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55vb10mxz9fsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhz0eq0n0g27b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et74tm86w7mn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfh29z7ke3nx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkcntvne1dhp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnhc36svjxkg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32vyr6n30x7t8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG700010\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BlackOrAfricanAmericanAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b202nvledgm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0852210mhcsm8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Female_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bh5wxd46366\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzr0q5b80sh06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSRealEstateRentalLeasing_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographerAndFilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vs236703m1y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy1ee3nvnf70d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dbsw1df2wrg6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02vheked8mtvc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/748qxnwtbrg74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c55ymp8fwzytb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxcfcbs6ws2q6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtqx3wdb19y06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzdq8qdjpn8w3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8vbhhz9tnjx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks5bzf8ss2996\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_1T6_AG25T99\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxgyycbsgv8y\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSRCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc4p3nkxt9cs8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pttszmcgx5sd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lxn28lyjtx64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkstfzyjpw4q7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3n7p5jcd4yc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvvzmz5dbk2l\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_2_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CODPU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnncljdk46fq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlbsgfl7x72f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990To1999_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37189ct2f2zs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p01zfmqydk5b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv0y0xxzzte39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdFurnishingsAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7esjdwcm9sdbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk49pdk9lf02h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13fd05ltlyhsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rze32sl25vqf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wfhcw7cmthld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlghfw59s2x97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z14whnjyddv7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfw59wjp2t974\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkrbz3jcf9wm4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetFoodAndTreats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxbjg1c8455j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisB_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSAccommodationFoodServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7qhlq7wnskmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z6nw90egcdl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2513e9mng3nb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.R_EPG0_R37A_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhced31171vsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19ze1zjvcsnm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/852ck12gw0yv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dveklnlzyv3y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd363sc7e4857\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_OTHR_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_WorkedWithinCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t80ey23ny2p1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographerAndFilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp3jnwwy4d7ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedGroundBeef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vcn8hz4fp8s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9440x9cgydf93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkmdz99pbnw17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgc5y22sekvlg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/EN_ATM_NOXE_AG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/pz0mlbryh0649\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdvdqs563c7w5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherAsianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vhdq289q1f1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c90y966p8qt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_21To65Years_Female_ReceivedCervicalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vygdfnm88xb83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/899mvh4kq7z52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjw915vjkwlb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wv90e00wcm1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j1tpzsgnx756\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plfystxh8f097\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkz4fl2c91h86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35vxmhezd72l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pl23wtdxb942\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderEuropeanInvestmentBank_AsAFractionOf_Amount_Debt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_51Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxl5v5y7y38b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9zshfntqhdn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lq033d1xkfj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rks331dpnnt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p8xd5xd030w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvjfq3t16ykn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_TOTL_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_19To64Years_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BettingOrWagering_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bvgl065w7rpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svr8twfhjg97f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInCollegeOrUniversityStudentHousing_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdpdsyle8wwy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7517sd0m7vgk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkz5dte2qkg5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gtt3rrlxccz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jsjf09b9hvj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc5y99glzsved\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SaucesAndGravies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44w9h9whtytkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47bvv9q9xy01c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pde55wpv6e6lb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-1-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/0ev7tyrb0f2fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hmbsk19v7je7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppqp9fx2qsvh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8wpx17z9rhl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjpdecpxtn8p3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4kpph3thpxq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1ke73k635787\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_SingleMotherFamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db3eh1pszkkw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft28k3vtd1eed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/671eebh5tm9g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh8qx0jmpdjl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q867xjmpw7x7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn0pyy8ynmb13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSmallpox_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenByNaturalization_ForeignBorn_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyc1f26msdct4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn7zyr4b53gg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1560_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5603_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4e1dxzpkm3yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5whtwz9rnel6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithChronicKidneyDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g8n3ckwzx8vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwvyps1fr4p3d\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el6fmexjjc245\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7nzbn6jpfkjb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_ENRR_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Fuel_OtherOilProducts_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwflbt59nry5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jv4n7p15cld4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_ParaffinWaxes_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV19_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_QFever_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50h0e4qn2wx31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4e255s71ykj\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbsxmcdnkcse5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjngdl07jq7lg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Fuel_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_0.5OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwj978rw6vn6c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/125lppyffw65h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bhkj5tcbt17c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npr3brhpd00fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj6txl4b2w1n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x48nzrne2f88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3m2wshqynm4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwts0x209x6vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q59gvk4dpeq3h\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_NoHealthInsurance_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPostDiarrheal_HemolyticUremicSyndrome_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rx1wpzdhpqj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6yjl3t05ezp5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cwvmcezcvc05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y29bbzwyv95g2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_Kerosene\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj69t5k8fs7gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hypjfednp0d15\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/641seeykb0y21\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SummerSeason_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc2pm1egfngwh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_GRS__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe2xpnxs2f8j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8ze08gexqx38\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s9hn53s7f6k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqw4d242t7wph\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbkswbj1j4744\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_Female_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjyn3f0sd1vw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvvv06p9x5jq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.116-7-MK.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps06etnvp3hk8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9030_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Tuberculosis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00g5ypp6c44qg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emfg1gfgdkh89\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46scs57tnyrc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d1tx2pmpyvj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89ewzg7rtylnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs5qxdbzybf76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svesg2p3ekr82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1clvjvh2v9qw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnq16904rvb9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLLUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z86vvhz6998\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3m02bv6j67v7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5py5mzgsf2s0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0v8merm9esx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthMexico_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q5jsrrhjnjqd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jr08469pjbsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex01pnzxvp6tb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5qkl8jx4vwe1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhb9rtnt66zn7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q0hhs8sh6qp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wt44yv38rew\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c404rz7rbtwgd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VUA_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q91ftdyxygkv3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zj0cekklezf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx3wsl902cet1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl0ywc9v27l53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b528rqqn7mzj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f14pj3ejf0r76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq9fmyy6d3tt2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WirelessTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dx4yt55w1bc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeLessThan1Year\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn52h34bpbf83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf1cdjm4g2gv9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G4_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WaterAndSewerAndTrashCollectionServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zqyxf7zndnp4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m030fyl7sf0wh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s73bv08s5mp84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le8nz6pwjwj6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DentalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxfqe825bclz1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsExcludingWhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q42t45z3snvk1\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05vn39gf0bz64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srjyfn1d9cyx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vykg3196e7j9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c73342r5k2k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nkp1v1wvkjm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_UkrainianOrOtherSlavicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn0phd0cl0zy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcr5fc8ftb8e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1ndvcy8yey32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherHeartDiseases_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6cglfny00cz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db5f1jxb8qd5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Producer_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PurchaseSubscriptionAndRentalOfVideo\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7337n9qgfy5q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewvj1pqv809j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ekcb5fq38fwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_NotInLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2000To2009DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisB_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2feyhsl08cdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfewfcnnr11rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6ezdyj7zt813\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonelectricCookwareAndTableware\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrn7sxx0995r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2jr48h2f4v21\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pb95mkzyvv73c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0rl6fzwd9gkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwtcxzrcnpl53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Revenue_Establishment_NAICSUtilities_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11vrv8b2193n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzlqtt6e9nd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5znrb6y6whdf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_6\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_35To44Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37yv1n4phk0f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blhd5t3cb9hyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nttv744475e87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmb6pvxb990x2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_NO_SRC\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llr6ym94hwy15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wss23shs1t74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdg27l63d279\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Postage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfwynyhwr3x51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x04zze4kb92t1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xzrt2mm901f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkjgv3sjwkxkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slc83br8y1d1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmsl5yg8tw2kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_FluShot_12MonthsBeforeBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fepyvt41yex9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95f0vcs33pd84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwt10xgqevb8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp17fe790wg25\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57g9y91nc5zjf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC3P.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_1_G1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fe69yywrfhwc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthCountry/MEX\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0mh7648qbnm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e36plsswwnepg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgxkw1k79sp49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snx6f2cv2hlf7\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8e5m5jxghmk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfdmp30qk06z3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/395vdbwm7pc92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7trwxwfer9jy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8178kx2thnc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9myctxn98te9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg4secqe0wl3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xefqw9g445bwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Tires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ednzvyee1ll6h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qk5qkd6m45q4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithSelfCareDisability\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYFFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8ct180bv6vg9\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With1Person_With4OrMoreAvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4hrnbszd5wcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpfx0ybqgz293\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6238z1tkntv8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithTotal9OrMoreRooms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b66xecr9m86d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn3x52bvp9tf4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgcexqpjv7x44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqm949b2sz2e3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr8h31tly8lp7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_TextileAndLeatherIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/621g8nnkyg07b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spyc9bqyhejs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1dl9fcf58k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_AsAFractionOf_Count_Person_15To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5fpdwwwpc215\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe9wc4v6k4cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc43t6f86fwh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8fpyyeh64fy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8mfxs8zzv229\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl9gzq8xmddc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zefzp4mhmd6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm6np9lb12grc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq71n4bv610k8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j4zgtebpds87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0prm7m26z2w6d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3emm85qxn34p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0793em7txvz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y748n9m458hqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5ywc0zg29xp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykh9922y1j1rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w6dbj2ktnyzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61tjznh5n4qg3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPRRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj76j08tz61sg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC5B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bygwdp7zktr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxstpnkcp75b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy3xj0zkhx0mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzm86ct7ngvs1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3ckrc2dtcm27\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_TOTL_NO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_POP_TOTL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzk1338m8yew6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbtt3ngg69wl7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lx2p5fxwnkv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqzg5fb1wngy1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_BrownCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10cs2h06e504h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2b9yvldhl7n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj8gvvmyxsqw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q3fmn92tql41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqy9hdj4exwb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m72vy7vxq5xeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/290x2ewjt8nw\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CandyAndChewingGum\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rf35gllggcx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrLessYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_NA_YDR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SFINB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.44-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjkjy9yc5ftlh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq266pvtkbll4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnm2bnl3qhkt4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DistilledSpiritsAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqencz7e85bt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlb78vdx53gs6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSHealthCareSocialAssistance_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztt7qcdctxdv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9p2xqjk2cw69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbnfhktrw9gf2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6vwsjss86061\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gjpzmrqf8fc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lxbfxhgv1sr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld5f4smnkyjeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x3z4zx9z6zdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80kjscv3h6tt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft9p5tfvfqg51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Influenza_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xsmkjvmyytk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx1s6hssh6mg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emrex9brgyc61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkr6pzpd5h194\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dnhvt293mx84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04jxsqpjy3bb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2ndwff9jtt1b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/063l2rd09j5rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wl7qrmzyc385\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39d7ew7zk4qq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt943zfbr0m2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd3wjx02bm8n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c1jzr046xgs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbms9l60m3tpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2nql1mfy21kf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_BroadbandInternetSuchAsCableFiberOpticOrDslOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gegf1gsmdtjn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5x05ztydmt43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf80w51d49nf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m07n4w3ywjzs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9543pvydqzp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_MarriedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2sw9xdzkeef2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Influenza_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_NotInLaborForce_WhiteAloneNotHispanicOrLatino_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkfzpk5m5ry1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br2bx618lr0s5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_WhiteAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xjwyqbtnvns2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m66f2tly08y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4eps8e6m77f5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q0s9w6r2xhxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef440pe889pc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5w9m02359vlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ProbableCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Assault(Homicide)_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51mr3xzq53kq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgkrceph8bndb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_BookStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc7e2f2967j58\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_NontransportAccidents_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Durables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q48kx4vwtnml4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/409dst5ntlcd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpj4jb0c3p1y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2m6b0c5rn9f2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n070vgsbefq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xm6s2vxeqjsb\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny6jvtzqbm9f4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scs0wpbph3jcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptxfhrzqym7f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jdy2m3k0tr96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfhpn7n0tg703\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_Manufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11368rk4epfp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srk0hxjdq8vfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn3rld0ekkq75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52kkk8x7xhlb6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3fg06zs5v5v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsj8kdkj588yb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dj1xzy7d71r6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthWesternAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nygy8j2b3fl0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6zgyncnnv75f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fww8vmqh0eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx4n0w5m2nxn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgqkcx5vts9p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9lzw3md31pc4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_IndustrialWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WO2ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69re7pznnjt35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7khywdhy1xfn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyzjs15s7h0h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSInformation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_PovertyStatusDetermined_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpd8hygck4m68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tdjcq47l9tp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp5sen486zsz2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bgpdj3k5mrm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw7epr7bestyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0npjd1vylbb1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4d98p3392qzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7901myzndh41\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--ID\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9367yhz38ndj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqy52h7y4nq34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d60l2w8530mmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhl8fzbhrjkf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fktkyjh5c9xe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc721y5xt5551\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcbbk3lcb24mb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1qdshfc06724\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4lx39vqsqy69\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q87jpmsy6mg6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_MotorGasoline_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyy3slnc601xf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Female_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8q61d983n433\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w6z1pt2gh7xh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LORCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGECP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e3lm4s58ed93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd7hglnz6qv1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjh01crf4rpj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke2c7yps410hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnrpj1t0472hd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nw9se7n4c1c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/761c2w7mw1n29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq2x3ew3fyx08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jffp5nqdtpqh5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessUSDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_ChineseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvfj0jffcb4k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxytr2yfbwzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kdycm6czm10d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8spv9cv4shj3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ws84cmrxbnm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfluenza_PediatricMortality_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dn6908fdtbdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwzgvlyskyddd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NE_IMP_GNFS_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pkxjz623eg06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm9bhfrdw0rsh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5qzfw9xtxfxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzmdcn7rnsdd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_POP_5054_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CareOfInvalidsAndElderlyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv0q8gkhznjg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2fbq1lxpzn45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcz0qfb0ge7xb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m391rfd2gsh82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.117-12-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_Unemployed_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz7ebxf6qbq7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z07d4dq7y69z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0hqcdt0gmhc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxq78lp631ss4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebqgn00dmhrq6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s459zqtb5qrn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fgxr55vd0tn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tynx3kskwg2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dltx451lmvgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksj79k9x6y1n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnec8e6q65c68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HydrochloricAcid_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59k1slzcftch6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv6msenvejlg1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RL2R9911_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLP_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55plxwfdspby7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn2vjcnnb6xf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Production_ElectricityFromNuclearSources_AsFractionOf_Amount_Production_Energy\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_72Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65d71j9tegcl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f1xg7jdsbxl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47y3q7cdqsj12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HyperplasiaOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krfrj0rj239vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxlt4gpr38blg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ljr0vmjr16nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45jexyqbppp2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfll2zd6jemm6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4kf5e6h10712\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxr3pkqp3br41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qf1s03szvzm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb2txql70y2w3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_2.00To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b8bbwvgyx7f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ctvb6qjgjeg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9sb86rs8p5v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnspcp8prxfv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwf83gbzfkgm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tds0m0phhrhj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlwjr12wcxfp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hbvwc9k9f9zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5kpj709kr4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn7bbk4wz1l3g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv581hyjgqnj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfphejyt561wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpf9jncrx6tm9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/3kx8z7er7m1z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkev181cdt8df\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_ACS_ELEC.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Walked_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nch8dee4m1nh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf23sb11dnpr9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ml1ldrt1epyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fey9kz1byph4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dljd17whsjhxd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_SVR_WAST_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bcrlejvwgdh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9srf6e9kkezt2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CTCF_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11lrgp340we85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfbr93y3s5wm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95wnllzlpvv87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqh4021syt8e8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25httt4l9wdn2\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sznpmjp2ltp66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xthfsn56kz598\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zr0jb03we0wh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgkr1025t2n02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czq8enpv7fcd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdrf902y3t8h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f51837lysj7ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzfsj0f0d9dj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyr9b62rdvkkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x62mggzfc86jb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qqm902fgx927\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_VUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1ICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7spbefxc5wg3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w6jm1npwgn1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxsxkf6gskl63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrt9n96zsggld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lrj07lylp5m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/815rffjhy23s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c15lczsbr2mpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqdxec762h2hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7ynebvzmk8w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_DurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PocketPicking_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh8ktxwg4qyp\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hfvz4fzx7kw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njlhcjsw86hd5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_MistimedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_DurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3p8fzx2hg6p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2h263y8yk36c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1NIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8lkmftszzjpc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_MaternalCheckup_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc6qccj9dzwg3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2D_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_65OrMoreYears_Male_ReceivedCorePreventiveServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Toys\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkncg1rtdcseh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v44f62b76py66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym5plcvqhyh49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7y18f2p274m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/310sbez8rypn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et8jkyhtf0cwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf5bkl261zkc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4tvlmt7tffvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGGWP.A\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18To64Years_ReceivedNoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81c9xe5nvhx55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79m2bpkbpf58h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkntxw26klgmb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73m07vqwlcs75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdnh3z1q6h4md\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chhvyym6mxbt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtf6p9h1fbcj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heljy2js15zzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfm2dnw4gg2e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z55z6bh6nwpn4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBND.TYPE_OF_SPEED--IS_256KT2M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/bp6dg4j47v0l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm56sv4h64g35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37fy62lrzb0c4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_FRSTPRCT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_TCAQ.EDUCATION_LEV--AGG_2_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ynsv402wq662\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31kvlrdfx7dnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nvn1fkceh2hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdblyky5k8cf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtmlgfng9988b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26xczf7t3kxn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPLLPA_PWR_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwscftsve9t1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCSalesOfficeOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj7nc83wvren2\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6vney0fhsz6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8lr6w71sqp25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v04ptcefy5f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6rdk5ynymx75\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCEngineersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we66ss8712ct3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r9wz9jmewv6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fdwd0t99c37h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv89k7ldv0kd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgewrrcbsg5mc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PIB_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr03ez128ntnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1596grk9tkn92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmhqterk3dr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jpc7xvkrmeg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzpktc2d916gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherAsianIndian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bzx10lbz56yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7trje6dqxdpzc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/660jr6qn247q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nds4e1qzxrnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1d4991bmrhcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Min_Temperature_RCP45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zc69ms0n3pjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ykkls3wl3jt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7pvq8yxnjce5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0lt1fw1tvlk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gqkv7pgs1ze\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19zlsj5clvymg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5f44t6kpt8d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_80OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_2500To4999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrwn4jxle5lf1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q84n30vxnz0g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxdckj1z4hyvh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_TRVL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_23Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctbmbfw0gdhyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx2vk54ghm9rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p9tg8jzt3lpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewp27kmk411t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psz755bfcphn9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ngy2h3exz9q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50sng67b408pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b730tnkq5hy01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv6n9371tdde8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e56jq8y45z9d1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_5054_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brzk542f9et6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8nk40nkhnm9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7glfpe7pzqx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2y774brv62jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsy5nbnnd3w28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc95dzc78l1sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1vgzdyee40wb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PostageAndDeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7svdqt4r4gh1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgnrjrvrt4405\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bkl7c9ke4f05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0143frhyl2r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjdjwyw07zkk4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DentalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hmmpeee98kd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgqjl1p9shgq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4zktmd3hpcn7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gretc7fz65e7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgs3zvy3gwyrh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eed0hek2tlj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/927e026nls304\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kck513ctbmwcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5s8k5lppdvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8n9tsvlbedn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn70yyv9qz4pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj9gv169dn22d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_NonstoreRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhvw4hjsbdg2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_LaptopUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_EverBreastfed_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zs16b60v45y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mw5zk4kfhev1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns1qjltfcqrg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c939scx7l6f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyt8m5l6rvjt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnmf1dy23zbjg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mznj6tww08fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvq2tk0x6pv41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3k0k2hlc1kfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g226n8qh4h5j8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55jyv07vhjw5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ets634sy11jv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjg4pc3jvzhs1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19vxdr3dhpxrh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtbs986le279\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G2_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cft8zzvsj6dh9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDAGSEC.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherOtherAsian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mfv0nb6brr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hly72yzbr9sq7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f5zg76fh0nx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkl19sh1wj84c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2z8x70zw2dh9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAnthraxDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkbb0wkz94301\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfhwhdgcqn653\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKN_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge207epshk7c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpwe0whdw4dyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLURX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wzxkt6ryyq27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62f20kqlgbzh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9vxxf2sbzfj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlnsm4cm3tfe9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--_U__SEX--_U\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.67-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs2v6ywdnebn7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v5ydwfp3h2h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv7bg29y0kjgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9b7gfrtnd1hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h5mgltm1hjr\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wrdj5yy5kyhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy98c87vg55v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz17yfgm4s9lf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0z8trpz4vyv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx5dgm6w3344g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LambAndMutton\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg4blsztg5fdc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscAndOtherMediaRental\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3cyxjs4gfc2b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz02j16m2qh58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyz2j63zmkn62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh4qhjbgwykh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prlt3js8t5r67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2z8ffdb40jw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r52ygn6e3zvp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yp3y1ezhvwz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqfjjkqv9z5vg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw1wfez8hh2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ServiceProviding_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpryq61rmx3v2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87m0w5rx3nseh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PrivateTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqqzr5z6jwhc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k8j31z48lqw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nqfcxv7qd8w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqskl9t4tep33\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PTRHC_02_TRAINED\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32e32edb1xm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yklf55cmw7jlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mq017jnfxpq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm1dfmygtttn6\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_RespiratoryTuberculosis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrLessYears_AsAFractionOf_Count_Person_15To64Years_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01w9hh82xp5l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbcd5z1chp8xh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dqy5q5ryd7s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eq3y1wt6b71d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjtbkrx9mf8rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytb17529qwhw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2w4z2g7sc0zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f3yc37hhcl6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgh2fgzm9swj7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DKAP_GN_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthNorthernWesternEurope_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cerqqtpx6d85h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxtj75yx5vrz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk1hdy42539d7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2ctvv7gmlbrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l116kqc77zmgb\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_FamilyHousehold_NoWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.SEX--M__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CRESPD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tqfpxpfvb6mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4jt6kb6t71ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rrn12h27sqg1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxv207mv4shtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkvg4zf2nlsw3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx0xlcqx0l6x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3s4d3ychkfw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts35xg14m31vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nch29mfcl8rs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Soap_Detergent_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19ld799pemgf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcwmcz082ldzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrmgypy5bhz09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nvhk7x322bk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq2b8t1rq1gz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5wm4vd0w4ln\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_TENR_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2syp295e5gp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_PrivatelyOwnedEstablishment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11x4tr21ypfmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqm4m6xp23v8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg7hfq72rl91f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt5nf3xjjfy12\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xzspk72bdp33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ykp70f9rtck9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yly9g259j2hzd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ee5kc5kynbef\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENTCM.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x0njlpq3wg1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm32b1ls2qdj4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.38-12-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/SH_FPL_MTMM.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1gs2q2jjzx2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28dww6pdgcd06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n54d1b9zk5p88\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkgxqmbk8xt1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7nnyytj07v2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nekdh0tdq2jjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_UpperSecondaryEducationOrPostSecondaryNonTertiaryEducation_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gtwsmrt9mqrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdsf5txvfcz7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxpd5pyfmymbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp44g8pr4j3s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z7702lyp5rz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Unemployed_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq1jsfmy6xpr7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Age_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx6x6ggj05zcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_25000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d43mrf9bl95c8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4c7xk6cf17z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnq1qfhep0qeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qscwj64trb58f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnnxke49rrjb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vkq1xprdrjj8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l50elbrvyc2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyqhbb27lrbgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n39pyc7xlmq65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Female_Wasting_AsFractionOf_Count_Person_Upto4Years_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2hhkp79nqrfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f0ed0ww12zsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mreyrhbc0jlcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etdb4j7cjnl73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdmds33n46rk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g6zvxwslek68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69wcwd8ll2hq5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rn92t8jh38sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw7qd6dl9lky6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/2_01_03_01_prcpbase\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbsrxpkc34y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d3erd7102m23\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14ev0lhcdx3w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA12_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9z627h529tch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhwj3qx90h4pd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RPEXK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0k06x59rdwx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2nhnv4eqdtzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59gjjrrklpmlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql4s75se2r865\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22hnv9dds3r8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz8dks1hczyy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3p3y482tlbc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts8rkp7yqyktb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_18To64Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BlackOrAfricanAmericanAlone_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ntr91njxbgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hl2vf1y0bpr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1xlc8lhklsn9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj0nx3z2fwkh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76lxbpyp07n45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9gbh1vbqbc32\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28ypw2st4fg6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzs8brw3wvxv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h6ddfbn0zcyf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithMedicaidOrMeansTestedPublicCoverageOnly\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkr1lwlqpglj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se2mw5520jjnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcyfnmp16221h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ql2z488r8qkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv3hmbf1c8tkd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y9t6967ftvb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t6yp9kgng562\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w585f8587cdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nlg0t88spcw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75vpt9z9dz3r5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1k1kyvb16c93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skm99v4bv9ysb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithOwnChildrenUnder18_Male_FamilyHousehold_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d5f6784nrztb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7chbgx845wf7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ccdbcx9pz35f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwgbm7m1t0ql5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3w2c3qvqt1md\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx6sqnv4b2755\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26xny3d4bcz1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7v6b3egrp738\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq196xcmw10j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9128j97cw14f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqjm9j8714r9g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_HydroelectricPumpedStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32eqvdh4wfvg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss0t6ewncbld7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1hfb71m3sve3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2dvj7dlmf1v4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0730To0759_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cbmfn33br5gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2smzj6tfde2l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5xv3071t9y78\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3q8qhrvyfgjc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/115skmcczxv53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cj9xhqe5262d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lny52f720mynd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrfv792gywjvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMMR_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phsk9gj7g30s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8kvmhvg776m8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGARX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--BR\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AsianAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjgt1gz1327t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyptfqwgjpv63\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_ParkwayMarkerOrForestRouteMarker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we6rf5k0rgd7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zywg401kjn5w\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tnmbcjywk96h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgx0v5vdc4mbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/431f2jz98wzy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1felntc4n7mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/reh0v21y9vgf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrn9xhj587twh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Milk\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w037ss2gc4dh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To18Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x5q6d4tskmc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97yh18048vceg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhz7q8wzjcgj6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrzxfkd39h9x8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffzlcctjrrz43\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdns0vzsbsexd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_si_allsi_cov_q1_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db3bvm4lxzygh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_UnknownEthnicity_VisaHolder_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybbpnt5rfe7p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCRB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hzp1454sgqqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8q7y061gnnc4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_BirthEvent_LiveBirth_Mother36Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_DiseasesOfHeart_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwxg639w35586\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h61vfy7wqz633\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_75To84Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AmnesicShellfishPoison_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nhx35nxdzbs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k341px9qp1kqh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98cgbzj6mpwjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd60t162sn8pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxbyf470smckf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmmrfr9gmnnlb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ftf4f5yyve9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8jkg2v7c9nbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvnybtsyemwj5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n0tgyyq6mg06\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fw9n1zh0tg5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n04eck4xgh592\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqzdxj4lkdsx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmv354th6xxyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-1-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5pjqeg4c24r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvbhcwswhvmr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs3elc6er82w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqr5kp7x0yre5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2v4wr6cpeb54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto1.38_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PA_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdbg0y34n1bvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5y7s5s3lv7yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf4t19c6ee3lb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gfnv2g4srtr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc3wnctqeys5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwcnlh5bmdk63\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA14_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lspmzvq3tcts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdzye74slqz86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wq9102n7y1dk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znxy264vsklth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetWithoutSubscription\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93qg4c4vgr2tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6kbwggdbksjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_HydroelectricPumpedStorage_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y6ygw9ke63q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3gj7vkb404qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb0gjqd8thpw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbb344x33swf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AsianAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj4bg0mnj9fff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sspp0r35wf4kg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4skvve3kz7y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9sq5rcyc01wh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--21%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3y1kse5je5b7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With1Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sl89ghhhtbk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b06gt3dccq8vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs31gpmj5x832\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml4j5dkb07fk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlzmnsg6rsyhf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TOT_PRFL.EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg84kfmthcwjf\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzrqy1xx061p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0800To0829_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28cseepelxnp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk8nwkmrj38nh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ToysGamesHobbiesAndPlaygroundEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpg3n1vr859hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm1p3mxh71g4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml82klmkkjq37\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_WinterWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSEducationalServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsf00jqxjp9r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ynf5r10f0b1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r112l3pgybfb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx0mdj3dnk3mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tytwl9nccd0jg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ee0h5br20tp\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_OtherOilProducts\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td5lxzzprskj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns5kyxzv91rr1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm4l4j1jftkbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrppk7d46dmcc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_2529_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16To64Years_NoHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3plgl4n0hbyf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsrd0k3gdmfmc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwbrb3wggrcf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh296424g37gd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7eddeveqgtntf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ew8n4mx4vd4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ebfvfhsry8e5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.47-33-MBTUPP.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Generation_Electricity_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26ngd96rx4cgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcffkklpperwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgvgtq08sjd6d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/783865g265787\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ez6x9xr1m2qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw7v18ys7ycv7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqf2ezl2nxrb8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnytfgyee118f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f22qy0kng59fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqwz9x9pfdrtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk5j9zbjwrkj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymk7esemzzmj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cxecv3bp0114\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G6_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg9pzb3khc9fh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NER_0_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssyegzspm6te6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_SolidFuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kn1jvgzwntxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hghm2wpx2xr08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990To1999\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_InterestRate_FinancialInstrument_CountryCentralBankPolicyRate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cecsm6qwmp88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cycxlrdmf922\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmzbwg3c0tgsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/166lfzstw46bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Impersonation_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gt3bvtql5z59\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--TL\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_NLDL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1eyel5ps1vw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bgeslzsqptf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrh9sl7zy12bf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Coffee\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qc3vk9pe8vnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbm6er1196e82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosisIncludingRockyMountainSpottedFever_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03ld1xe2rw984\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vlwpcrr33hn9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05t00t35l7md2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05td582hqytw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/261kgxdedspmh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBNDN.TYPE_OF_SPEED--IS_GE10M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f68ssmvn6btsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrfjemn8ygxsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kltld7sfrbqlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q17826gshzgl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mee5vve9q7vxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzz9t818m1gk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrvmdm1bgdvx2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/898dhzpv7fgq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1ecbmyjm011f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72rsgc1cfd60b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8zll532snr6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8cr3rzsdbts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq7vpxdcvgt7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Malnutrition_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10lsjs15b65tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blbgjqxd3621h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqy2dgwh8tmlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs65leyx59h2d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36wbwp0phbgl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyr5y6k0npwjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OperationsOfWarAndTheirSequelae_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed57j4w6n359\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqphp4lt4sps2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9kjzvm809h7f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0el1y46fbj9k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p2zlg12v46xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k70gysmh86xth\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_3034_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3sdyg356x1d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7xqdm2s9r7d7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dn3wsw2bpbq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkxrmsfl91j3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdces69pvsdj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c4p0em56brwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qshrh2yzr8x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewvy3pk8lvc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h050w5zetvjc5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFETK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y9jh12f1fg05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plp1vdpx9c231\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb7gkbbkxqg99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1jfkpgb06q87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_InfectionsOfKidney_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33mq44v4253fd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03hx2x7f6yy04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rjwhk21q2lxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9bbtrl6vjjj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxz36wc76b7d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy7d9dmw54lx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqppt3x1bhnk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y54y68ygk81ec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0R_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ClocksLampsAndDecoratorItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpfct8bpln8t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w138eg8cxs7hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llqww1x23vlfc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_BrucellaUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s9g18qc4xfsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Male_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbrsnmb9r7yj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hprpt0dtfsg89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm5q8rjvvhxh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svlg479qz5jj3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BabyFood\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjzwy7wtc5x8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6d8kl73tqny7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_ICTS.TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecc51vk7tsf14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqc36kzd0rx0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tklj5b89zqzkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccnck0v55tt12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cejpk17qym745\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjhgj626fjw52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rvlk5e82xzh2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kmvxqfkgsz38\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV27_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05fbjsxz9b46g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gzshqk1vvc12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5hm0ebfgqw68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtzryrrl4s3x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5fb2x9q7hr99\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_4044_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s4jvwxehbjlb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Bananas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byndryqh3s4l\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgq09lgq5d953\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVAY_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06eshv01lk5z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/823qn1pj8ydx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exfxbd207t053\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktbew31zm6rp7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.27-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetInadequateComputer_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To50Years_BirthInThePast12Months_InLaborForce_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsw8ky5ehj2e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs6e9x7kyh7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9hqhclyz2y34\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_5054\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ewhdkg4s47dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsp6g9h2ennxf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2019OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csgxfgmvp73z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbvh84rgjn4zh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_LAYS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ttwxzgt3f3e8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_OSSD_MPF\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years75To84_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/COAL.PRICE_BY_RANK.ANT.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthylAcrylate_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELISP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rlqdz212nxl4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkkedf1v0ktz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfhexexvrdrt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshCakesAndCupcakes\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_NLD_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusInfection_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s88znchttesd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_TransportationWarehousing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mddvqlgby73c\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfStomach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/978shprr97t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh41kvfcvnfl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HasComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8glqgt2bzzg05\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TEP_8_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/ez8mmnet718yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8xr0wp7htv59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUseElsewhere_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxbvw65542pd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k958degx1kzd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2pbn6flhhmq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhs03vdwkedqb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mbw9rmzkzl47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s15n71eh6gbbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91wv0vccbjlgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dgrz3q53zq31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t2pw809y3zr2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_INTT_RV_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2.5_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gfs7hdwybkz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k34gm1mp1ph91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_1.38To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gqbz1smk4std\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4fpej5b2mcq5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_OfficeSuppliesAndStationeryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4wb02jtlz21c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwhzd86dewj1h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cqwb9nve3ef4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96ny22wpsr8c2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lydxcwvbr9bkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6swx18vclmpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkd79ssy4ttm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prw8sk33jwf93\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_LDCS\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz0bwldzj0d43\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GR_G14_XDC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_70To74Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8fqps3kt83th\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusMeningitis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1ngc6hgj0ff9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy3ffl1mwzwzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5femzzre28vd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnsshxr1dw0l3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-3-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ParaffinWaxes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44264edc9dxe4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalComputerAndPeripheralEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jds0egsmxe7lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbwh5ch30b5q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8eqkl0kn991s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6md199cyvlyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wg8qt198s488\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rdg336xtt6mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsc6s9fptqr8g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJL1B.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db6bjvvmn60fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rml5lyhyzbs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3xtcmhesnqhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzn5x5rh2c2e5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithTotal6Rooms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stxh74myxvgt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_KnownOffender_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hyskc82b96n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk69ve3v89ncb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2000OrLater_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyyn186m2gcvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1y3j1rpdt3pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqmvkwy8mh9kf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx05y18z3m3v\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwx80vpelrzt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkbq8kzlm6tw4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2l1j562qntq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx5k7f6kf7l9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_VacantHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08984p69vdfh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_1519_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ClubDuesAndFeesForParticipantSportsAndGroupExercises\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbdvdrl3kvgbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwrn7ksqh7fp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw7qj9h2bnkj4\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWIXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithArthritis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2r2yn4ptcz54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcpfdy7dlxsdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xytsd7ptgcbg6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5105_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.35-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw3m7jg5gs2zf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GR\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6w5vhpd0q613\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1tz6cn169re7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFONU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f0cyl021kyx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkljceqpc9wvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1jhncxy0lwzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yykrzb202fevh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd8621g1xycc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf2y7bffl3v34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42yj7gncr4ee7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgjsjny6l31sg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e1h83zcrm1s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8vcfjy81mjy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh1e1nzhc5ykh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsjzxmmrz3x36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jnynp281edk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dehc5lv5e1hl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dntfssl72r5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39zjek3mzes47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgbgkn0vbrzw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlnnvx6lzgdk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceNativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brscjkylyywf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8g274n0cpzh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7vhpyzjc887g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_STNTN.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_NativeHawaiianOrOtherPacificIslanderAlone_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCaribbean_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24btmhjsq5vrd\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fqsymf9ht7qg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve01vrq0ld1rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f2f5p4k9t85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cxrllscdmk11\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUEGD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVOC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_LowerSecondaryEducation_Female_AsAFractionOf_Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cknnc31xc8g4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t21b9t13jsxx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n0g6j823m7vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6srehcyhv3hcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk4xr84d51bg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk5h1kw0zddeb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drdcwn0lz1m35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9jtplwh3bkxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_OtherSpringWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherLodgingAwayFromHomeIncludingHotelsAndMotels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l267h8dhlpql6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf5dpsj6zfm9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j6t245z7myl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk9m59dwdzfq9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_PulpAndPaperManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLassaHemorrhagicFever_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq3mp6bkv78rd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xerkqkx7mcfqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9e85z9jhg54h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj4qdg9kqwrgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjyrhpvtfy7cd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_05\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--48-49(104)%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12dehgml9k8dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mjpjst094qh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5nmwm73kj4y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2wkrfbkbh528\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svxhpt3gpndv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txhmfk5mb8jk8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2nr8c8rnhtjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6en4kl4qx44dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hkpj0mvs2g7h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_6064_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lx7qykz39913\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h1z69ylth6w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7tkebdmd3f5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bh22yc8ldfk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e05xdp1gglzg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly882pndpcxnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To34Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_White_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_RefineryGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h0cxl96dzwxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l3ycg122t481\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d3grlvdble9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4sbrycvkv90c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmdcpbq8zw3j9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59030sbt582zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSEducationalServices_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b6t49x09x452\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqnmrmd54nbh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3mcbg6lgdbkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01lpvrjbws914\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_RNEW.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_BIOENERGY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dstpcptncqnrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llxphmlw1c875\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SNNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efvte73s1x2hg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_Bond_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/197zkps60sjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dsn281f3dct9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9h31qmr67hn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjr0q7c4crve7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5020_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/meqx9v2khsgw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spqjw3wlt2nd1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_BDY_ABT2NP.LEVEL_STATUS--ABT2_INSUFNT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RecreationalReadingMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhtk3hxwb4n4d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_FUNS.AGE--Y16T65__TYPE_OF_SKILL--SKILL_LTRCY\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbhrqnl8elsz7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8swdv9my4qtb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SexualAssaultWithAnObject_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/076y6kw3kg7w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73vk0chpvcl7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdc6nc5rjjgrh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSTransportationWarehousingUtilities_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmqk3d52mwdxc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RZ_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wccqdbjp8lgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf8yf9g291st3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To18Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gh7c5lg3gl19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjdh2fxcd6bgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rptqjzf1kn5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch5fhm2x66ztg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r42v9j5tde1g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx5rfcrnqw5cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyjydjdxldvz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp4bxg2770r9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z3lkqvh8qq1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqy7gvs8lg3vf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_0514_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cjh89vtbjt59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk5xxej2bqjx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evf2xd0y46vc8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SportingGoods\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbtlt9jpcn2v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emy9h5p68jbp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v5z86d5wc93b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wsk3zwezpne3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghtgyzv757914\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz65n9lv2v5jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcdb2fwhb7qtd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_OtherOilProducts_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tezktt6e1yrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfq5ey9c0h8p7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_AnthraciteCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55n8f3nwlycr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c77nbfxs07hkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6tjdpjg9gmt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz300y00hhcy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbw1yhccnrs01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kle1ssmrdqz3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8mg3ymdh5mc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MotorVehicleAccidents_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years_NoHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjm71my898sn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd3ww7vm35w91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp73376ygbjx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jz1ttf4ck6t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4re7e0xwdcxyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78t4yc8j21m34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zglj4wzm4n6l9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRL_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA29_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbqhxpwsdvyj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf11yke0207mh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klx3gp38km5x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qflz5sz4l1hn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkrc7z0edee12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgmnq3mn220sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psb4zdnqnv6hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1n4cnc6vswq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwx15w9c4pbl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkfgt12nf9gt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjt9v2w9n3zdh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--81%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6zecd7jpmew1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph3t120t7rez5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherGuamanianOrChamorro\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qmzp615564vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gqsq95jhrw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvr0t9nl4n3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywzr8pbxs9p5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--42%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yzznkk1vrm24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20f5h2x6q1ldd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9lyhlemw1jv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bjres8qbgjs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elr21hp41d4jh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbqc9qnfn0801\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smytebljwge47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x973pwzttxrxg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrw13pbytcz\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-MTOE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wkef6zs7tgng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03dcqr43jfw21\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_STLB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8pdd4b4s6xn1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SFRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvhcz3t4z1t9b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Incest_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sedm8efb83yh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DARCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_PM25_MC_T3_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_PCAP_PP_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ypv46z4lqcc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7hp6qsrtvwe4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_25UP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27y4hfl1qrbec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmzktp71ptev8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgxzz5bgeh515\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkpx7rx2qhgn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1y0vqxgkvz06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSWholesaleTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s05hlw2qszl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx64zvwqkhcy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n78pknsj8yv4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qctjbjfspgds\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvv3tlsr2zev1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgfzc4tkjr2g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kph50l5qpvr8h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_AvailableVehicles0_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ll24hb9qy3t7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_1OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl4w3kqw5rlm5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vvmpcm6xcm41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctmwcnecelcc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms8e3g8hhyt29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1jg4ed7trm88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16hbe6nxg7657\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxgev2hm45vc8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC12\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5OrMoreYears_PolishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb0ldw7gp06d9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wyvwgwxvl275\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs39t0w69e0t4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yg44xmr4lrr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hz1mmzj50zj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqlt4r8lh54bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4qq729nx2gj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSPublicAdministration_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ljj5z8m0khvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfchfjjr2f7c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk1mwyndltp2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With5To6Person_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3jwy5c38e1zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebqlbp2f70dfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w88h2cgbx8782\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esg5q5ltrn2n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhybj7j4j5kx4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/vcsscmcs5kt68\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rq6d8jvqldj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bst08pp461x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn382ff7s9rvd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CARDIO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e521gw5k2ghhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhgp786h1wws7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slttpwcgs72z2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31m27f3r3zt32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb3kky0wneq09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxxr0nnr8vdn6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1RIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfr6chpkw90e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fn97tsfzhv82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9kdd641srfm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSDP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7jt74f8efhkh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G4_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Ham\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ey55y6le2nv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76gl7dlc851d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drb72gnq3gl6h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_LB_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzr5cmy48xvsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rydmsxhz7pxh1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gl204506nhq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b6cdch38ynr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewtm85c0k7k27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/820ngv4t4jvcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvy50f169pfv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blynxdv5vj4w3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01h322br38tc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tw8lqyzpqf9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6ksmpq800pz4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl2f2qx8wels3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jvzjt530rcpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--ER\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkr8cdtb0evl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6cvb0x4wh6b6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pd6f79fxblw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjtzhdr0pzks2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgl95gy6vz01h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NLPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kds3e837gvy7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Jewelry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2hkrks08p0hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcy956wlgd277\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytjshyklc0ge6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessMedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knxz6reke3r61\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l42z62gknr9cd\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--23%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qzcztzh9z3g7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_BIOENERGY\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_20To21Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmvhl98py50q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Septicemia_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5vh5ve1cjq7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylx0xxxmd0j12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3plh8wyzfd75\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RBWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_DEV_ONTRK.AGE--M36T59__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorVehicleFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v688dm0mqlz07\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc1g6y3wbc2j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc8t7sxc6ydn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10djsffe31bn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbn4knwpzgq36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tbq1t2whgyeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g02036d8hxsc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9g1kmxx2mcqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1z8hewwdx019\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherSomeCollegeNoDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3frnzjdn30b92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk2v2j28c44w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpxfmvjf8b1w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkg7rllg5s6e7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_NonfamilyHouseholdAndOtherLivingArrangements\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70g3lekvrl5nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wvcjjb4wgl6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg8g1smxk0mw\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw01y0frne5wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8cfygbqz0d17\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5500_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin37_38_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpjgpnqbvstdb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg184cln5vcp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnw9ffc506g95\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RepairOfHouseholdItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32mhsxvq7qsm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkrdt160wt8d8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbzf5njzttpd6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_DAB_DEFL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/451897b2se4e1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VRS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Female_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3by6655brx5fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv3mxcm671fw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn50yj0j78zf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzzxr564qgqhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd4lqw40g7tpg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh3kg5109b6d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbjt097gxr871\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xctzwbgslw924\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18yv9yxg5m2vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlyfp7qvmfe1g\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV11_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AlcoholicLiverDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83sz4gmbnezbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g45r18exqk6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6k8skwf4p2t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spsqe5s186514\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpnlfnsh74gdb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zpm8cp4l5wc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEINB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_Kerosene_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st8xr4nhyny4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpl5dc6tj5ybb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd8ptwk7j4ty8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jep5drggecsn7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_3034_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_TradeTransportationUtilities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1619j5vp9g7ch\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjpx7s0dyg52c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwc5rt071g5h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4de8b4z3ys72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvw3m8tnk9rzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te7fw5t8rb4h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxhmpkj2p80lc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV1CN.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmvffh45evrz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egkncfl3r4yh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3b6peqhp31j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tcf5w3hnw53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsfj6pxcb2qxg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ls7fr9c9fhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpyb9z42bhqe5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9st4140vjds6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqrxhc0k29bnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl31cmg54ncx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9n06bb649zp1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SE_PRM_ENRR_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk5dzjzxzr55h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_OtherSector_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e186s32k8c7bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8y4wll9dg554\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ParkinsonsDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSPublicAdministration_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/546pxezw6dffg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/904h7r66m3y7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qep4n6dc11elb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPD0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n20erjmw7v2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxtvy4cmmwt1b\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5cdpcb2x57s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcwywnx2741m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szxvpv7q62fv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1980To1989_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52jyrrlhhs1z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emf53sf7fddq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/160s2mv24p492\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtxr1ekmr6kef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj43rbmy99zd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seyrkhsny90gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqw5qll8tb5df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4sj68p1vklq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2kk7c26ebq4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_PaidEmployee_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NativeHawaiianOrOtherPacificIslanderAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgtp22zg9fwkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lqc3zeqnms4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sc5s23vgec5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpsfm7g91ksnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1jrsn25q4tmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDRUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_PatientDeceased_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k6hmb1w7qbwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9clf6el5nv99c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crljpvnkhyqk6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKJRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_StationeryStationerySuppliesGiftWrap\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wgd7p2jqjz8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfr7wtf5wer9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv2k8yc87w0cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49xxmsgs3r164\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9ld2ljnrvv58\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_NNTY_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf9js9m8jlgs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjdyrgkblsw1c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ClimateTrace_OtherOnsiteFuelUsage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdw7k39ft63q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p29xjx3kbtet8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3blp4w0t2nv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejt84yppzc5v3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y15T24__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wppzp1thwrqbb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vqsc9v2bn2w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t90h4r4jpsdr5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwjhbw2h8m9l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf2tf5ssk0yth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c17wgp2nksm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zqk29rsll0n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvs2m2q3hs153\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200010\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithCognitiveDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/216mq04jkt4m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nwft09tdvrm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxbq6bcd9zz66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdmdtf5hbjbyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cb8d0ep42zh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n8vtfjm53zfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qftnb030bkg9h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_SOIF_06_DB1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50To64Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FinancialServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5106n9elfcz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvcy0kxytltzf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/834l34hp5krkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqg4kx3g15q5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewhc3j80tx5z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mpgt327znfx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j4xn2wgkve29\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_HomeValue15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithPoorGeneralHealth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvbwk7c7hb5mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2tx8bvws9mw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xx1e6gcx2yjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NoIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwv5ytbvlrwc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2jxjfv17ge3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7ff5w1pjsp81\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6dmshcdz2g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8np3fw3xj6eb\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PrimaryProducer_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz9929yfqj0dg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knjs4nmbll3s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzt0k7bc97sy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj3fycqtzkk2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpzds1ndkgh09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f97skeb0rj51\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t783nmzxg0z\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n47g44whmxe0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llbvcx64d88c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd55ym3yenjv7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_1To1.49RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8wpv48b2l3c9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/4m69e9t3snjgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7pwh4zzf51b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxfnd1q9sqe8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4bvxz5dyqw5b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c2trrrthv8hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq7dwzczk3qt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzer3bc12tc23\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg1wpc4dbr2e2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9t21zjfm59h3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7pmrm0p7nb8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jtpfkngw1ym1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d52egw3p925kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcgb1702l2901\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/wjjqww0p6n925\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31yqemsg9wvq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wf52656h4py2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_13_01_01_hlthsurv\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_12Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qcj29mdyyj72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wly0y45nwfgxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehyxr6n4v16yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg86957m0gfcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wscl57qn3ykw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7ldz65wc682g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb3qkmfg9lw08\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5301_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0csqx94413vbb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y25T54\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Energy_OtherSector_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/167wzs9122v14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0b4gxw8ht55d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmzj8wceyffzf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn0bsdh5rqrz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytmy9cmz27hk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tcwq0r6dky94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bre1we3n0l1gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ernkb6d9yem2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgtp6ncngxpv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_PocketPicking_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_8BDPC_MMGL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/006cmwpfcfnf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83jy77gnrqjt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dttyj2rkh3022\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fmczm2sdv1tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl5vxzhh7ccj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdgm395gzwwk\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInInstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/759ym2begwst2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbt7y7gzmz2w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlfj06gwrqevc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2k6ttn8epq36\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1504_4.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17b_t_d_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmcc5eqdjml82\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SugarAndSweets\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f8tvq5vg5zq5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0630To0659_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sb9met6ljq97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw2msskbvq44d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8llvb4wf9mmgc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With3To4Person_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stwz36h4e9593\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx8x3gfm6bqp6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithHearingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhe27t2e3gd7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnjk54mtqpsd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmv471e0sn1qb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejvx06h5qgrdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mypsn5l58sb1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn6lw5jkhdlx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhbcmbe9hbwm5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndtf8z5h25r83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq2st6d0tr0nb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VOV_ROBB.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSTransportationWarehousingUtilities_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19zkgme8tf5s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9jm9ykg2rmwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzn8hsxh3be3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dksbhkwhe06y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk7ylcjp40jth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhc2vbvkhtycd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fctyst89916q4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w9lj6rrpb4f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg7ectsvx80e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec1l401w6cr08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj8zmcdexkc7h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CM\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisB_AcuteCondition\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pv0577fq05pb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09lt4twj94xz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ze0hr8m1l4d7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ICD10/Q00-Q99_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swycm80hkmdb5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_WKINJRY.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nj13r1gs8yc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7t0gp2j3vdrc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LeasedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jt9y3ysev4l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr48ekjpggvfg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateNonGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_AsianAlone_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4mx1phe2d239\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7rsp932s6314\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx5c29yrlxw4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbcm81264l6f3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR45_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Transportation_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z00r6r95rb066\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8lbkwzg1j04h\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_FluShot_12MonthsBeforeBirth_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d040fb0yx0ce8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehfgmw8ejgqj2\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s34sbs23n7dpc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_NoHealthInsurance_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf6w1z7459sef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mevyvccjyp1mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqyt1s96x8lg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvcl3qd0v3y34\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0prw5b27crqk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64cznsfclj2f3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf5ptq3vk8wj8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_FRSTMGT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To24Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ws4n828754b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2hytg45nk402\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10m10gzy1dntf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEKP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwqc4j65hjcxg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvmzb481wcty8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3bfle1eb69bd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithPublicHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5bk8gl347ft3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40mc1e5bj9p15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzw62g5dfk782\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd73rpn5h8qb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7jyh2288xpg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zte0w72b5sqx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e97h7pce0093\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nnfgc9sfgpt5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--EC\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btb3cdw4zzmm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h035pv3v607tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sle8p3txwc3v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xycfk9y2df042\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fbg0507qz2z3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0RelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd1pcsvtd83q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r14b9ehq2wt2d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_MainActivityProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9834xw8kwfqe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbtj0kkpqxjf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_SerboCroatianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0863wh2t63f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AlcoholicLiverDisease_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGDP_1_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tylrhlktbyj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm61pznxzhh7c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3my8lw5rxwf5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_RefineryGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kndglr821e0yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_White\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd0s9952yn484\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc08rdpx7cm02\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDOVAF_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_15UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_100000OrMoreInflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItemsLessFoodShelterAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b55n3p7fcsy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t3xegwvdhe41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf5hpsp9y8t5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bmdywwy5gpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84694mrjt54nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg0scy98w20y5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELEXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m23hrmklb6fh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52dmk5pg7k7w7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_VGTH_BTUCF.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Worker_Separation_NAICSArtsEntertainmentRecreation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenAndRefrigeratedBakeryProductsPiesTartsTurnovers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdbn027nt8ty7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tf8vydsy2v0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4svn0s4k7n16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoHealthInsurance_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8ml8nts09j57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FloodEvent\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FreeInternet_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvbwgkshjm1hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0e8xt30l1n02\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_FFS_CMPT_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1egph4c8npck3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8z8fj9gjdl3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLKCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8l58qz1qd2cf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Food\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFLR.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e5j1hwzr0jdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kse57hz2f5tz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne0vws0gmyh4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1393_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_GSR_INSF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h1sgvc1m0123\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6zzrvqjjtnz7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvw49dhysbbh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf9vrbjddpz66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sevv0dg40sb5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_FuelCombustionForRoadVehicles\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q96plc55mms6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7brymkr6jd5f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv9rstmv411mh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_TransportIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wg1w7h77wy7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkhf80dnsdf39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7To14Years_Male_Employed_AsFractionOf_Count_Person_7To14Years_Male\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityMultipleEthnicity_KnownOffenderEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x92tpwwdm21p5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xpcm8xwmmvx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c0lkf925rdch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnq3gvd0tdhp3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0dd7gl86wknb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c3th7c58q1t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9306y9s72dl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpp76esdsx9fg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TaxReturnPreparationAndOtherAccountingFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5r50e9we078h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spj36eh20n5b1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-3-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_19Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw8dhf2crbxmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p39l4bv52h3d1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j93pp824vm66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4s6l23wvj817\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--JO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_USResident_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw8qv2mn88hp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_UnknownOffender_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t9kvf837mqk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr86bg06d4b81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2etf4ycqstj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5ns118cfg37g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthEurope_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58315ybc7c0k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqh8xc963mkeg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CannedVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dc306vk79247\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnmmn1yz17fn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_DAFF\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/k541fnvkjdqng\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BlackOrAfricanAmericanAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01h2hnbcht578\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s158fmb8vly44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8p91fjyybprd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njx5wenp235z7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--Y_GE18\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfqq06wwjr3xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm0mnenkdjzjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg6bkcl2lmm3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/724pxn14jtxt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OneRace_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_Naphtha\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PRWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cpnr7yte6dl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er3cmsjgmbbn4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81cnr6ecjbe48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrgb0rj41efvc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990To1999_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w6795nmr5wb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js6ygc33mndr3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto1Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvpc9hsnw6701\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_ANM_ALLW_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqj5qh095rkx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk14ffmy7vnr3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5hykrb075ymf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls7fq3jezhlbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BlackOrAfricanAmericanAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Remittance_InwardRemittance_AsFractionOf_Amount_EconomicActivity_GrossDomesticProduction_Nominal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0vtcew22bz77\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1swen2p9xs2q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsc1vq0kwywf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rltszf3cfp219\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zles0tfnqeh49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/551wbcchv41n8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04xhfn2xt1wwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09nnds609jzj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_InLaborForce_Female_AsFractionOf_Count_Person_InLaborForce\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r287v3rvvxrl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szth3501mxgs3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mmzg72y8exb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_LakeshoreFloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddfe74cfyztl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt7lz4j42swd1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_PrivatelyOwnedEstablishment_NoHealthInsurance_UnincorporatedBusinessOwner_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/err2ysbd94fp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjf8esvkpwht3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8vhz22xls5s\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjktllyrev976\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg6wdltvr9x4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr5nx40db5ve7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Assault(Homicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wvj5nz26dme8\":{\"byEntity\":{\"country/USA\":{}}},\"Max_Humidity_SpecificHumidity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g44m3h76vzkyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twghqpgcf856g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73l65xdts0h1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qhne9lhlftl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8hd8z8xbwhq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwwk30nq4hz3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx94rnynnklzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skjmed9kk5kj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df5rsv6n6exrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp64vp2mmm78d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db376zgdv5pe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6pklnc8x975f\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwshgdb4g5f2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ArabicSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dgvj5zxs1fjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq0dzzmhbbnj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97ypp0xcxbfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7lk7tm6yxdp9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2FVCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp8b8j2jjpbqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1krgd8hw72n72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8qssx9vhcplb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5v0d0f655nnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km6bkrqbsp1nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr4ry979l9e51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_35To44Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03r045ht0t5g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t8xl5xwv3ydg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejltz81g3tfn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el29x1yz2w66g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuelOilAndOtherFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2jvjbkthteg3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_13Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03r6n00kr7mw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75fr85dskn7f2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_ECOSOC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y_GE50__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/2nrgpbys1ecyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhv4d16y950p4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehgpmwxw121x4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7me64hj8czs27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbev5het1sb36\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7m553e0n3rbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1gkyrlrcr6t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvqh62rkl1gwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltcpgdyj9w121\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p35yfvt26mrp8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0clgr3m2mxhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqz2pmzhr1gw4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnt3k7bvpwpch\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r1c78wzvbq58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k4ncgrqjck8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq5gbbsnb60y8\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Reserves_Fuel_TarSands_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbnhmkz00j047\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rkl3484qfrk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p9blylnwjgr7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15rkqgwdrlfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MFERB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkvlh6y33gk65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2ff8rbc51828\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_SelfReportedDepression_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58gjr6sxt5c4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhdztshqexr\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_PART.AGE--Y55T64\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pvtny2wdrg7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0rdev2d7qq74\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lezetyrhnmwkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsevhfzfdwwxf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e7g8l6vxpf41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2lg59qkpzmeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf5000To14999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68dh663ksrsld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherNativeNorthAmericanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dxbw448hbv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypqch00s2pdt6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12pswhgrkm24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18qml6kfm43ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3lr95qyk2ek9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6mt0e3kbprmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvfkw8p5jm746\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_PaidEmployee_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzzl81zg3b0z4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherProcessedFruitsAndVegetablesIncludingDried\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hnzy512xdph1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97g13kcnq0969\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks11x6gthjs96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k81fwhsd70s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6118qnnp00w1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SHCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3020_4.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthMexico_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyfdyxj52q1l9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_Civilian_EducationalAttainmentBachelorsDegreeOrHigher_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw58bwptrvh27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw2xh3pngbxr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yermyhypfzv86\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/851k0481py3r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge20dx4qx5fp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twdr4c500yev5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPNS_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78e4g0spmnec1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jll76r66ykh17\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4llfnpc11pl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfs8sgwegrvl3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wfnt4sx0y4t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j77bc69fyfp09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pswkr7cgheng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrhy7p2bt64z9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpp8xj7qkleyg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GGR_1_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xffhef2x25y47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et8znz2z6npe2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glbk4rzd8wgx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q948pk4t6n2c5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoHealthInsurance_IncomeOf25000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Female_PostDoctoralAppointeeOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qh6zc958xjs6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz7tmqp0g66ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lep4ez7tbyl3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_FUEL_ZS_UN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_GroceryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/815ytn0488dy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sesn8y5cbezsc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhotographicEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb1fkt34y2ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftbkzs3yfrdgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1jts1k5bl6bb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttq7thxj88g41\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPRRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xf6rs55188d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionDiphtheria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthLatinAmerica_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6j8gmnfh9ml3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrn14hjjfydp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n846ewlxdthz9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hce9vez26btc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfrz9esc0pd28\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9050_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztb8m0ddb4q15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewkbcedfcedfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrqwly8vr1rg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlzslz2enfbn3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/she0y1t72g1x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85x2txdcty9t1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPGC_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_MNF_MTRN_ZS_UN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjhpn8e6z50yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0fkfz02lkqsc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr0jbfllk97hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndx2e16np4xr5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d19h55s3lr1h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fny1zemxc4lpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwhpg1kw67ch1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4h8kn79ch2q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr4t6fn26w7h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw1e3zjtfs6d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrn2dq5s2cf0c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80n44770sqqw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g4sfypwl7nmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws5z65wvnjf79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLine1.38To4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gzckb21hyrq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_4044\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lj6fzblwfer5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqdzt75bbbx1c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.64-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Morpholine_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6zdhl3zx46vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykn8n51zl2lj5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p18lvpq4w4jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccy3t3n7smmb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg62nt85rdttb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ICD10/I00-I99_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_3OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82lmhb93yvw5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1npe3ec3eysb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqvn81bsvd5b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_FuelCombustionInBuildings\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0np2b4e4cn003\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdj4m97k8g3g8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGGFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9662mzv3mcjs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht863m8mlkybh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7nzfnvw1ekk5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs3g9k60mtjw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylnj5wsp44ep9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesLessFoodBeveragesAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grnrznz51tyr6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Death_LessThan1Year_Male_AsAFractionOf_Count_BirthEvent_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8e9n9mwxjqe5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fr8mr8n58fc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_DrugEquipmentViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_TransportAccidents_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55z8qbzlk3q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z28z4j6449pzh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_PoppyStrawConcentrate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8hcxydelzkm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0vqs1srg5ev5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f9fsvw45z8w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd7s778v9skh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9x3ce0n1wyqh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxtkny66515vg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6rbrmbxl51w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Watches\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz524j77kgbr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0djbddedddgv6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67q9m4hxzx7jf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wevqp5jpmcelc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4xhmyfbqcjf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj0zfp67ny6k9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_40Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_1524_SP_MA_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv4mgd6eylm4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTRRO_XR0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvqew3knk67z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te67bmlbd8633\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--IL\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_CoalMining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e434r4z982pr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq38bdv5tylng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txtskljrkpvf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk782exz4v8e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezgkvmegpg521\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0ywcyr2gmnf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnqj3wjmg32r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md9ljdjgn81lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcm7nh64zypfd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpnr652e631h3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ShipFare\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3kyk63qx72j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz07gngh2vc2h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUH_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRURO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trm7c9jlclw94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5vkpepx6fleg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbgphwvkylyk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t73z5d4fs9gw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whtv2xyy2n601\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kw8t230h5l76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mb5bgerplqyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xrkl3822mdq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4j592g0zzkdg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v16qqrhtdvdf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9zkl99n6epj1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SW0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_TornadoEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qnjt55ysefd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwcx433h53s09\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l54zy6ktyjw7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_OtherSector\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA16_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/638h5mw82nhvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6l5sddr9kmjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpk9n2sw21eg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk6vty7869g8d\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27t10z9wynlhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqrxbj3fqb645\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es21gr0mb1cc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdywvp7ej8lk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qytl93jem5v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n6knvgemg2kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kr6xcs72xpz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es2x5fp2k1nyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ProcessedFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2q41yx6t41wb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5t1d3tw8qyy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlf5e4m68h2k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7s00wc0pwq6c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_ENRR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dtems5yknpcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf6dyd33g2rjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmrefnxzfvdw9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slg33sp5dt8lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgpjxesszngp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_RU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng6m2hlj90gg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4ec94sg18vx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01h66ph4x5pd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r01nwlwqfzt8b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34w398yp2kb9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czd5qrbn61m35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPhysicalScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q74nk1tlxks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfv8eq8bvg3x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_NutritionalDeficiencies_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysx0m59xx0l04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phvz38z7b4zs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x03l7krvqwd33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cff1h3dptm027\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws89gl2rlzryd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc7fd8s7xre74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb4l5j88zmk8d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6tdmnh7y2326\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q282yq6tgnsvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w94gmjkdb6w89\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yk0xg65ftxph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf5xqkepq4yg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x90hj0xyzlt34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf10000To14999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgrrrtvgrfn3h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fstv0r887pzs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb913f584g569\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfzfvbhd5c6j3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08ljx8gb47fbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_IntercityBusFare\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mtjvbw68z3xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q6c14fq4fmq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k2766g53h4bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnqbr6tmyb4f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1ze3dkvpw1c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klk0psgpkvy86\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VAW_MARR.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chjvqyn2wm96b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2g1x9jg2dxt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24gxks3k9ggp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d92fzjd52rml6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em1y64rxt31j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InformationTechnologyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxr3pz8hgrl2f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqwl1f1rlne84\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6e3ehjd2fljc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y75ebk74qtctg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26zdkqnpry0l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzb64xknj90x\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_BurnedArea_FireEvent\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_AG_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4618qcgt47z5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75To79Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Heroin\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfzdj15zj2306\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_NonInstitutionalized_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0wrq7jwmgjl2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fw5zffn8l837\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqm9t5zwss3s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhb8nqj95fnj\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_OpenBurningWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50To54Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ytxh6s46fnw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tsgqwn28srjb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_SupermarketsAndOtherGroceryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedOutsideStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrylhsncj3l53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7gpfyrz179r\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FurnitureAndBedding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by9h6ekb3msc4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_BELL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/yffcxjdxt2n13\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br9kb67h2sedb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kq33vvmwvrzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn445g34h1g73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rejxsg81q3j0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd65hgfs68sl1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/908zkkr4j46m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz961rtb12808\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m9rs9espe8c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/635hnz9jxb4q7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_BlastFurnaceGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/883q69wr6x468\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSConstruction_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66wtfwhftdd1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cd4e7jmz98qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7xkp1xw0lpf1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TRF_ZERO.PRODUCT--AGG_OIL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fen92l3kt7nj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jks1t4npkley1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_AMRT_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_OtherRace_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdx5yphlcp3yh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hknnglsrj1n97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5n50cqj5kb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9krkn6jnbs8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6x8q97brchp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npwlnpmx3kq42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1lt53504e871\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrkt3z5vqr6f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trd7w8w5ydgj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Rural_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherIntercityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t93weg2j0wc5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy0vexjgffdb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg1rsv6ll4te4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7px021bkcrv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvn4y702wsxe3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl2csg9dx3v5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47bkztkbwm45d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yqxqlmsn35v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v445bpqfkqf2g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24ekt1mkqq3m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ev16nfepvb3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71pjhlb2t6e4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/851p7r5fvfw4f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/8h92h1werxd9b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drvcnjld04b06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw7yfw104nyy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SND\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m14j1qzd3y2xd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx8e60n0b9e1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnkg0p85bj0w9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_RefineryFeedstocks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b4ldcrvf9yp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzfy3q9hx7801\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q0qd0kz17ylc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb4pm9xwcgmt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb2v5c2571n4d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4054eqrs69v5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h3rxbvmy3fnh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BQICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithCognitiveDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4zj7mxvmh8r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw35wdgmcgvnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment_LessThanHighSchoolDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y_GE50__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_WorkedWithinStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2bt9ytt131f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_VietnameseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EYTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CC_PER_RNK_LOWER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebtrk99chtsh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx4cc6c0yqdf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbdgfdmn453hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pn9k2cj28h55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zw43j6pjecdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skjbebke7hlk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n1ys9kt7x0bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj3fncq8yhbx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn2rr3t89cvr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvp1qpr9xmhlh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFLR.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/922qz95kqwk3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qscsl2gjesw0c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GDPDI.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lcx4tmgq07c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mv87ptv8cvg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7msjf1qm3jj63\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed6h2vdydhsp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1hxhfgmx19g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmstnj70kdyz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdf8b2pe7yyd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l31ssc2382l4f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IE_PPN_TRAN_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x61f7pybwjwf2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grw5qy4m59ny2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lfrpvh6dnjlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hmndb1escbhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LocalGovernmentOwnedEstablishment_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djmgj8nx8pbq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv7f8lfb4tkjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp119xt6w3vb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxpr0stq8sgnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrbyz3wp89dv7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_0_PU_T\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Householder3To4RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ey9725gw5ve1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7n7pf6y47nx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdvtlhkcl83r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnt4yx8cfw6n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkqxl2vb8jedh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss1dm78ekkcg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaDysenteriaeEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wyergq7bh937\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmgvwb4gg2ye3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bz5npbf8jx6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77lmg6e64p16b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6ve2m63nntc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs74vdh725pth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr195ly6g6xs1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv30y31mfq9bd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PRT_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we75bkf9vvzn8\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2fyst08cztq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3rk2le19escd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_IDA_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SH_HIV_1524_KW_MA_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz6x6g4nnvyyb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianOrPacificIslander_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58pxqjz6gp3m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egcf0dn66z7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkfelgkxhce31\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd0f6rdwwzjh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hk00w9hrye56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5hh7zw0lt17c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7nhm6t4qgxc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt9s71jsncs93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ymv3ymvnylw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p9hd1f3qdw72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbjcqd6xzbcr1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej8c1nj9hkzq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw2q5nbzzvjt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86lmby4vgjl01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c58pmqcglk1ch\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35667jyk9pt05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52efn5ds00myb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3h61jty0jvd2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDEPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j412w52cehbh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xdmh4r4k9teg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerHeatPowerPlants_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ttxn0q3q9pzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdpblc0hkkzpb\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/340mxn8nj0l63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b4338824mlw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn1sqdzjec656\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry6mnz27ng8yb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q0g9k2phvpe7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhjfv19drrr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrgehfg0s1w65\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2159y5qlh10t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp9y4eqjs9ff6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_Smoking_Postpartum_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f7tqrvq80k9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlfye6kswzeq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6tzpetgq89v4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58wcf0j2p8pvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psvbdfxm4wgcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1TCM.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm9hvp5gprng1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqklj7xk8dfk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nslhvmdk8g2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltt37b7nrkjgc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Daily_CapacityOutage_Nuclear_ForEnergyGeneration\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49wjhhdsqrj6f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nc0zdt9d9zfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8z988vwpbzx7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_IHR_PSRC_P5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clcmbdqx2bkz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx0ktlczlb4f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwqecgzpyt0p4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6jg504szgwv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mykdpvvwvfc8f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_RES_INCL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0sgr0ppg10mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vn4wn17kklr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72gvpfwyfqqeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqmb8chfr6yd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebky182qsgryh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsde1txjdc7rf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hxbrc43fcdl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz949ewx12et\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgjr2ml15k7y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsx8e9nsqed98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkpw3z2ejbx4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/why7v7vh6qnr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbb8lt123hvj7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l4wyjws3v5d9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqknep7mpm19b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANQS.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23v8xg0s9ydk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7stl0c893jdt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1z9nchm6d1c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stxkp49tgmy94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42sdfvcc60ed1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_DiseasesOfHeart_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6dh1ccdm0cz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6z9hmkhdh88g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pctqpr6cbp7n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6bsf18qxp614\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg6b8bg8yvjn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-3-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Histamine_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_CommoditiesExceptFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rt37tsfgs14c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k943scdps2ymd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4ezljc4q05c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6dy18qe9ncv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_StateGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc41xgvqdxw7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mht90lt5ec2vf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04ebs3ves5h21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06jzw8nvc50v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgg5by4rcydw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0w80gfg2rxkb\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherUncookedPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_4549_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mzygw5wpddwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzeyqzv5f68z7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpgdxdzpbeblg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d1xp8kr0jln4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhjv7ecyv8g73\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin37_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAHighRiskFloodZone_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7phneht6g8sqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drhkqr2t7w6s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx6lyh225lng3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tryqkcr80bd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5b7peqgevsvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2FVAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpmmhl4l20f2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MKTP_PP_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sntwcb1leljrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25mw1g0sgnpj3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gekphw4qzcms6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4rzb3lev36tf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd0jznk5n2kb3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jyvzy4gdp658\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyy9lw38q3x34\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76lt3kf42nmq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kes3myms9x6f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqw4tghhwzg1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlg932bqhvby3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27hb0xg29hrwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdj0jd0bstfw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56n8qfp4v1kgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3vyqns2y2zy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w024j1cxgy6s4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GT\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bld2qn0h3x599\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2wm3623tg9e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p01wkhhb3mm9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q445b7splnb09\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hfzylt42jd73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bp8eqpd1v4bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n60sc1zyppljg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8yq7z5phzym8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkxqlxdh7dch1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neqyx830kfx9b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEGDS.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q7v3jxj10bf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwcwsf7cgv442\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjztgqmc2y078\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_StateGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELDUP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4ktpyknt4r54\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVTT_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FI_FSI_FSKNL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mwmtttp8bqw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n8mh9jb1nt5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk0cgl282xn47\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_CrudeOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HousekeepingSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c757s7ehx1el4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrjry1mr5zkjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InfantsAndToddlersApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q61wp8cqbheg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_VUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b36y0mqmc194\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFRZ_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGINP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwclhhywk99eb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk88tjmdynq41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz3vc41v6btc9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_AIR_1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58jqx6gn5ldk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8evkm9r02xkv3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/IS_AIR_PSGR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WineAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhezbs54gn8f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_FinancialActivities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npq90yr042v1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzllhz70j2yr\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWDD_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btzmmmcg9sj2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkz5qpdsk2484\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RTD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/105sgq5mxcze3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xdmn6q8qkvb4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To21Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp9y6cq2mw10f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e58psvzgyhsh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xccs4yf3934dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nleq70zh8c2p7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4411-2-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Female_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother14Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phe957mdw7xy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb1s8v6hfk776\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr9tsfm7drnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wftr2wwf6ldg2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zeqjtd9db5g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy39pc0y86hh3\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzkr247tx6rh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjfm1bml4lp8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vek7zxejxrwgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfn01r9bxepyb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ProcessedFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WaterAndSewerageMaintenance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dj59myq10p58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5g4tqgqlx6s2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BI_EMP_TOTL_PB_RU_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_CO2E_SF_KT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj16j1z5mpjt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvc2jtx0yepzf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08bs837zgxm11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r0g2fl6dy362\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbw82z40d6fz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/005bj2qpzpfec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esvtgeqq5yyv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmnkc5fpvpfk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrhjpyfky70nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5btz8ny13kkf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzewynffjqhmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smqfy249zqhdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InflammatoryDiseasesOfFemalePelvicOrgans_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_1524_SP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ThaiLaoOrOtherTaiKadaiLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4n711rze1hg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x75t1tb2xgv43\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rzgysrr9v7cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc8sjblfe2f59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfmrh2jc1384\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e01e4cfpbh5ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_PrivatelyOwnedNotForProfitEstablishment_NoHealthInsurance_PaidWorker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15yw81csz0nr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kmf6p7lhwjt7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"AnnualChange_Stocks_Fuel_Naphtha\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bv7xz0tcsgwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pzysvm074pxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc0ew55lj2qt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jplkepxn2nq5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8j7ggjt8yx8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfxxrrhlm0csh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_OtherOilProducts\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSInformation_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rlhsdfvxh0c4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2nhy9rcld3pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzsf5rftnt9f5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3b41e6pdjb9h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dtrs1ss5jrlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5wfzj7kycv45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gps5jrcez34gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7qgn9ccf7mxg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_TRFT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j11t7k3wpnqm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t043g8lwvm8th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2vrx4wrefg83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographicEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5n2p5ryshp79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsfjfhw45wbwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rm57f6pftn34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2w035955wkhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2dx56fddrfc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4jl7c411edy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41g1ynw8mwxe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/651g1556kvvq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yr136djczfsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z90jc27dype6g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensDresses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd202q063m5w2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf1rm5zx34dtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqckdcxkcxcm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bw2fkmx72mk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84x62l847xrmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6krqed3xf6ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq96dn7ffb30c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlxhz99rw8zr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00xw14smv9842\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_SelfReportedDepression_3MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff3rerl5dzxlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbm12c38dl3s5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Count_CommercialBuilding_DistrictHeat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snd6ekn7zpyxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z0jb2dwredrf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/181h7mxtrg6m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnb2zp8p6yet8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw1c7h5xj6231\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhyp776k2zw68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l849h4c9h85f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1850_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv2z2kgtl5g05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp0zcfbfh63k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy4jv9kfhpkxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyyng35kq6646\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCUP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff8xp5tj3p9g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k698022r4qp9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fth9zfln2jjb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stz77vg2qgjm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzv825r11xebg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_CrudeOil_OffshorePlants\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8wdcnfffy4e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj49zzyzq4f59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0kebje81vr8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhqrwn7lq75fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz2bxxzcsr3g6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_OWAD_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1dbvh0jne5dh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_UnknownEthnicity_VisaHolder_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d9zwcw0jy8th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4xx9n9edh2mc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06d4b7462ckx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9h16y6kyczh4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrvjskn9d2y85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--LK\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbptf8f8kwygd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s49gzxyv61m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz22cq8t1kzr1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_NOP3_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn7fwh3bl4q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ymqx4hzh0qjf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_MA_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eethgr68mzbg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--PA\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8y4fvmf6r663\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.37-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_19Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfh2r0nb9hzb4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SGICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RealEstate\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qrv4z9146v2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kzqbqv0vqq6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75fr9cl3p24m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/352wtbm37xtzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy3dl1lwrvz01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hswkbcytjlq67\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FS_AST_CGOV_GD_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/3dn9xfvdw7gc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3fgecr6tbxjf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zbsdgknysr0b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrrv0y3dr8p09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-3-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSPublicAdministration_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--42%%taxstat--00%%typop--20\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wyygc5fdlh26\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjh6qkcpvtw74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tprs6n8ptjbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl3ktczly3ey1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m8cxz6jp9t1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wb5wdx59zsbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k2qvfqmevpv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y05lh649tjt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0k36mn46fs\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_SpeakEnglishWell_5To17Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v4jefbe61e5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWestNileVirusDisease_NonNeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06s8g540px7j5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br13pg407ld1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r49ffr48cblqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6011t1pmbqh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lr524nm6fsqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother26Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSPublicAdministration_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k41sfrhp3e4mb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wh7102jjzgwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53mg40wq1n7zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlerhf2364j5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS52-53_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ccsledz0ppq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxgmjrne39jnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9jhp7h1er579\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtw2ee7llbm63\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hlgwh9d32hef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcys60kxp7fg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy73glvx5njg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmn6rgflsfe82\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sx5pdq4p0m0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcyeskvbfnvvd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSArtsEntertainmentRecreation_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yk93j9qlcsq8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3psjq1w183vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw7hhr7x0scv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztqg1bvnd11p5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8nk7frpdhmh3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr9e0m227vsb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whmnfk1n5y428\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfmvxc8y0pf6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjwbcn2rj0dx2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_SolarPhotovoltaic_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0dwjpegpf6yb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G3_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9x7yjtqpv5mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttn2g302t2225\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6nkq1fp5nv13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdev61pzs9xk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj1bvyqkbt81d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NoDisability_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rse30rrxyxse8\":{\"byEntity\":{\"country/USA\":{}}},\"GrowthRate_Amount_EconomicActivity_GrossDomesticProduction\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/7x03dzv4xvgg1\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teskke0bc306\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2bwkcrxcxgcb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dt9zc2h8ggcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ALLD_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhfj8qj7k9dl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4xk5z5jpvxr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/542byyw36qpec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-1-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_18OrMoreYears_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Tomatoes\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200021\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/982e4wedw32l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c91mgs22ffxtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxvk9f33156qg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gfmdfwnbh0t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56wvdkq084erc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2n02q8bq13kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwt0bnq1c5skf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn24f7gdsrtgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6rv9qyh55mf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myzhsyx0cpyt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peqnzkzhwz5y2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/ekscl0hdj0s58\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5cmpv789d4h1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_UNGA\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/77rt6req0m7s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy08ebxpftdh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6nkswlhyrm1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1wd07zqhy5r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc6nhrpkb8c4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vmt9p5h33n1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cc72rjv0lpx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m9qwh2rms2d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_LegalIntervention\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcgtn797zdwf7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_12\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_43Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fszzp2zdpwp0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5606s97ejwmf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_VUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hwt9nfmnh0g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8svy350ng2ft2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1x2hmkn6f1j6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_TropicalStormEvent\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0dyds55fzlt9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce9xv6vthcj8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw6qf3k48x3m\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSUtilities_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5steqb8sxk2qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gd81gv8gv427\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-4-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vhqy70z3hrg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knt14kwxbdvb4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wvv7c4g0d9x4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD2F_PRS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly0fvmlf4mtf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr7tt544fh0v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8xng9k8j41hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5shs198zqh7e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edvdkfmvqz1fg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pre1z29wk2w77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j1ljp26vs628\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2rb4wtdnflg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys4dqbs93y4e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6wtr97c9kz9b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qebmsjh3plv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r84l0s8n3d1dc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_LB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin1_t_d_6\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Electricity_Industry_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_NotInLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jsms9nkky13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6ctllycrc9m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf6zbg0jwew15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbtydxb95fgy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkjrgtpdf2s13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaAnisaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp07s1ver3t95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fntvm2es8dls7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kztnbf0hc6qf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l129e8241st29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n87l6kfgs3bbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w87v4901n9393\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderAge65OrMoreYears_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltcxnj9fv1t5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD2VAR_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg6byv6qvqfh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8f1f3hxr94g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3c3ks7n2pltf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q19pjtv3b6hfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjsn0yd6vz868\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshAndFrozenChickenParts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl5q5x5802ze2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbzq03f8zv7vb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_FGC_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthLatinAmerica_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df9snbtn9dt91\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_QFever_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0500To0529_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kwsyht9wp6y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewcyc9q11xhkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhz2dqxe2h3v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhl8krzkyj79c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zg60kp87jkx05\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66jj7jvqgql86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbsrl374jq8m8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5drw7trcrnqnh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwvewe2lbq1wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkcvwhenrhrd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTRRG_XR0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_LocalGovernmentOwnedEstablishment_EducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Tires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsc9qjk9qdn13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzqcsp6yd8qdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8zqkcl6mj19d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k7ze8495h1t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk44w68ny7cn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnltf2891k42b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krn5vkpqhkf2h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r00kmdmmllvx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tve1ty05q524d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8v4v4sd6zwtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4p2xremfh83\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_ICTG_ZS_UN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisA_AcuteCondition\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CheckingAccountAndOtherBankServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/263y3mvx6t5fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f25hw42qbnlf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trtckkygkcf79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5gdgfct9me6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xx3m21sy2wl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc6w16glkw9g9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/120hhtb54qyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wch97nj65s85f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjm4zmhkqf9sh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7rj1txx76zq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fvpr5bvxjky6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plmwwnynw2qkd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GERCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vr5jxx7er5qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f9z0xml3xb52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6srhrpyjmen7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyhcbdxdf32qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2e2epxbfcred\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc8pr2jt4mqhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg6rrdr1tkf76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_NaturalGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--55%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9xw77ssm64q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnq9ps0knht1b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ForestFire\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--54%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qfmc10g1lpsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nehlhy4f2wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wq2w0yp2sq8s8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_OWAD_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gdsfmfcmp4q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mev35tfrxj09g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0ef1kl6tpb26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BreakfastCereal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmq6sggv8d2qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvp57j57zq90c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ggprcfb79czh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkzplbn3y51lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mc821ctszm13\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELNIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fmnekmk0z9y5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_IMRT_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x65hrq2se7rr1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C02\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/SL_TLF_NEET.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jepehgvyvpkch\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPYN_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PreparedSalads\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_PetrochemicalProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hyhewzg8jdy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lv3w9n3nz86d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DRGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7c0btvlw6b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxbnsj0tfjhgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69b0xf40xjsr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqfezmzx8pby5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5kmv4l8y3x04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/062rbmes7hv81\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_WithHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyqbwhg6swny5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6rbtc34315lh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2lqq3zpdgmy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.IQICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/092ejbg81t4hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zbj6wc9ndld6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wnfvxt43lj2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s68l1ef4ld2e5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/EG_FEC_RNEW\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb6f368b7lvx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s49yewx6f3904\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtf01hf7ew6y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/symqsgfmpfh06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ev4gg7eyvqr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94gzg3pel05z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1lehbj9d0t21\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_LiquifiedPetroleumGas_PetroleumPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b94nxrggzjzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41y99wc5cvr32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnjc1gc6l35j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_PepticUlcer_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srx5e8jggkfdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnwqmzbrh498b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvtl12eysgmgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh9ql9lbgtvmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherLandTransportAccidents_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_SOCSalesOfficeOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv2jqs7sxwzyd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ssv0lrdshbfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdhj2lxe60l31\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgs74x8xynp87\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_NaturalGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jp85zddb2w05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs16t6e69s0j4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz552zx902llh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71hrct8kpwrv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df9kh8rxxtxxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmz30xfw02vk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9kzckfecyfmb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n42nxj5yvbv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el1p9rft1v8z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_Female_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg6428x3v2wqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5lw28dz1gvg4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ex076cv2dwx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrh1qb61lnv76\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p62dppc7dlxr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9bezqy5pkb2b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3blnkplly9vhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77fdeh50rmw1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsvwstbqjgx47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq6lxthwnd407\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxqy299w7dh9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02yxgewgydqhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjnvgnm9k087g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgbyqh1n5mcx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhesz668qbfp7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fing2p_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/2x7680ge4jxv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/324v68p36f405\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb1xzzpt5wj49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1dn1hrpe4399\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlqh0xpc4d7m5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk18yfnj5zt21\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationAndCommunicationCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrf4g59kh09p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentSomeCollegeNoDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0651lsy633nw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hshljtc4hby59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dgjfq5htjfyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb130p88rcc94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxt2jt13m63d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgx4bnlhtgcc9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84gd9je53te9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxlgstjve7ylc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60qm0903df7s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbs080jkerbjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_SmartTelevisionUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA99_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/532z4b0yy8rx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltq7srj1qspy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts0fpwv5j005g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sr6g7jvff3q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftyglvcxr6sl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7vys0yns2gw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cse5kz7gdhmqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqnw15decrqvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPV_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G4_M\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/b007ypk1e5qv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz4s5gwjs6y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/909pxt2mn7j4b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87017f6lgpsz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r8h4hqrr4zqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25k2esy4zzqj6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_MarriedCoupleFamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zkez4q39l1m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96z2yxrejdxd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g002br1n20tk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnegyvhmtp0g3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_0To4Years_SummerSeason_Male_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA27_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPNS_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_GasolineStations\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z1t2zhpr97m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkmqms0mde7m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eehyt7ymt7hmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8f2836jldet7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqr1zc45sfepf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syd0kw0ph8zt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8enpj8wpz9z3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_PetroleumCoke_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyjlhs068h345\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6stmbdg23yeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtv8020t2991d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9548v61g0sg44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzdm320w9mflc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k9zkbkrx6c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc49d9q4yjbx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc6ze75jq821h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5l4gym671c88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p84rtd4mgpl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwp823s1nnx11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3szew7e1clm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rydwzpn41t59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgc8pqfzs9nx8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_RestaurantsAndOtherEatingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLRIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rzrgg0jysdk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvszs9mrzw3d9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m3k4tgdelgz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5555y3kwvx43h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82ylt3hfyxg04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k18zmz14wsdx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbjwlwxn0cqvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVDCN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_500To999Acre\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0bt8qrlfw507\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8xqvzl32bvn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PrimaryProducer_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthMexico_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_WithIncome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2j6xtd23yzy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_65OrMoreYears_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcq6w8gl8m2y3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlrde4ej1v4n9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p9f72gjg3919\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/PD_AGR_LSFP.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge85OrMoreYears_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0htz2xnqs6dn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tthmldze98005\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh9wcd6zv7hkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hkhz81fgky24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxf2r52cpl351\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pz85dz3g0prc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71d5wqex9xnv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0n7nkqs602wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ermpcedjflr81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khre34dpdgjjf\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehiclePartsAndGasolineStations_FloorCoveringStores\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00891v7yy3ve5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t4eql88x5mm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq5y9s63r34lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdps79drfyqz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4jzvj8q1lnmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf15000To24999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtbj7nt7jh608\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LimitedServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/541qv7ec90fkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbcvzcff77t93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ct8npx3njs68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-5-MBBL.Q\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin7_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npjxgkec9frk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scmjhj329pwt3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_JewelryAndWatches\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tz74jce1ykgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eksl5kfze8qz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1fzjwwrmqkzd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f72segt1h07g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h94wpsqjymqpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2jrb4hzdkcn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7mv8b7sk2573\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vftb2mrj8v4tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b1220yg5jsnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j10dzp9khvyf5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr233f9520414\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skmswxdlz0vmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z56192z0sddj4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SpicesSeasoningsCondimentsSauces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6exxc1ef79x8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dn5f2tg0mm8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmgeelr2857q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/456yesxz1t872\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scc2xegdyxfdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WireFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To21Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCSalesOfficeOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scpyh35fr0rn2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_60UP_MA\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSHP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WaterAndSewerAndTrashCollectionServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhwlmsfxh2bv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnmcw3xs699j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PreparedSalads\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk4npe0wztz1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_ITAL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_76Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98lf9jr5zj6s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jetpm9k432xf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf50000To64999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsse54j18z4d8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WindowAndFloorCoveringsAndOtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kgxnd4f07tr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwzec7m5f0hzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jh689xeeefk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4578jbg5mzks9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSPublicAdministration_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn87r6hn21dx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7tt1f4bdfnq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcw2sxb54ylz6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherMeats\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t476rmt8mx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt0lhhl8c6hb9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DMIN_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t04kvymghsyn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q95mkmy3m198\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm05bhjpbcjyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryr8k0sjv90h5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm6kj9ch080lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0nmyl9xt5hf6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOSCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_UplandCotton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxwwgsr9qwe8d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v42102b13bpl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithFoodStampsInThePast12Months_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/202h39m8nyxy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2.5_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceWhiteAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3mgy9vqf5042\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h7cpxfq5yryf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLine1.38To4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pt226pvkq1x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyek4xpwwl1vf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ParkingFeesAndTolls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoAndAudioRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgmpdpx1t8s79\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5460_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrqykhy29y75f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jsr4p4m6m7m2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npge9dy40ze26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2d573hfp976g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52kr7y6d6zlv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94nw61lgzm561\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v25r5pngnj51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7fqvrz2n8lnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt2gb1sfdln34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9m53y39hhghb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_ChemicalPetrochemicalIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69g4s34wv55n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6gtvcxyfqtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b36563d0xkn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68vyvv1rmw4c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72h0vycgkyxf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3sjjxw3y1rd5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRG_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_Workplace\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7884eh7g3nmr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy2v5ws1ht5bg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr5yzqfdvnjt9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIZ.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw22472h8l15c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_CroplandFire\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_ProfessionalBusinessServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efyvgbv67p93g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4zh1nwdtp0m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5ze1msjwzb1d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--CR\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge35OrLessYears_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knmrt0fkly9v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdbpd9cnj6kz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--21%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g1g6jzwlg5wb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wfg1t0f14c28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5ne7s73nqd16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl7f4zcgwwjec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pqwzrb05h2s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vtb9ms1sbd7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7mrlmy236lkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7lv39mz1sldh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfx2dglhcdrx\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_GTVP_4_GPV_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_HypertensiveHeartDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l15w6pv9st26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c9flg7fbgh04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ntfxl868gpn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f851c1yjzxcnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzdphqhbvxdq2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj3ttk1rcp1b1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq3kjpcwe4rmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8ex1f3g5qnn4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pkp8yqm4q5hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lrt2e1j091d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trfl0fw779y75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf35000To49999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_DivorcedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l7rjmrje89e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3xn5je7kc2db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj5l64p6b0rs7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek1To14Hour\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/367jk9jwpjdm2\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkcljffhl0s92\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--22%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crccg5fl96vt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1f5eebpf9n9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpmxgstzmv7w\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_OWAD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GarbageAndTrashCollection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcym3vk1rrtb5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin28_t_d_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.R_EPG0_R5107A_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb8yd17s3ej28\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLEPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_ANM_NPRG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_InvolvedInCrash_SchoolBus\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h578sj35rvlfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcj421m935ppd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5pgqtlv6cde9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Information\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egqj52gee0b13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/env3140jqssg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsvqyg9dmke35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzqm6sqyq8n91\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_GiftNoveltyAndSouvenirStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jqm2g7cm9m75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b49f84lkssl4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--62%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lp8r6kme2ze6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_SAE_MMGL.M\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_MistimedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3y5q0vh24tl6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fjz01zrgzfs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk9nqfq2lhyy2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1EXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03288qhhv2df4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1srkvksw7hzkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/692hvfjv274cb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NE_CON_PRVT_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJamestownCanyonVirusDisease_NonNeuroinvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svncmbykwy1l\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y15T24__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsferssx1ghe2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j2e46xxde1c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1j6k5wqf0em4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjl2e7b9njph4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt1kybvnxzzm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvnff3c3rcs01\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_CerebrovascularDiseases_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5ll9rvj2b8j4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syyvk8h3cy961\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithCognitiveDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb5sre3n7xm37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnltl8g4n7ecg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lym70h6br6yed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwevv06g7w4ng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_PregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ll7hg7tetn39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BirthInThePast12Months_Female_AsAFractionOf_Count_Person_15To19Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyqmp5nv1zfs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyyye292k43k\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceTwoOrMoreRaces_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch0djhvppbl5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyq1v625h0w1c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FuelCombustionForRoadVehicles\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dskqh0xfg81e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek7m8hlx8x7r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex6e9d32q7n55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2sdkdc1wemr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleThermal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxr01n84hm7y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th2cg6g4cn8q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2m3mryxqpnr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7xdvyw086467\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bey4c1tjnb4w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5btkk23d6xjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svycr3b2vkyh3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_UAPP_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentNoSchoolingCompleted_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj3m2kk5vy744\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HousekeepingSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffgvqk0wxxwh9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8np8d0055yqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25jmn94yqdhk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgs9cq1b4frm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skepj2rpe0ys6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6hpw9mxj09zc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s1vr6wekpwf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue90000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_35To44Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p8864nnqyb6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnj1pcntfpgt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tm3z0rhtzmbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvmeptwtqmh47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5x66976l4xr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgmkzs2ef6k49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqxj892s29qw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxeps4d6q265d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz8hmlt4jvpk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSArtsEntertainmentRecreation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kf639yp3wk2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d194pq4mt56w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4jl5r7w0v339\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DECT_GN_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45To54Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NonfrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_BachelorsDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10To14Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomenUnderwearOrNightwearOrSportswearOrAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8epx269gw0fv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vcbgqlfzwvtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvfgsn4ggfgjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q08h1q7478fxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qpbk940tz81c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnn27b7vc0ttf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/932mgnz49g38f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw315pvvkq48c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ysfdrv23e9q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2lfbfrds3eeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew2262jm58g96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x142k9g563sc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS52-53_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8pc2df1mx7sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly4sd2x29bq5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snvf77g5d9fq7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3q22lkgt4c37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwht2spbx9vdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Jobs_EconomicDevelopmentAdministration_JobsCreated\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ds1x7bpxpx22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzhe2l3b9nqyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0pmblsrj0y4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qje18dq7myy15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x00ke3ceqcgqb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpjxy0sqq2v0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESSN.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_SingleFatherFamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwlqpp5rjsld1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF41\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h9lpeh745gqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr7c885gp81f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq5ry2twxbv6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dev5zx6m5ttmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n67qvmyrnj2v2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wx1w976c4ex4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk7eghg666122\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf3c7bh9cqev5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_TOTL_SP_MA_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c79k89ty8zjhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy558kfr9tfg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv09vm761qpr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbyc2eyh3ttb8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--_X__SEX--_X__PARLIAMENTARY_COMMITTEES--PC_FOR_AFF\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gedsp19kqr0e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk4nqnbdskvhg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_IDA_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33rjgx66gye5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dnx32fz1ddbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dw7gq5b9nsxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40rjc7178vkrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdcjwhv3jhwy5\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxeeq78y63q7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xysjd1rwlrge1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nmfnmy259468\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdyyk1kzwxv7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpzb7fpy9x26b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvwteyz5h3z47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vehkmegg15327\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_75UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_GER_123\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NotInLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z9n99gh63l62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz1h5zpvyzjq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Walked_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlmh3skc09rc5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_BioDiesel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherProcessedFruitsAndVegetablesIncludingDried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ekz1tjk9vvm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grmxjm72322g2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hngf9lnthmkt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s9mrtdmbfdz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3dgwc6zql794\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9nn3gzf2y9r5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk8s5d25j3eq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4wvg07t3bxx7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r9sc6y4dkt53\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dgty0x5gkkf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7dvmc405pjs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxqp56hn3v1n8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithPrivateHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cw977x6rq8fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn1n1s2d392s\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_ClimateTrace_OtherTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t6rfj7w7zz25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd5ysblrtjbz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg72tbv3bfs42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FNICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOFSTP_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtjkfe6q1sw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em46k7p1yk8q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0neenbzyvzj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvv3f62k4y73d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9ysgtw16bq31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epcltdcrx1jg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7bh6l9ecjmx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqtrv2tfj7c8h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejndtsp3bwvk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krp75yzth6ds\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wgkjp16cbq4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfcr0v64l5zl\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidEmployee_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkkj3jqbg5ef7\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw019m167z502\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_MarriedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotHispanicOrLatino_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njvdbteys5xz\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4p08phzv26pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjtpn9h8q3q3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22yxl9rlyy6gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7fjctnqewgnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egh5t947tenv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p744j0xf2fvsf\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Producer_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfn3y7cc6grz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf2jd0q0ltxg2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ns19546jgp48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtrly57qk6bg6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_AutomobileDealersOtherMotorVehicleDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To19Years\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Count_Person_18OrMoreYears_LackReliableTransport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgbdf8beeb7p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mc8zlvctv7wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evj6btf002bzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3hs7sd08f53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AIDS_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/s96vntsgml30b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4s6qh31347kc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDDOC\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--56%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/4nb6gl38rkx87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb9js32vt6lch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt6rqqp25yk05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x0vg5h6h8j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1hrk27e4nk7f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/394gzpr6skdy4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SUD_TREAT.SUBSTANCE_USE_DISORDERS--SUD_COCAINE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fnfh0v7817vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em6rs89m1qns8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_KLT_DINV_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb8le71j80n65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_AnthraciteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k922pjjpg863\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekvs0zs3h00g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjmcjedgz1t48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rp00fp0jfk941\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehiclePartsAndGasolineStations_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j6w5y46wj606\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67e2q8k3y8tg4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ParkingAndOtherFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fr1jkt3pkys8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6bfcflwslls2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lk2exgrywcx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bedb203p1njf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enj7esnzpds78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4sbx5rbzlen6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g869scpswq4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhklrzvbste81\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19ggh5r1kslnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x27ry13fj9z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm6n1jp5x88z9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMPS.PRODUCT--AGG_CLTH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnvsvkdw7bjwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0tms1vd0lyv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vd80q80spp4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjhr5kq2kpgm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl1trwf677mjd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_12_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonfamilyHouseholdAndOtherLivingArrangements_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h0f011gl58t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl0hbp3v8tjj5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_POP_4549\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BoysAndGirlsFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rm5vv6wjfz59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj2eezbph8ne9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f47pbhn4etkyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3vxt6b9dqsn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfw43m7rdekeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FinancialServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sbt1kzrwfy16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny0r9llf3ny46\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDIRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_2_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejrr98meh8jkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlpdbhcp37zrc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wzpgmmp3k6qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9gcst0b946e2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44xd17qjtlvt3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Asian_PacificIslander_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/402phtnvzj523\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdzx6257v3rmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2s9x85vfmrl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3f91lsmppmr8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WhiteSpirit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzb81bhjg0hyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q8tdbkk84sy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yeb6rdpdkjtv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdv3dmytmprq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqlpc999cwkc2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_DepartmentStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rgq7hg4kwy19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5dqrb50676mg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_RefineryGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_2.00To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Footwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmh8rdtrr32k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqlex1ell86yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp0k0rzp806n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhh6x055xsjw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7zz4tzvs1p78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8ev4140qbwdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzbzc7v4g0jxb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDSAP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbe5wwy6pfhp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzfjngv8dfs23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithCoronaryHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbe99b3d7rzn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5t57gbxlj5n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tne4tprl237x\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l292my8mjkns\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q78xdklt2d36d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk8117r817xb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/XGDP_56_FSGOV_FDINSTADM_FFD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fys0jg4hv2w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39q739hts1649\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yj0bdp6s4ml5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_08\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pwej5c9hxd27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6wxh288t78b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0tjbvfh3zz09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8e2bzz6y378b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FinancialServicesUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSConstruction_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/629cysnwnkdtf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0flnrnnfqgyv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9gxjz99z9qs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v27d1z3xpvc43\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q14hzfvw0pxrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dchgl86jhxmq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzk1kbzdzb2e8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38q31wxgth0z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n6l2wrzv7473\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwpbzvx9s5xg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsmz5mkdww4s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkgplpkzmgzs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3xbwyvrel24b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityHispanicOrLatino_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26epkf12cntv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3v14ztsbhdm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn93n6cyw24zd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43pknxwnqq1d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/811v2ngpgvpjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhy1wcc5f03f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x51gl756rwsbf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n89l1fnwkj1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft9g7x0c6n3vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx5jwm5q68qv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14j2ede5kg6rg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_FPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hx33fy357gyb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLURX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With1Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rr5tl091vrp3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_CDAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17d9kfrc3q4j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpk9jvxkzqpef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqcrjcg3hdns4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l6k8n4891g46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0y3x6y3309d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/462rqb6fjes7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yhqdzrtpzggh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_MOTH_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/179dwv5cvh9p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cctxc9czfc2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2wwgkxcp7lt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5wfjcj2fjv59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftpmc6st1jesf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z97nv77f3tb55\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28231sdnnmgdc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b738yehw228d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3eghntdex1712\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NotInLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_HumanTraffickingCommercialSexActs_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f48e27dwkxkw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neljtk6d0ypc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb3mbzpzgsw39\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jeh63sn69cq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz935hepm1zd3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_CHLDEC.AGE--Y5T17__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzqx4fpspnfg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrt1rp22bgj1d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPGR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_BlastFurnaceGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckqg184vke8lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2tn45hny6jj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt49j8mf63pd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlxy1y14gtk25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj0tp4r4x62p2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CokeOvens_CokeOvenGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_NondurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/011evyhymlemg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_OSSD_PRVGRT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f0mg9qlx3z9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmdl8sghlrf45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bn6x6zrdzq59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yshj0r8r1wt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k45w2m984j35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p51xn9zdwypcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cylmjj4pc2qqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnmdwfvrcxew\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez0x7b3h6xbn2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_16OrMoreYears_Male_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e7c5z2bg5yy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e45jqnw21n5gd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8h9qrl52w6y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fhge87m36sj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n64dcc4k31wt9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDAUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pft367jgphkl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6vsfp451dg44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz6b0sppf6k29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV13_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqlmfd5x1eq34\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIYRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vkzqw01887q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq39ljhc68s63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl4mwzmxyxsjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw2870fkm8nxh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4t5znw8dltj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzk15rhpdqe6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k308psxypgkg5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39l9dkn9l1lpb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_WORK_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/763esreqx30f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9b3vgzw1b49h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g7g3rdh7e0r2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v25fjf2lwvxz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v59tjjsghfqt1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R04_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9djrdnc4zctn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzl918041d406\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4188cp33wqzj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbq7e4xzhk3w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2ng70qr2mnh4\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p3qks03wlyx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsb5fbt9q8314\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srvp9j3bdegxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_GreekSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PeanutButter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbt9q7ebh9jw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2e2tk4czgqn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lvcglsqngzv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyzfz92vrv98c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekvjznks4bp79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4y0dm0ffm1c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh4n8zqh13253\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtgdfs3r6zdv2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p1284f64nzbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DistilledSpiritsExcludingWhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drjkpht5m594b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG04_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm4ly8w5pl0lf\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6llvjz9b9zkld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgsyrdep0nm64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63t3kwje7lrvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc80jgy7tfkb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02dtmvwbzbll9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xsr4ys0p8bv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk6mhlnprwme9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m560hr5xtmb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm436qxd8lycf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se5twcgrw6f6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFreshVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/957gcbfwm3gk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs4f9qb05yhj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tsjbl6v4kj83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9fceyp5p8txb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tphsp3lj8mtt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6vs2np508w8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntdjwf5z61vp6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticAviationTransport_AviationGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gne642pfbm1c5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wbkfwtl0wbcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70nekr7q4d1h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gee3pmrf55nh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmgz606s93cz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtzf2lkfyhe17\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/s36dj9frtlcr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj15tdj0tmlrh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fehlsd539efk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x99rcnvb2v3h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3ny0z4bydvs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gveeyxv4qxh8\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_RetailSales_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lr98s4p9ekv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfyx9ehfvrj3d\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37qn9gmkv6ty5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d05wtk6rmeqp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbdqngk78d0bf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv98vjlgpmy8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkme1pmm5fgjb\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ProcessedFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kchyleec3xl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc8vqzkx18x0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfpc14kx76ct6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvd0xzhf1m92g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4kqmkrxvzmj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/I00-I99_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_RearEndCollision\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bghc99bv9l9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qnrve8eg4et3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ctqgjm5tv0rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OnlineClassUsageOrJobTrainningUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS54-56_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lmv3q17rhws3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdnhrb01rknx\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F300_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h2jfr5rb0dn4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cndsntp1gs3f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hypdmb4mcrem4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h7qhjv4bj4n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fr7txjl5n1ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6wqje7gckqbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w814sg48b83j3\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate2006_Min_Temperature_RCP45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbcwp5lxcwd26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6pz261xy5re\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2k4swhcsxrd2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wl7h5p0xs5q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1kg7f2b4k224\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycpeg7n3wxyz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/684cb60yf4mwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjwezpd76kv69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndj67y24e9md2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnvj9gt2e467b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjgcdsrsfx773\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Malnutrition_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdxn1z175m5yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e57pjw6jh4q58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp28p3kghqqbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06ny24c8b0fy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3e85sm5qpt1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03685wx6xbelh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhxdy653qexl1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherHighSchoolGraduateGedOrAlternative\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9llhsc7e9t3w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2zr678871pk8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r6gwnl2ftcl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/761v7c101mw6h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_SPC_PER.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TaxReturnPreparationAndOtherAccountingFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68mkse70jez1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c93c1qcgch4rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5vkmhvgp9s9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dktyfn07d64cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glmns4svfydz5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b785wdnkclc2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_JuicesAndNonalcoholicDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nxmsvgnzvjv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ApparelLessFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfxcbq38hjtx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emg4fxbclkhgd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Falls_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wymkstbyqy876\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfd5k9hg3mp29\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgmhvnpgrxpb6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_NotInLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpzg2nwjm8sk6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Transportation_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0drn3fbyfsl7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_LigniteCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ym2j46f18pk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s28mqtjdbqm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmp8971jegr63\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz4c7b5mlj424\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md0nxjpxny8w2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ndf2wbsd1sn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j25erew8404fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3j6w1w8gw9q8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LambAndOrganMeat\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_750To799USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mkpm36fb8jb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96dqj47csvmy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmw08g4cdpkmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq8ec79w56e58\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_CombustibleFuel_AutoProducerCombinedHeatPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbjpktjq7dp28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n24vvy308c6yc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_UsualHoursWorked_Person_Male_WorkedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_BLAT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yklq5rpv90051\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kys8pnvg5x5f9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emxchbn0mn14c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhe99j5lpp21b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq7y1kjw164rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgg91pgzc23gg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_2529_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/n8m4dd0l92bwc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVPPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Soups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_15To19Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rtc4r9f5ypqg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54rzn8pkzg0q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qld2m1lfft191\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAUnknownLocationType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5blbk6f6gc5r9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FGP_56_F400500\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5tpb2nj29q0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l3pjs4je6vk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ezvq12cyh0z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjzyjr85weqk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt2trlxwt70jh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringRelatedOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzwxks88ylmf9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02khlb9ejklj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wj7jn13jwzp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kghw3mm3wp69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8wgwrrt07qp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmr236myhx807\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjxl3qpd5p251\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CommoditiesLessFoodEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbeeed1x27h3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_IntercityTrainFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khtx9cmvkld1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8zdtxx9q20qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0hckpnn3s8z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbbb0rsj7ts49\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25gkvjnydz3cc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ted6r24f61kp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjg7rp75jc238\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_25OrMoreYears_EducationalAttainmentGraduateOrProfessionalDegree_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wn4lh7pfln2d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female_AsAFractionOf_MarginOfError_Count_Person_15To50Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz5dn8yl6m516\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/hr3jcbd22ehbc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thz7g113xjtmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyrrfc4z7p90d\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_16OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19310xy2918gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p75kcqq458lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk47tpvkspcc9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_TWT_GENV.ACTIVITY--ISIC4_T\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/g5vpb4t8q2vc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s92qxd8dmtetd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbpsz8dg01nh2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_ClimateTrace_OtherManufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ejf421879e1g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0530To0559_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BoysAndGirlsFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_SimpleAssault_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzs5n21tcq7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5r2ys8rryjxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l79jjz22sgm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bndyrysrkgct5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DiabetesMellitus_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w1dtyjssy9tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w24d8ztq8l9yb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbkh3jq4e5nsg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1260_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef8qzb9rvrlg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns5zsdmms5h85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqge1vhn159ph\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s83bz59v9rq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2971zfvk5vsp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv1yfh16cfq1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsz8rngcf8gyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l36mt6s9xb7mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w41sv3ct1lgq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4k4q1t5jrkw\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FGP_5T8_F400\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lbntgmvpn5r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qcksy6hwcrc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0lc69wwsbhy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1w3mtlp9zbs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl5d43lq6z39g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4jb2j1z4m2bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwg6dh8dxre1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhvcllwslts5h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LOICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g94bb5s4fbr56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr64tvvnzlqhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qelc8zvy4ny97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MajorAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k33yrl7wtrxd7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.80-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn2qjyq96f219\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87ffctsmbqnl9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HighSurfEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianOrPacificIslander_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationAndCommunicationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3stcrdjkcj439\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rt5bey1zveeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5t9mllybxdf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/930c180vkd3rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6ks1bsb361q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdr7dve24mc3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ShelfStableFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq6fhj9qsl4q\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cws3gq1zymtn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edyf805gxll91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fml7xmbmq0zxd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR47_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b7x6t269t5y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cyqkbzvgwg4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex63m1ybjv8rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1l0n6njw03lf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_5559_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/GFDD_EI_03\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_WithRent_100To149USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck6r54pk3yqj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"LifeExpectancy_Person_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gd14wk5l6pfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty2tzhqdvc1kf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00zg2xqdvp8m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gef8hq8qnzc9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_PharmaciesAndDrugStores\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--HN\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4re78s4vee263\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w46lndh65bqqf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_NoHealthInsurance_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46xb4ze21ksed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1500_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Thebaine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tb29633cd7jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eykxw40spvb64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvjsnn7j2cve5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5f72fq4syxtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pj0m9v7q51x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qln80pjsf8q6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjdyzt0zgqm9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmpv6g4l5s3zd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7z85zvdnbcs7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlgmjc4gyg2ff\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j234md1rdbd63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s20x8zsdsfqx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Herbicide_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82zt6zfklzs55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf5mdbg63y1w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09d681pctd1pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue750000To999999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emcq9zvrle4sh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ex7sdxd2w439\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV2CR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfColonRectumAndAnus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjjxwcj9c512g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherVietnamese\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dtbb3s80hne7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xc6hm7h3bf09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AcanthamoebaUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3ger6lm76l1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z05w4p15kqhs8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb3kqy96lj21\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qlmp19bkjsqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g7rwzffs73d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r88d6bhkvzkmh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3x6v3crfkqvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TESSB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSUtilities_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b20xhxkzjtq3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlfpqm8x8tvg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxbpv94zqd3rh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELNIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/MS_MIL_MPRT_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sq449vvr6252\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5txkvlf1zebb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Pneumonia_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzgl2xr13w1k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdd58gmzmrdl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPM_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesLessMedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t36mgwbmkh83c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lfzqkj6x9s88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpldv41glvlgg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Daily_InterestRate_FinancialInstrument_CountryCentralBankPolicyRate\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqj58m67qtw2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_35To64Years_SummerSeason_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g5t8fk7w7ly3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSANotReportedLocationType\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le83b0rp4nrkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxmbbegmn13d7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p2msjhlnwhk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmmpfkkz3m36h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcs6ycnnp24b1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b0lyl0vvzxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn65c2dcy5w09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqm2m4bc2mn3c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_WAT_PRDU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhx773vbcfhg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk80mr857prgc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Female_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pr5633w0jzrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbnvt9ksnr76h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt6stdh7sq4p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdzwnb7hnkqpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7pp0hf2cjd55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-3-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AdmissionToSportingEvents\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2vgxq7z92rff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykkjj2m4xd735\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l35jyt051xb13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9x2klyjysmw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcq9116jwjvs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2601ww1yeh6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yhjzspy4edk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g23stjyx0mqw2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG3ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x52hrl5w11r5f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPowassanVirusDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty00chx0js2m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tys622brj5tq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtzxzhk9g83fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmqvq3nfdl1s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8g419hbetkx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_62Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz15m405ye43g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc3m2d4vgnw3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_DMethamphetamine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dmel53bfrc25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ztwmfm06mqf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrh4fx2c7nms3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c0nrw47snvpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07fn8e7le81t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd2zzn33v67wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7vec2phn0s1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egp08w0mvjb91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym3bfmz5e91gg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOPR.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tnhy6esrhwn3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlj7e99j3r9p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1h7p0mpgl3v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysjn2rwjjby8b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfprf04m0tjn4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvr6djt1p9gj3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPK_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Hernia_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p30v9tynv1g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dex5m0qgfj7gd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epdj6qthr6syb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fek6yw5sjn3f7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To64Years_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzh0twvwhsn16\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_AnyBreastfeedingAt8Weeks_8WeeksAfterPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcm1nglm9h0c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynm11qvs7w25d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p0bbfj7jlcth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej09rnr7c4fl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwdq1d2yq5ekb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfColonRectumAndAnus\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55p6zxek8e5v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdpbs6lzy1j8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f36bd6y2rnjpf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzbhkr917r6jg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_WithHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj3x9pthks3t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4xdg7yckk0rh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AlcoholicBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xtkm04fe8yt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c806knc97b2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwy9cjy269yx2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_PovertyStatusDetermined_AsAFractionOf_Count_Person_15To50Years_Female_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4q7fe7505301\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With3OrMoreWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mgkw8s87deb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl3nvs16r68p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h06rtrdhwlev9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7mc10vhjre6g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shqd2n87tkpkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ycgped5vjx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyj39ze1e2e24\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jj9zxl4np0e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p58mzp5dfqm72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqk5hvtlfrcmd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26To34Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGINS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8skgb59y47lv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecz3cpfdpyp52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsq21mck8m5vd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PERSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3k79vdqkkkxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_LaotianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq7kjecwzmpg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xfzrnrbpzn0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r0m0sf236ed1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0OwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_KnownOffenderEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--72%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8pfyeq5ejc78\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylkrze7bwem5h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c276z52kxc5d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km9nnj1cfcdbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr9q4g0d2fnsh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3jrqwlvvn3ef\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02x883denhc09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9qx935hn9xzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj9czy9q7rym8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HighWindEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf5000To14999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls2pnrj6wzfk8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zcyxwdys6w22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e6fnt4kyx813\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88640zcmek9q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zj4fzzy8dhxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64564cmy7ncc5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTI1B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbbdm2hdsbmn7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcfd17k1c3vm9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--M__ACTIVITY--ISIC4_BTU\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/1bgmx4jlpt732\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbh4qf9n8jv5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx3yhgm5tsv8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FP_CPI_TOTL_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_EducationalAttainmentLessThanHighSchoolGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wvdysnbb2pk\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_NMRTN.AGE--M0\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_UnknownOffender_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ltt15q4g8b26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqp4kml3hs8bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherSlavicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpxh5s16w6dm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzzydhj1e14t8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_SESPI_FS.AGE--Y16T65__TYPE_OF_SKILL--SKILL_LTRCY\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ToolsHardwareAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SaladDressing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m0mn09xv79y3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6wdtr7hlrgfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vctr9988j44e7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shmjc9thx06d2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5frsb9w5b7c2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Production_ElectricityFromOilGasOrCoalSources_AsFractionOf_Amount_Production_Energy\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqxs7k039nrpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sj3n2s2q9m36f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nlmr9mexxjgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69v101sz0h4p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4wez313zcjn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khjqcllm4eq29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfse6kpn9n4p1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e90wkyxde53g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_WORK_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_IFAD_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SH_DTH_COMM_0004_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvkbr9v2ef24h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5632crlzvvth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvkdgzwsrzrwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Durables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48mq8b4wxzld2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7njxd9dhhcbj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w4krbv0hdq6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkegym1v92exb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLSB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.13-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0d1v4ylf3n0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe550tzr023m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlwvrvtws5262\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_15To50Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl17l7ke9562d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pb2gexynec0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xn03dcf67eh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09lhzhcrwsqg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtbkcq88znzqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr0em47t45rg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR22_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewAndUsedMotorVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxc86ym1btn43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmrd1j0vjnm23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherHeartDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v02kdgvbzqkw9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisB_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9tst3prfzr9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nghjbptpmgfp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4vkgytz4m3y5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvgd4j5pexgj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990OrEarlier_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm5pmqgwv0zv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr57j4xy7cdv4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_5054_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qexv7m64f77h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fcg2z63z7h42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/119mvrk5nyqc3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SexualAssaultWithAnObject_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf2fq93typg18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn8nvbjq4qyy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg7rphw4x7mtd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PACCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ltft8drd5ef2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqh2gbdtm7kzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5tfep71b0krd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p446exgkn5fl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z26hmvwdn8rw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr5bb718llyqf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DPRF.PRODUCT--AGG_OIL\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx0tq760fglz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp28lskrwv88c\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b94nhwz31183\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwrkhyrx87p4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wr83g1t90225\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evqxlpdltcwg4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nqqbn8fze24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzktrnyj2cmf2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14dqkd2pd5271\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yclzv7kkypfz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyyq4hkjrxjlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prz9k0q1dpn22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s3rng6r15n32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tz2zejm3d6q\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_Upto1Years_CertainConditionsOriginatingInThePerinatalPeriod\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterFetusEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psqte881zc831\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb5vm43602gs6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GOER_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g27nh7yg73781\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LORCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_StateGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_CBD_PTYPGRFA\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8pwhty9kv2j2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29fwcsq1hevr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxnzbsccp4w31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7pej9wer7lkd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87bg9tgs3fl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsfs6xn17fx1c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_ENRR_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_NonScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_PrenatalCare_FirstTrimester\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnxpf1qldk5b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czbe0w6vkl4ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7gkrsxeymz8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74wsf1y9412y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxr54sz9plfp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngwsg2sgg4lrg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NoDisability_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthEurope_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dww8dd7vzg2j2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_GujaratiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lwgz8kpy3kqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f05g8ln5mjp1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfb9j0wpme3v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hp0f276lt7mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwkp7zg1wdr45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7f2tn0rkr35g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdd470j76qg45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NowMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17y1m8fgssr39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8rmswrw680s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb1qsf02gtlr7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_OB18_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcfczve6s7g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks33fdhce6tnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6e3p3nsq40v7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1840_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grv66xzxp4dch\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1s1eymwl03lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6flq6y5822fmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0jmt1t1rp89g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2t8d1r54txp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6rq1n68698y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9e4dh4bcyqsc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1531_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HeartFailure_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLECP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGINU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/440dybg1h3ydb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwv3c9hfr1025\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LegalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03re5crh41zf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ewymg9shcveh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2018To2020Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q7rc7n8790h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p24wffejne383\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcz7brr9w0y9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To34Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq72211mhvfn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsw8qm6z948v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e7w38dfyhjz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyw7qtzgzq5yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exb8gcd28t3b6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOPRM.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj3z7kw5h2hmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3ykkgde22rv5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherFatsAndOilsIncludingPeanutButter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek002nsw407bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2l5jnd54pch1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y9ztdvxqmw25\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf5spekwqezlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4y46eg7w1d14\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCO.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_4549\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_ILOG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2018To2020_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f6nmhf0zhtd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86n80vw5hphd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpwdzwfy8q9n5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MVMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_Country_ClimateAndEnvironment\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19262w5f2404f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0e8sens0klq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwjhgpgy9b2v3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_3539_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7ddpyh78rtk1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e930hsgqsmz2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Hispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxk0fn7hqw0hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1rjhr3nkeme8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xq4h3q4hnx33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eptfljlz7bgbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9eejk6zd5ydg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl7svev23wf27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/765v9vz595sz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c86wlwkce55d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgmw56wbrcql\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6ykkd38qycq5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1engtmzj7bnjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ges75jndrfcp\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbxknzqm624h6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESMS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCholera_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rvj653q6hfs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kejl388s0z33c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry97tjtp07cbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HypertensiveHeartAndRenalDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m533dvf9c6dh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j8nfz7fg7k7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kztxmmtnr9686\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhebc3743nz6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lte5r9p6t435\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5r8g00500643\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9fcwfx8qsh32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrt0gs77prew4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb5hne18ph398\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_LiquifiedPetroleumGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5p2fc5lbyh7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_PhysicalInactivity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk6vyd4c64fkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd6j57x7k2tsb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rsev2zqx449c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_PRDU.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EColiUnknownEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxhgwv1r7wbdb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k5w6hbvw1727\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw24cqy6t97ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7mnwjc1hclth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhp8gf6twf085\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqf12jncbnxk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreOwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e17j18wj6pc1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHES4\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bsndrlpjd2sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxj3xxe761eh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2570ctxvqsgt\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Essential(Primary)HypertensionAndHypertensiveRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceUnknownRace_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cf7vrc8cbp41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/184k8z2303nmb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjsdvq7fj4ws5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l25tkr9mxz39\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gpfhkzbgsem4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rct1gfws249df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7686zt8lzb63\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--81%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dejkr7p6bp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn4evfd1c6evh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybdjclwpwy13f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPM0U_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpxdfmc09n1fc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42dy1hpt7ddg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pg22kf02dv0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwb5jeg99q0f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0wc2t316j7g7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8egd62ffm9k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn2kmg0zqpf77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxxnfxhcrk9bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrhvgwm5pkf5c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_RUR_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gxqgtk653m85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmdcw96z6132g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWFE_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pncb6nq99kre7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2wrcc1x6rjy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3csdl7nz1x57\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryekbq3kvjel5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsert7d1n7qmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_AsAFractionOf_Count_Person_InLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv3h4xwvh4s47\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_75UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0rskzv26dqrg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93p2hnjgl74ch\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y726x9spgz45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_5OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8ntnmgzglw01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rns43psjfg7n7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin26_28_t_d_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_71Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqnypr99llkdh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyy1btfcky4ec\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/PET.EMA_EPMR_POR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithPeopleOver60\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nsl3xtfsn09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/822bqwkr6e3q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnjg5dr2xf663\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4qpf0g27pb6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NV_IND_SSIS.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/150wslyzn6nrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdydnygy2vhh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvjm703tv5grc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Cost_HousingUnit_WithMortgage_OccupiedHousingUnit_OwnerOccupied_SelectedMonthlyOwnerCosts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf802l4de8q2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99163wqrsh9pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqy7wynhjcb4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5mfvp75ekl2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j9xs4p2e4ye6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother50OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl2swhbtbk945\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt8p6gqjxyqf9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5trrbtpffls3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx2q0zp1k40n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSWholesaleTrade_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_4.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWFE_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/244l78y1e3w11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7bkewfz2t9q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdjh0lq4ryt84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PlesiomonasShigelloidesEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesExceptMedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qwvkhr4tsyt8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex2gjmlsexp6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgnpnss6emmg9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IMF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_45To49Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xmpkx33fys72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb1x2mnqylh93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfnmg4cjbnvp9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTCES_XS0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dmlse8emvdvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q98qhk3nrsfk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t60qez9dkgkv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_71Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkxcz9q4w0nyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrnyj7kt5d32b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonparalyticPoliomyelitis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpzf8bw5yv0xd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwvj3ejvp5yb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80sgh3jlddyx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtmer196cydk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg5p5v9zt527h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJKC_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f27geygj54q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb2ycl5v2hwc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d1gnqhvrzlz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w27vfwvk8fz23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swkxwbld8phbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0tj08xc3ere6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98t4lygb29352\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zev4q7yw06mbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvhekjx1rpnf2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rffm3m8zx56h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dyrsn8mx1bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq70f4l0dgd35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_700To749USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e8bnmgppgwz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61hfzjq641cyh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svgn81fe7s725\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2lmp9xenpqgd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV21_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pyjdssjpyn88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdd5wdyl3bykf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r7l00p83knkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qwmcz4w8zjk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD4_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e0ynkf00vb2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph388r0xl7682\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn5x44rpk96r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tlwywp6p7qt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlxt9k4ygfp34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gds7sdn7l6h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn1tm5b9hw3f\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_VisaHolder_UnknownEthnicity_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gprr1p7jglnc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djc8me98rjq54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgscvmlrhw8nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpfqb1xhq85z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb3v6scxp28kd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_BirthEvent_LiveBirth_Mother9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_InvasiveDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_GoodsProducing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lgmzz5nsl3q3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_Kerosene\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85jk8ggx3hxt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elq75fhb3brhh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_DEUL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ChineseInclMandarinCantoneseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16f21fvxz5dmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wc3cqrm0cm3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w2315krt5b7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ye7nz6edjcgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/582lzre0zh2nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsmp80r3f3qdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AdvertisingPrAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycw8yb85c0c67\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TRTP_0\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dhv8330ryetc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r25d30rkpqcbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HeartFailure_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentSomeCollege1OrMoreYearsNoDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhftvexclrw8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0ykg1rvhpfwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k9h6xtq7sjd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Bread\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r922zrfw9e07g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxy0hqlf5rz6f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6k35z48127z4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Normorphine\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMALowRiskFloodZone_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yjxbjzn6rswg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2xzvzebkgdm8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bmszq9prydgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8y8ljp01fz56\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_BioDiesel_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lyc288750wl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8w0gb8mdfmx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbkgnp92dwg0f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzfycgcjg64sf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.68-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3874hkv8m773d\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qv3t1x07n5g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cnhmxe67qddf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7189fsq9pfb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfs6trccw7g31\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_Civilian_EducationalAttainmentHighSchoolGraduateGedOrAlternative_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc1wjrxvhw3fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p32ygedmgc5g5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HPGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zdy3jg0ylrdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSHealthCareSocialAssistance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj6888vg7fc3d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Manufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25cc8ffxgrpxh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lspnfjprw2v5f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_BioGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gls2e2jn855t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdlhfe13lpj93\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ehh82byfhprf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb6gtjjj78d84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y71znb26k0c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k97hl2hmj2hc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwzwf9cltyyr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_MarketValue_Farm_LandAndBuildings\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfz54y2skbpeh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SI_POV_DDAY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_MastersDegreeOrHigher_Male_AsAFractionOf_Count_Person_25To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AmnesicShellfishPoison_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fbq4gdm3phn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4634gz36351c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s0288ev34k2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnp4fwnv81q5h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wt2ryyelrtl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddtt95rj106wb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vre11flkj48lb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlw5c1bj72wl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t532zf8eqsdt\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceTwoOrMoreRaces_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_LLDC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenByNaturalization_ForeignBorn_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czvtbvcwl8wy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1nl8zxmn37f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7pnjnrpt76l4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentGraduateOrProfessionalDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neppcjtntxhrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqgfkxqh8hbq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7gt79qpd8eh4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Humidity_RelativeHumidity\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nby05n85k3jl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1pp0zn6mlsx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sv95qnmvjbhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8lj49h64zll8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherNativeNorthAmericanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szsj3mlyp9d79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twwvykfqvmtf9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h3lmx3rh8tcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjy3my5byjqj3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wps8g1ywnjyt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47xhd168rb0xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy1rtx6d6njj4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4169hvs9klwb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhlgd51f0mm6f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpe8kndv7zw41\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2grnr49c9jv33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tezwvshfvze8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g66jh0vt7jtq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg5ycjnp394zh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NursingHomesAndAdultDayServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4737stmx46bnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgp72f2ec7m61\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2v07fg99pm1p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztjlcrhxet5q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c3lhxvtf5ys1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f76dt1bfxmyt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksw55zvdxl7p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy5l16k0krdf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0703f432xrsy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_AnthraciteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx8lb01f6jvkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxbxk3bsy7tm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfluenza_PediatricMortality_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt1s0j7h1ltz2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_Lubricants\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithMentalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyv4h6rn1vw85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe9kcw37fhl8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f01vkmy67s2x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw8lwyeszg1v4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xybrq292jv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c16k626yq05p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmdr0pp6dl35c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rrgz6e16j7q3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_37Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_OtherMajorArterialRoad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61l08chhmpeqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LaundryAndDryCleaningServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv2fgbmmh3qp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9jt6ln8ht80b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRUST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t604hxvm4bfd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6sltep4e3yd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FederalGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ltdjfegydr8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98q9t3n3er4h8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kvgcpys0j884\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhsyqd00etlnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FinancialActivities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e6xdyfrzgzqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2gd4cr8q825h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvwdknmkdr6y3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1lyeqb18ydmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8lj9t22w7mjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8tyqc3f69xs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmq147pp0hbv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wttb4k2ktnv63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjm1gg9zferch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkm8j9rs2qsjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_MiningAndLogging_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV15_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n6c5ks2h6361\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_75To79Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhx0ezswqzvr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodShelterAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkb631ne2ddw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyrgmfwe2ymj5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--FO\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k33jw4zv45xkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4d25hv7wv3pd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_IBRD_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqgmy9tr38me1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgb6mefff5jsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgx4wselj454d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9f8e2qc29wy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s51nrssvkg7x8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/428vfq74jlpp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4kwfrq9vbf62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vy6ngl9k0k2jc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s0h0lv5lq3x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k4rp3b4c2np8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0zzm03g29qs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n11mn1fj5pmzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvbf05esjc85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch2w0mrghp3vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpbg8xpxs7bd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0dkbfewg0kzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxng5lch670e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7v66dblxdnx5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSEducationalServices_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61rfk97bp271g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2j207cnpd5d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzpr6we3d2mf8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--IE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rlspttthkt1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvm6zrjlvfk7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnrvlpncdkj38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96dhnczy8szm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mst4bw1ngj6y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qptl6tjghsscf\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceTwoOrMoreRaces_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q374cvcfekq17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz6drg887lp56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhpsng69s3q14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz040x9211ggd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dc2clzpynlxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xj43zkww1mz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nevrjj6t52fb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y15T24\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_EmailUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/332m1lcnvjfs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue175000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3mw5fgxt7p11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3wtmgs88gyf2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--JM\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s38ejm8ztmqh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fml2t7xlxpd5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my5hd42wjnhvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCOVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Vehicle_InvolvedInCrash_Parked\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6elf7kqss50c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_SEC_CMPT_75UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q5pspg5771p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wglzz6dc2g6j8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vrt0fh44tjw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hgpyt5qh2vxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c07jpbeqk6gj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/264841yvh3t04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Poultry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e5qdyrc8k52b\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InstantCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/D50-D89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Sales_Establishment_NAICSWholesaleTrade_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6vp0xtccglcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8224e56gqm86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vp0mgmhqxwnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcq80h7x0yqq8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxjz8j2wm7dq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt124lz04h2s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1e7tl51em0e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnzd22016fph5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2p8m1m9f7wv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzy3ny1sc0yk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9tdyh02q165f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpj51h9cyw949\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfxmycwx0p1z6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7374dqmrvn6td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl3w0lj3jpqh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FullTimeYearRoundWorker_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7n1w3rggbt9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwhh7brjttsrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de4f6y2b2pgt9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_ProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq6wkhn49d83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Recreation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5qsfc0nn6c8f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To25Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v5fprxnwyxef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzxe45gxx3zsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z942ds9tvedjc\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zbberzkymyh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myyk6fs7yqx9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qty4q6bbp4c67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eetch30ywe7k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2hx3k8dlhe19\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56rcpem35z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj2gt9ymlq8jf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp2ksd30kl4y8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FSICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_UnknownPlaceOfResidence_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthMexico_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jd9613ljl25f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j08h1fw3ny8db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt58jfkqyw0s7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGARX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ghwh0dtpte9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcds4j8hmrjk5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OnRoadVehicles_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4cxgk3ryh8m7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5jrvsk11fv61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue200000To249999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc620n5zfmmx1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHN_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmkm9mkd19km5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Housing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62gn48xpbqew9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ps9q9xvb5sz7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06pwt7m454mz4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs3lhce6pq375\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qsq54pg8dzcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewx6zne6lke11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngyvy8pzp6hg7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SugarAndSugarSubstitutes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e0fc4bwrj1m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn64bv9gbwcx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjs5g631ynphd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pch501vtyk4t4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rscvh3ktk862\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46pnwzj0rezef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0y48vf0bwztd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_AcuteCondition_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erwldnjhfnrc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkxq9l9yw282g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0m9k0becn738\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PR_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cvde5wh91beg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2knnfhvh5mgv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzkldc86szpl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MeatsPoultryAndFish\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w250xlsx2zqgg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVFFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8276gss3d3q82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcxkj1py2r8hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8hv5vgd4w91c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD1_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalExposureToSmokeFireAndFlames\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09zrs3chkpnj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d90dpe6dp9d86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w918j1xvfng3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh29t0dt1jhdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emhqkbld212qd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_BuildingMaterialAndSuppliesDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zm3spdqvd547\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q571jeb3950x2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVOE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_38Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2jp6t3vnt2s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkp8hggmc0r98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw25ysx5rgr3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqx7kv4sq4jtc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_EXP_CAPM_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd3yplrkwd46b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxel9lbkk2s4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfy9nbklm57j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_900To999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R53R02_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqzhsm3zyccxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvcpqxy4mcbgf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EV0CN.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_FDPUB_FNNONS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mxtfbqvembf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c883k6k9t223f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsljlp7j06d9d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OlivesPicklesRelishes\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_4_V_F\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gzfrlzg0c957\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nzt0wl82s9e5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_12MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d55w07y474s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk0dp0c01fyy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lllc1npr89edc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx7wrs9m652lc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWFE_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erq3rl66x033h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knnl36czn70qf\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SAS_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yys8kjb6e9hc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1p0fmyhr9jm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jysn9q8j0cymh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyhfdpcqrlmmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbrzh5gj7ek8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5kvwp33p3sr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_BachelorsDegreeOrHigher_Female_AsAFractionOf_Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin7_t_d\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjl3jzzvl2ld1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rprvw13kspv3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eeg3ge5vxyk4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_V\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_20Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_OtherClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08d8k38mmht67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78r09mph6b4y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz3xjjc0t95j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6cns0xfrcd72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks1hllrgdb9pb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq0vc4jk0542d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw4xssyyw5dkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj6zh74zhkbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgrbkqph5rs53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvesdwjdvnzjb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpbzr2zqnlpbh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PLICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsyv55twtbxk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk77rndj80y4c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/decb38gw5d015\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elgh891btkned\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47jqhez5hmbjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t5c6nflerxh8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxm9681dg8s83\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1g453fdg4l69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8rg1l2ff18yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg5c2wssmmp72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxn1g23jcyx3c\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV19_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwz71pr95944d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0m00s9sw6xp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4m5vd2rntb5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnd9e3nctqzv3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jl38cgbqxf98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OnlineClassUsageOrJobTrainningUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4telcczhvc5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rbmgs9gv7j2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_Kerosene_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl3zxqdfbs2ng\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2dj32rdm37k4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_Underweight_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7bhp15qkvpgf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbcwxm3w2xqc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfBladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsh7cdrx23htf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCSocialScientistsRelatedWorkersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd67rkjg72q11\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ck81ejw811l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqpb8z6b2ffm5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y36e7rc9qdtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z36zx39h84p61\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cnpl8wne1z0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_50To179Acre\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfzymbc67njld\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k963vlxxh9dh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmsfcnv2dlq2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssh8pk9b7w4c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yst5ph834xn2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNSRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0c0nt4w7een3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1m11eyrf6551\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvhxb0nvs3dl\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmnrpcht9vqz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s7x9q57mty62\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng2bqpz38dj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdy53chtb4fg1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819BG0_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wvjyv0hezw56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfm3brd2b55jb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmk59ywws9e3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3xlbfzqmwrx9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Nabilone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydbj9c8dhk3q4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x7n235wl2tf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek7h43eled1t7\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CosmeticsPerfumeBathNailPreparationsAndImplements\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egqlj8lxg3srh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnbq8417l40d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0ccky7vbpsz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6x9m4y7efgy5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxq98h3hxpcd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv9s0bk3lry7h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z0rl9wv3dtn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br4h8pejv7y06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d683vrkxfgs85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6mw7pdq78f4c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_WAST_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Civilian_SingleMotherFamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l1jrmz9dp0yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk04e5m2kjhx3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_TECH_MF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV20_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l7szg2xky438\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_PrenatalCare_FirstTrimester_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv7qcgbl79pqc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpk5jhgrgw921\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t65rxkng28fpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkwjc8hb2xjzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CertainInfectiousParasiticDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p4g33dqbx236\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5070_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t7wpw7v4803b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticNavigationTransport_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthamerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5z35v6gv909\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcpd07srxcnp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgblbgqy64d63\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_ICTS.TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlprzfjt3x26f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz598yw9wjn93\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y25T34__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfhf6vyzzw6dg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v7zj30bl5rxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9npgmm0e8rrk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75pmfvcf44g84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_Overweight\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.SEX--_O\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clt08ev67qbg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40mbmvnfe7118\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zhylt2mlbfl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6vbmc81px9ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4hhtp3wkg04h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6s9s8n33z6kd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_NetForestEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Male_Citizen_HispanicOrLatino_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64kx06stq4yc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0cevg3y3k0y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd3cblxp2srlc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--DK\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15r1demdqme28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4cc71elgty73\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgt769edn1n24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz8e44jtg70r6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Atherosclerosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g53r0vwk23ep7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7lf3vq295hqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf94c250dbqp1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrj2lxv53sg9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0gtey2bjl73\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhc06b82fd1pb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr4rvrtq1tb7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcfxk1lkyywp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkq7q8rp7c366\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z58n0kwdk8lw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WhoopingCough_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/427lqfsv8z1tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4nr99trj1qlg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j7fvg6mlm5r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf4jd2tbl49cc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzp9qy3gn3c06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z83px99lpb4q4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddlr04zpps5tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5xz8h0xh4nn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2rkwh65gqs95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8ymxhecq90g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpyzv21tn08w1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2hq9b26gnr7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f054rvt4ke3k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljkvfk6dpvwg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zzsz6e9g18b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86m4kqcz2gt6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0c8cg6fmbzec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSJP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hw5x4ycsvh35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13821sk7vs3x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq5b1q7ft9mf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47rhlh3e2s8r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mjjteh41tc29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherFreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne2b9609fdygh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AdministrativeAndSupportServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw0kbr1ze3sg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg6fwy0543s6f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04ql5x9ele1b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pc4v69e2jt1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sx8ghffr1yy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4jl62rhktj51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_30Day_FinancialCommercialPaperAA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32z6xqgdzyre7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h1v24pfb99bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1q2pmlwszprd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3t32kvxd8qzh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_FuelCombustionForInternationalAviation\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_JobPosting_NAICSFinanceInsurance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2g37hwr2cyef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgy2t2v9eqj64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m50sywzyf0z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngp6xqsrve002\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6sc67f019n3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.3-1-BCM.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_45To54Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0exf8wzrw3n2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvxp0yz8vf9rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y217dhcnm88r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc7wbw6g53wm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsjb4lp21gl0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55lv9mm6rhrmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cb4q78tk5dy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82vx87mkltts3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xyxrp0rdejkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v770g4rllbm0h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_NaturalGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv9tzn21trwhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23jb7567pb132\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fencrqkbl477\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tr1e9ebxvsc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpbyg3c349cm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdbvxlvwn3lqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x911cmg0dj1x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnwx4jgjbnc72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28glzeh8g1qq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtf56k89qn125\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvcs8n56yej08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ch7n88v9be91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkg8zzk13hpq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/deyb5pw4v7v01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv8wg9qs4w01f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_Daylight\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvb3mkvxqs6zd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithVisionDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en7vd0cdmjfl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfccx0sf1gx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0ptrqfp2zv19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv8tt31es01p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ViralHepatitis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DECT_EX_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/g843cqrb0ckd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_EtorphineExceptHCl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zeyvdq7wtyy9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h6e0c8j098p6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tbjw88w3theb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk0kmfe59te\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwqbl7xfd9jp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5701hkfcnngc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_0To4Years_SummerSeason_Male_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08csfrs51tsh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ye8yhgjsrzm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6s4fmh9l2lc5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_BioDiesel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9r6h1fl61653\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyzr9j5gx5l56\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshAndFrozenChickenParts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mrhnznbh50nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6gcy0j5v9793\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6prd7rl1x021\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stp8qcer02x07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2esdqpbc08e8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dws1gk80xe3p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkk9hgvnqlvec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvbpd7r9f5py8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhgkh2ctqfsvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prgcgv252qm78\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpdj80ltzspjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgpwmm04kps76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjlbx7t82wdx4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kjelnlfdfgc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q00z5m212bt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49vrrd47jpq27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ez4cndvr985f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xby1q8kvl4f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d87zltpw7l8s9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithOwnChildrenUnder18_Female_FamilyHousehold_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nzx6t86x409f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cfsn6pdksmnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p2q76kthghmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gvfm6b5nwe42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhhwwk2c6v53b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y_GE18\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q11e4m8wvhs1c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FuelCombustionInBuildings\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15To17Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehlpf9r79bvjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1z4v2wl3z9hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmsx5cjkx44y3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv4c0rre70jn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryzs3sgvsby29\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/102yz1q1mthj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99qy52k5ysp71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed1re1fzy931g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2h473tz812e\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvf8qfcp4h4b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq5s10m0697lb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherTuberculosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nvhwpelsrzz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdnrdd9r5sjt8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qd36qrpljv0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bktjhq035nyz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l51c18r5nb2zb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/j4vry2h8rdz6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BabyFoodAndFormula\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz7w9msetrhw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx7jytbkl4ff4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ILLPOPF_AG25T64\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x5gx7egt9d1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s4eg9f8m6328\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09s677erz64rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAOB_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ClimateTrace_OtherManufacturing\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/SI_POV_DAY1.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WineAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4ngeebpy0t27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wen5ms7j4wg8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brlqk0vpytbqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37e2dq2qr29m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d9d8vdgxhdtf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w3vqcne20w52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ch5xmerrg6kb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g8ryt00pdzqh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBG_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpbfs2mb4h578\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg19q7wgfcc62\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_GovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/613bjedn3n9sh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xen64jzvnzr6b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_2024_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dflbsqpetjzv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzprm9bh8ex3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0zzp65jzj7l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpzs1rj929cn5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCO.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_7074_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mk04n7c69wkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwhwph5z7dsn6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76epcp0q0xet\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8lne0z5nsyef\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y25T34__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_PovertyStatusDetermined_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcrj7jheryjc6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp67p5fb90gb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2cm2yfk5q6g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mebplm5m88wwh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_Male_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlrc8e6zr1k2h\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ProcessedFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn36ssvkmcx81\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_GHGT_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztk6hkhhm8qg4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RRD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_RefineryGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CycloneEvent_ExtratropicalCyclone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60q44n862y9s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0yh9eyltwn16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvbp09w6flzw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7x25ey5l1wy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66m2gvsxd1wl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br8mltkq362zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0wxmt45gffxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st0lg1hsm9xz\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_EXTREME\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/TX_VAL_MMTL_ZS_UN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0w127k5bdd36\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthEurope_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusMeningitis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29kfhpmktexx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dvkzx0elngnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d93qf4bbz2562\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_GSR_MRCH_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc31wc1qfqylb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f30pcc0jdqgw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMTRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sv4gchgxcnk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmx44enpcervc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86y56mslf6s09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s6ylhq407n5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wsj3tcbp0y13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9d80gr8qmql\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1ACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6t3bwc5ccbq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9tkk2me70cn7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l8cyh6je8xcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jphj8zrrfg7g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw155wx0w1cz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9mngtgjdjqk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx73eyc7912p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbt4mlmhh5x1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4epqhefzxfb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pvzc8948wc62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgml7t2p4z5h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wz449wnxtl7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwx6jxp6n6vt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h71fz6dc4blvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_InvasiveDisease_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgn9hyz2pd52d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/716m39jlpwyx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrngk29db4gsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Revenue_Establishment_NAICSManagementOfCompaniesEnterprises_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CannedVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bldbxpc4btk22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0RelatedChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh9ng8g65xvdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsh00plzy2xyc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_E_0_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65To74Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jr53j6yyfqm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dczbfgjb1cc8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35b9fkeh2qlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5817wvjc0lq0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78hgb1edk80f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_WastewaterTreatmentAndDischarge\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfluenza_PediatricMortality_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ght5r08087ze6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22bws6s5z111d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drj59mkdyj82h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypr5xdmx7wz0c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMFDB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9zllm681ck29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx371ctvyd9l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9cg1g3lgx1kf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_NonScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_16OrMoreYears_NoHealthInsurance_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RP0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hcr9sdttgbj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hlhvqnps3tg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcqlmzeby1e1b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5str9b4m9hjg5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RCRTU.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecrk4xm0tx54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnmtez318dr81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k47xgry924fs1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p5wmx97sxem2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt3m3pxch7gt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm7jrmqg2r0l9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt894zwnn0epd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysm8cdk12me15\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NXSIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4413-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSArtsEntertainmentRecreation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dbkkkdepfg7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wbg9j4n5vsdf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_ACS_ELEC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v52zf7v2s2l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q9b33w682yc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emw4ky3yzwq55\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_MEAN_1T6_AG25T99\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Watches\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BabyFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqy2f5hbd5mq3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1he43pycgk7n5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsmyncwy0v3g2\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Orchards\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FreeInternet_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmtynnlg6zmcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj4k67w5xlrlg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t34d32mwr7e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4fs60sb5nl5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5s496hvwgc3d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mynlf99kbn6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_HardCoal_EnergyRecoverableReserves\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8kzqssq69tjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdrbn7ysgj66h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e6gyfg3jqkr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0fln55ly8vng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/057mcvqexjwwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28fj58lzb3yb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/420pgrmbsdv87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr2y5qk8wpd38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tkmssnfz2w63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57twczkpn0s72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3y3cyrydrjk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96r7vqth83ew5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_Female_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcge6381gs4s5\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1gjlh5pknrsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_CommercialBuilding_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtwrdpdkz8n03\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.COICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_SideswipeCollision\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6qc4b3wp5psf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSPublicAdministration_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsyj7bh2wcfm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r61w0c85tkr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69gby8wqlm5q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxhwxp7grjxt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h75d3cb48kwz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jydcrh38r79r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Atherosclerosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ntjm7cxse393\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m35dvw6yxknf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FinancialServicesUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hyrg3zwzz2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qepn5hke8p585\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RRRTU.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyeqkd4pyseg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpcqztdjsy6m9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26d2852xk80y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bgpb0m53jpyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v7527hwsqqph\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds9mx603ffqc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sefsprvbl4d05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzvqj1zzes69b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z79x37wqmz765\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqq8cczhb2fkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Selenium_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tkpf8ez40vm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ze5r10p3vsff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgw45p5l51j5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3s1vxnd2z63f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000To99999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/088dz8hl52rnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w9m4mpq01tk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmtkyrw3betv4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfszm9mwfbt81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddf6vcb7lb926\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc84gcknzz318\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcz1rk6jlknt1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAH_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdyx6hcb1w9k9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb2jpneq7n71f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj6e40n3hffb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5dgn6b7eslz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Trichloroethylene_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment10ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4qtbbqqnz1k8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcjh28tq1fjx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26jqdzyk6sel8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljx8ybr5d49qf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/880swxyveq8nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brhwds07k3ysh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvhff2gzghmk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BlackOrAfricanAmericanAlone_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_Agriculture\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5wxmdzzrn8c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww6wqtwe214z1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.30-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x0t9rp6pm378\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vygj3mpwrsn8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PropaneKeroseneAndFirewood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28memp126gel9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ViralHepatitis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2rrwlx98ft8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9nzyrxhb2hf1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3pewb6rqs8j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RoastedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yv00mnbrhpkf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zevz2jseyp8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v0hrse0vsyh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbpl6sy33sh19\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DAICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqgyjvbzyxbh2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MEYRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0br0j6c4nrkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehez2n99yn8df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3csmlmn9s574\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqsccvkcw2kxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7kkq5tvdwvn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swgt0mvh4qfn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6jh7prncn2ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhwd2bqfqsp8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_HypertensiveHeartDisease_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/099nt0wpe0cx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsxl1n60yz1sc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BettingOrWagering_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g44phekqhev26\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsk2vdphb9ry2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_USCitizenByNaturalization_Male_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8rj1fwp38h37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ves02m300f6lc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHOO_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Hernia_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te0rnk1cm3pp7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1532_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bylrzwv4567h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k23ws47345t19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf3q5pdp67ym6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tde8tcyn617b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AdmissionToMoviesTheatersAndConcerts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrm2cr1yw0m21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3dse1kwegyg5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrtmftjvzfh73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s032q2lq4tmt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gjxscwnz00f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf84nkerps463\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_TOTL_KD_ZG\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_Bagasse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x0y818h1hxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz5fbcf2d48z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56f49pv9wb232\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ke10j26dwvdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jvws6g03q6cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n666nxxzswm46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne8ntx1sqmvw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5wr2m9s63q77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jtn2rxzb7v56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gzb2kg7ee7ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fseb0gp3wjxp1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/755yh6xft75q6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r82vfq90rv0d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn5e0kvrt510h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxn5bkyt96661\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9ym8dge4etq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzhc3rpd08lc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct4c9q5b7md18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phjs1pextkqh9\":{\"byEntity\":{\"country/USA\":{}}},\"MarketValue_Farm_LivestockAndPoultry\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV02_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15t3thw9zjft1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7p6sqc6c3teh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b3pxwegbjdp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txsqtdn2449n4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_IMPT_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/b47dk9l39f841\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2vkd0w0c8r88\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rdqvtk5mcw4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6egn7whlxqfbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9pswjb1rwew7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyzj45krfq9s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq5ll8mjjrbb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.27-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/AG_YLD_CREL_KG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qt2d04qc6xfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjgprcyr1ct63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother31Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/553md0f7fq3c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl7jbjged04f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1ddys8kjcp65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_SorghumForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationUnknownBias_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h83jrz116svf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ds188k1my5zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn5tl4pfhffm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DischargeOfFirearmsUndeterminedIntent_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LOTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdm2xm66z3rwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5cjh5e4r94cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg3615yjeztt6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wl1406bgwgg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8ws09bsmg5t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx1w704rhpxt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinOther_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k3ghgkr379fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8shjbv3th708\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p46n40l02j0y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rltfmwwd4th26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xvyg4z2kvx8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2796hvt15kb1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GSR_NFCY_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_0004_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9766p3vrj416b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppw4rxtct3e39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp4gpr26qhs25\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwt7nzrp9y987\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jb6858ty1vk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kk2vz7wdbjx9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbe0kbycjlh97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbszdztlw6m2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kepdrz5gpcm5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.13-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/DC_ENVTECH_REXP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5jzsh411yegb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg9dq19rcccdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfcnclyg8tcc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_White_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40jfs3why0ec7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm7cdsr4b5ptb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qsz0rzb6te2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h75t4rrk3t4mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjmnf6lrws86b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--JM\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_GSR_CMCP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr47j13vtx8c7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62jd8jmsgrez9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwpc8704kzd29\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lwqn09lkh4ld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj8kkyfq9tjvf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptls5dd78h8x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1979OrEarlier_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s4gjqbvx1431\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62slg3qmk0r89\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_WorkedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF22\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbns1ds20z02b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b22y076829xs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx3c8jh5sqhn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwekz6ggznzyc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_RDBC_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Person_WithArthritis\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SUD_ALCOL.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxwhk44ckq31g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzdtvqv373gxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcqe1qn8mvpgg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDHVIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hc50zjtqdpe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mr3y7nxfqj8f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we6kx7xszyml3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpwn0kzdzgz22\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOX0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_SCIDEN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1r9rzmd19e14\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS61-62_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2sbdx6nd1dn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wvqnrg5emj53\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92lp8cx8pw795\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4e1t76d5n4f1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherCondiments\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7wbgxy8gr3g9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxz01bhkhz6yf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_WholesaleTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtx5b1e2ysmn7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CO_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_IMP_GNFS_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxqn49ts45pfc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0UP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Female_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzjyfx5nkry2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwbfdnxdcl3t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrh3yfz13lg6b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_NET_BBND_P2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInNoninstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh0kvzq31rk28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9rhcdps6n112\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew81qjybxev85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx94yd6q9elb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q0gmgfljljl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8wqy6ptj7cv9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PostalService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ers1nbd862c32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd4dkek0epy04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgkenwd8q3867\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp4hs30k99wgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1To4Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psq5qsvv9n0yh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819PE0_MMKWH.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40fsmrsljg3d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epqypx1z33ek5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshWholeChicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06q4xd2g6b2xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qzl4lzqzz49c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de11c8kevjkqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To34Years_SummerSeason_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3gmtpgtgjgt\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Ham\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmf6q0mrtx4x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs9xeqwmjt0m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb1l1y6fnsrs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce8y2g8z4tqk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7stwbjn11rh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tjr74r9pcqyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv3pkh877b9y3\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/429gr5sl5k1l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dg42whtvewjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zbqv827p5dy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--62%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s07gygm26qlw5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1AUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YOP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j9vqybeyzzxf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cssekvykhys5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf0kbzzw31v82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jde0y38le962b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thr6qwy9fvtch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nre9cbcqqdrrc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_ExpenditureActivity_EducationExpenditure_Government_AsFractionOf_Amount_EconomicActivity_ExpenditureActivity_Government\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_7074_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarketValue_Farm_Crops\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ls2hfcj4ycr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb7011lgtv3r8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_IDA_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf0zxcfhbk69h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5dk786m81bdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxle0hqvxpe96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq9d0wtbt5wx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8lmj8cl6qp0c\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8h0zzbrehl81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdydbwfx8b4l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_DurumWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8cm64j2019k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrs6zcnwe0fz2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-4-BCF.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwkxfn78r5d9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2vhkpw0slkv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdsk4v5v99g2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0frnkg22ms44\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPGR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mte45j23kh8dg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPorkIncludingRoastAndPicnic\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rs0dyre3xl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n111lfnjzr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftrxq5br5qp81\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Age_Person_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherGoodsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvd46vr4rb8h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jxsdbxv309j2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_29Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f5m2gtmyl03d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czd3t6yctwvr\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzqpcz975vty6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_WhiteSpirit\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dlbtd8vybxl5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yl7xk59609f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q6bjcyx6v7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wggws4w128ct3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhe85fdejf6s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwqy4hfw3mpd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbvppeme57vpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bhv7g8m845wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xmxktwvr3dk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdgfqb6w9cys5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SM_DTH_MIGR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge3jbrxzm63gh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd09xn6jflg3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsk2q90knkqq2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx935yt41st9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvb7nwvr2yywf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIM.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_FWTL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensSuitsSportCoatsAndOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2dngnejb0rz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edegr5bmwtt7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_BlackLiquor_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"CumulativeCount_Vaccine_COVID_19_Administered\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w44q6j5k4qg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsnxhmk5yx8k5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf25000To34999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64s8jh7kzljs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c38bq9w3cxdxd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraInterrogansEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69fwpcpdd2vy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7083cmddlbhd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/495q36j5fkh4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1x7lee7yn69f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PCS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp6xdfrecxln5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YOP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonRoadEnginesAndVehicles_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfScienceAndEngineeringRelatedMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv3se7m8p9sk3\":{\"byEntity\":{\"country/USA\":{}}},\"Max_Temperature\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/fysbxgg4jkg52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhpzfy4nbdzd4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdrmh96nd0t5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7s9wdnt5eqj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e46ntwrw7dxyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je6nv8j34dc8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qc289qzzljwk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8kcj7mx85tg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthEasternAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ttcb1530xtj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvljv6yzqsvm1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvb18t8lf4yh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--81%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr87wvcghhx4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetExpensive_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39j4lp4z0cvt4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_OtherHydrocarbons\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j52lh7hscpxl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18lg2p6tkgc4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mhpk00pytl22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnkeb84ldw1q5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/801012f5de3b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkp2gtfsjr87\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNoninstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd7e0ndledrzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvld01q665cr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgccpptbr9hbf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9040_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSAdministrativeSupportWasteManagementRemediationServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6gzk5k616t99\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To50Years_BirthInThePast12Months_Female_AsAFractionOf_Count_Person_35To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43l23q0dq5njg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR9910_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REFFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs098pg06ls5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjq3vyw41r8nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrLessYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqj74pn1l0y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n618pjp9wtlk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk7x7fvygk3z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7btq3c0dk02q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2nqvwjcbsg8f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/920t6v9ne2k75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl8f6jlc3b6w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlhq24nf4lrd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ev4ngq4dvl25\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4q90jxtzkdh9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RZ_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcj1661e1xwhh\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SAF__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys9llvks8h5r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5m20zheb941g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hfmh1sq8t8f4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7qnfpnlyv4z3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-3-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Services\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2lkgptysnsz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_6064_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kw0p7tz5gh4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vjcgy8c1eyv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz0mlg54xp0x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41nm8qr83wft6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs1y42wsyzcd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_IncomeDeficit_Household_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3th7d19menh34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HypertensiveHeartAndRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h98g9r36520zf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnvtk9v4f8xjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxv7zrk4nl6yc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromBuilding_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_RaceUnknown_NotStated_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DishesAndFlatware\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--TN\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17yq3nxjw1gf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j20l8mnmjkc8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthOceania_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96s8xkj48rgqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de2rctkdfjt7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6p9shx9rl0hc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/EG_ACS_ELEC.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqshft3rq05e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6z4eqh4ffgng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9yc302y46wtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qskvtdkfmrn49\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3gc077ewq146\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjbzxd60kn228\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1nhm46220fd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8k76xlyc1g6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgng9k2wh87t1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w6rks7klqlxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c25c2g2jf0w5c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_WastewaterTreatmentAndDischarge\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_NotLivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tcxycbb21qwf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zsyb9vrnrl4h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-1-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HospitalAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xwfhg8x42j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AIDS_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdf2xylpbw31c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzbrfhrlw9qrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfdnwcwkf7c44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfcqy3zpty6j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzn0njtj8t4sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg8ers28bxgj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn5b1htfkv8q3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqre3k2r4r7q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljxventlpv6m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yznbekr0z53g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8c98jgxcnd1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfsbx214pr6wd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshBiscuitsOrRollsOrMuffins\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59e1k64qzyn49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jchr99q7925d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyj8bvrd98xcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Cotton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsjkmv944tne7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmclcz5h9hqkg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Televisions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc0kqyrnj91n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7dyfvwn7nf53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9501spx9rteg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Impersonation_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/686w1zxtz09lh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f3h92whlkyw2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FPS_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66cyp77er4jl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg4elenz620h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfzs8p83rck99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother21Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k017nw9tzg2j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgegycxws1vm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dv3xlp51g2v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xye20vs2t74w2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin26_t_d_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bck26fdmlsnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qltx8hbjwn7q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j682p1lgs6j4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vs98kylqtcw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xp3e3yle7v66\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_M15_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6RI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_SUIC_MA_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/fnjmlt5bk5c8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxvy4471rby04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4plvlmmg1qj06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxph0bllk4qc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjl2d6jdf41pg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftq2esyy8083c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne63ywxmvk1lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptwdl81zsn9ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smd6ckdc2e75h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcnr8y6hve14g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Fuel_CrudeOil_Refinery\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_SLE_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_75000To99999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcsy0exwzgmq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/089bwgvyqwsrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lgrczgmrepgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew1gpl3834rhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g290dxff8bzb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg5cqw4ty58y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5hby1z1488ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdem3mbp8jd3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4dtzdp6kbewd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9mf9q9l002t2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qy33cvwhpckc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wt8d2srn5xj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b02htp1j1wtp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9tbxqv51vsd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcx556hnv9z64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WireFraud_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Nondurables\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0RA_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb8cvrs4bgqe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_4549_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_77Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64411jprphesh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4fdb39ldrhgb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fh0tery49mtk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py73xdg8vkd54\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf7fpf4tz0gjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_1.38To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehd8xj63zzhhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47ebksr6x51mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlpfhv9snl29f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Meningitis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldkrtxnpcj9yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7t7rnnqj7wf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymrh67bhjhzj2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek35OrMoreHour\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpgbtvbtn1mvf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UtilitiesAndPublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhd85mhq71f87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5efzs4x817p5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_Transportation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Farm_Producer_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0165994v0l8fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bmcj4rf24yf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1z3ppthznx86\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_13\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/e76wsvyg9dh0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fns7lh3ck072c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbtedttlbxkr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1cpn3p0eekf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstPerson_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v70rs70pwckyb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8k01bclelch2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwe6qk8kzry46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Smoking_Last3MonthsOfPregnancy_ECigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tw1rd94hdh78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45hvwvjr4dx08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhfq6clned31d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkvm6qqcpvrkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8mfbqw87wsrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc91cdv9gvl58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Pork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww104r85hh2bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ste5w54sg2zt\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_FM_NE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_ClimateTrace_OtherOnsiteFuelUsage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cs0rh90lc4j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzmkq1w14w97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gly8rdqp89yl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j75781sdrzxpc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_LBL_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55xhmw6fb6xz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn492kh669tf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8h5zpzpgbm56\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk066775tj3v2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthCentralAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s53slx5jxnf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCandidaAuris_ClinicalCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vpqvxfl6wbdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x3ze232q97e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0z7j2bw5pb4c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wc9b5qbh9nzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_WithDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/815nx5e4k7nq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lerpec9kjnx32\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGOVEXP_IMF_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z9qcw92lt1qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76pt2tstz63ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qdgp7wkzkyh5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_MEDIUM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s54mj9tj28345\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mehcdwpm26kwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mxf4p3f5bj62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jzmz13c93cd8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithVisionDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrzd92qzpveqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkrcxcqbg35bg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpfnf1jfpjp6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CRH_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ql1f8w1gczz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jwhqvzn5vm93\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_FamilyHousehold_NoWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_16OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54s162frq4tx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr71fegc12ms5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et08zqnkw92m2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_6569\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal_White\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77vzktbprvvq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63vlkvxymev59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqb243rc0xkcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Male_PostDoctoralAppointeeOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvfkwh854fmg9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA11_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n785k4edk0vbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr4smedx6ytrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51klb2sg9hn1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6h7ryhj9y7e4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p83edez058s1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f256sd0fh722\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dw9jj27l2xq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8er5m9bsvdze\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vh718v8j1vbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg88tkwke7s6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxcez1xgt241c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s7sd7lj9hfq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d163fwkkjcsyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t1nk24nllnw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6hbvc6cddgh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghqjzpzzgq357\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywczt4y94qb78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tcpx3l5pc0f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m04xgmzr2mqsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b0bsm46llc2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8byqdwv2xslng\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02j08p8jkm6bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhxvjdqky4xd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv6xpefgs2v33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb1rrm9f6kj1g\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r24xtsdtkspc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tstzk5shr9eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnedwy8m9bzgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skgjj4c460bq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63znh0wlxd2cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgwfn07zn7gkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr919g1nk1vp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkjvf2wbmkd3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjn1bsnk3fp9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v074z09ph9bn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUH_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bqk62krtvteh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dz5241lm3c32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hcjg1e7jyqd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8jscf0xretnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ParkingFeesAndTolls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j5wgcl8hc99c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_AGVAS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_25000OrLessInflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc6nwcd97ty6f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncqq1bl003cqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r03e5d2kzyd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA27_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c02hj7fq7y6j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdwj15pcevjsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzxxd2sp373s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m44q2qdg3q7zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfxkxwdc78l02\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shcqgwq8bex58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_CollisionNotWithMotorVehicleInTransport\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khzc41zwn3w71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8691btn4v3n8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IP_TMK_NRCT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p0188gc3k3pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s84rw22l78vt5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_HobbyToyAndGameStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PersonalAndLaundryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q1ymcb947yvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xeb8jg49cry4b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TT_PRI_MRCH_XD_WD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zq436nrf2d66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekgvk4z3e9t56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt6q3nfwlp1c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztvknlget7q39\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Fuel_Ethane_PetroleumPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1qsn76nqj346\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRURI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherFuel_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_90Day_FinancialCommercialPaperAA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mkzntdsfkbk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2hj343gsbw0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj4d0fgsk0drd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j67xzbydjzj3d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkb36kdkettg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twqqbtbyz1v77\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_WasteManagement\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_XGOVEXP_IMF_23\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Anileridine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb7q24xzfqvf4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bsppvcs3xykf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcvngv6p2hj44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x13bjdckhhfl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgj9y74hkr1ed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreRelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VehicleAccessoriesOtherThanTires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yndgrj5869mg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedEstablishment_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bkjemcbbvg6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66wwe8vysewb3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SaucesAndGravies\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDHVCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q01dtlzg6mj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xxp0jbe6wf0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffgtxk0h0pkv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5982bpfylqqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt05x8skk1rfb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpxf9509wkmk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pztmckf57wfj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l12hqvce5rd0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltpvzh1brbd81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/916cm6ql2p2d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb3j7lg0cv7lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q164bg02r80g2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VOV_SEX_ASLT\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_1T6_AG25T99_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rbw3ebmnvn18\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0qjhwhtfmjv5\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_HealthAndPersonalCareStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97bx9e59l4rtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hervv2l72lm89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqgjhfzytr1w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlw00s3vjcbt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcb0pv248e99g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf61fc8rwd921\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0yphf0b3nnb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yzl0cg4yj0k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7mmhhme77zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl90elnp0f72d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m554lm3p5lvd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_NegligentManslaughter_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgw5tdvjgg743\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0tdd4zyglrn1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06r7ftmb2gyqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7395yfz1q8tp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr5g1nq5888v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgxqygs3t2gqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentSomeCollegeNoDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwr9f6fqlg6e8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IP_PAT_RESD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/466h0s60x6dr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5msps7j5spw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AlcoholicLiverDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g52sbbngnxf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d6prxrzjfsk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdf6chlleb8d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxgk25krs2e36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6pmqv1973shb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AlzheimersDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b97pwq5nx31mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1n9bm902w3kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrhwk490r8jl4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BituminousCoal_NonEnergyUse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_OtherBituminousCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w80cxjvp45ce2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g77hv8sgbjvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42q624q3brcq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s7b6h50j1syf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfg4j6pdqd8q9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2vq03nxmxxh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ts54w5b5hyx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7ctmk9j5yty2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnr2j4slk1ddb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cst3fg9zpgbgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w90r1x0zptpq5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEHHB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhkwe22nt0gjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k8zjwc7w80m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/754mk7qslyvyc\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c81zrg6wdxpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rych792tcmbb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y96ctwhv5gfqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj6nf5k6t4gjc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LP_AG15T24_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeerAleAndOtherMaltBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8gm4jt18wg6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzvsxnk0h78h9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_STT_NSDSFND\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbbwezww428q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl19yxezsncxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzsr6j2tv762h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv7g02wwghntf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2q2c8lsbf32c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TobaccoProductsOtherThanCigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zbb7s5nx6rxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kref4kggs5m8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfjdrrweyqk21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA19_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p33dvp739yeg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx98sy12mewn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9zshg0br6n82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc5jj3kgy7y67\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_0\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etjszz6221194\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx3440ww3qp55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TextileAndLeatherIndustry_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqgsz9h1xb2hh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h9wvw1d68qkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbf1t5sddylcg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m32xnqlym7ldh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3fg1mzqbh7hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6mlrmqnmztm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ke1mkl1srpj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwlb8ptyzfe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5dsxhzs2zn19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn7p1r9bwkshc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To17Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb19kezcfemxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1y8mcvrv0vr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhljgftnycn8b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_ST_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4tnwblpn05ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfvpz5x3v86q7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FB_AST_NPER_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jmshxdjs2l1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jj80zjvgnssh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k14x5nv6cgx0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pln0psqbdt946\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjythbfh4dt3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt55vjl4ymxnd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VVB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fr2lkl5n8lsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq602kge4h3ng\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wx3s0mp4c0th\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svkxgj1v0d33\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_IndustrialWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btdw7se7nvt88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2019OrLaterDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Female_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9rp8j7bfkx8h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c02wcg595dc24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0he9e2nh3mr2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l82rmsp67zwx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyy510q374bd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8v3nq8f7x945\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yk3w3y78qqr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5709vrr9k6zc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NYCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IS_RDP_PFVOL.MODE_OF_TRANSPORTATION--MOT_AIR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--Y0T17\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_20To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eww3gkq2eh38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/679kg9jlh8v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhhcns0c23eeb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/gdr5wwbflntkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0x5833mh2gs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fctybe7kjtyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bml4qxsvlbqs3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWLB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tglfymm2qe116\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy7yt8454m237\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPJK_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessMedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nt9jd0k8w3q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8vsk6j8t6957\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqdtrvzechs47\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16tmqj9hly209\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp7pmnb4z2999\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxtez1km5l3k9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dw9rr8hq5g2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg35rpz733qg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnz7z1t8b02s4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hps5pcwm2d55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_UNER_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg529bex4bwh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqhe17br8tmdb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Fuel_Nuclear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BFLCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g0zjg2fk4nt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gbbp6rkzdbx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdh5qm7l7s9x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smnj1sqwvme55\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvj2g31hb1pc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tshgcbmv87984\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5lj49nfxsseh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInvasiveDisease_HaemophilusInfluenzae_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7htn9n8ce2dx2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DiseasesOfAppendix_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrbqsb6879zfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bxk3623j5mf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbwhzhd77f4zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlf135ncy51c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc1k1fr7n6p51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MiningAndLogging_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR42_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGVHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherPorkIncludingRoastsSteaksAndRibs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1407vft80y9d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkhjvt0ebkbf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jkjmlj4g7hth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80gd9mngcctzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_RaceUnknown_NotStated_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjj9snr7kb0m4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/690xfpneckhbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS61-62_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithMedicaid_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v3etf4f9cq8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjx6xrzh0lt69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqcmd90fjpr5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1916k1wp82s61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbhmc24pedhnb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_FuelOil_ThermalElectricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpgs4tw664e23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3010_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/p2bx8m6ghccj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_YiddishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0500To0529_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Sufentanil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kvqf55q2j0hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfexz9fge4jq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dky41xk8tpx43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnryhfdkcsl0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwfqr2m82qt57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7fx8qmt7ms1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4008-8-MMTCD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pks5gm9jzmqsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CandyAndChewingGum\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfr1qswyjw84h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2vbk1jx8jj0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm6dry338f3k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwx6b2pnt9m5h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_BlastFurnaceGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l1v5wh7rtjg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kxp4bvmewz01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmrpqezkmfm3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_1.5To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yk2xcnck5p2h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8scc7cesh19h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djk6ns057rwgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/meqtlnz2cylmh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r1nzxghn1vpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fklk3hmxfsgf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yys53bj40pdeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6evtw31y9rz49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7y4zfee47x33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7xly7066mvm1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6xdvdf9964pc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14yjxbhvqd81\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbbjxscx6bd78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k55x57nye749d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpt90ngykzdb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TenantsAndHouseholdInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl67lq7xm2xbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j04h3e1jfb36h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD1_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto1Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zmzbvwmntqeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f3nykc66k2qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49n77g1q1drnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxn85z0l9v5p1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_BiologicalTreatmentOfSolidWasteAndBiogenic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisB_AcuteCondition_PerinatalInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkvzhxkscp3mg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k29whrebly72\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpdnepsg9qvy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BTVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n73zzeehhk5x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzt13r10zn6t6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_5559_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3llbyzb2txc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl02z0wg9evt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn0e3xq7e4be4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t1vws8xps4m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v57ewnqp4xdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wevxzjd162g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7knngx377y1b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cph5ysmykszdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtevtqtyxv5hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yngdzm92tgr29\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1969OrEarlier_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sf4hs3rx9zq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gy33menmgj7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmwsq9qsjkvf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonparalyticPoliomyelitis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex593wnp8sxm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqzjzwexv6zz5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g25fsz6pkl77\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3z9bs2gv2795\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr00t6wpc8v5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ce4nhdl1jps7\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_AutomotivePartsAccessoriesAndTireStores\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg9t9ce9y5ms6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnje7pwxxye97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydwgzdcmp77r1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_IndustrialWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmbghrtn12hy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny4zv9lcs8cjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcx1tpl9kn904\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfBladder\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzvl50yng312h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp2ctjpw1g9hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5bdljx00fdvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd8z8mmqhbmp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_FrenchInclCajunSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fkvmz9pvdzy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nbw7707dz0kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmz5vqvxw92e4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0tw7s4nbnl11\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographersAndFilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00bg0bhw6twk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd4wk51zdz546\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbtpnp58eq3hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpfms9sb22nq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdws0jel93s19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5xk6hfs700y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj65l3jgepyc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCComputerMathematicalOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7znhc8xqmbs8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wzphvpge8044\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfqfnhv87kwf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c7cz6ev9fv5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_METH_EG_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_SingleMotherFamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmm1n8xv2dm91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfj2cfqqjn6d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpghkmftfzz4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentLessThan9ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1970To1979Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf6jjmtczt17h\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7cwfvy39pbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2y81zp7d6vvg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SFCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mwzv8wngzbqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z6q47rkt4sl6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/136nwcjz6yxp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wc69hsjct1n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3wfxwlqdblk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5tt0wsplk30d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_29Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmggsmr6975yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg4nspss5lpl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkdf4ewn1xhg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ffyx01jkz712\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6re7mpfk8kbnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4jcxzybyqxlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2j8nvlg3e417\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkgq8lmhhdwy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Atherosclerosis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jnc6w5blxjy8\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_Grain\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72252ykqppp7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqcgtxwdzsmyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl020llbte4wh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7wrz6n6wcez9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skw105lh1b6eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfl2v8y8reexb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fnemtt6w21bd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PUBS_FE_CK_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgsr3vgj7xv33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0f9kzd75g926\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se57e155lzq78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stpqw63xz1tm5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DiabetesMellitus_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77qzs0le2ch65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pj9qdgztqfz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhnnwjqr4zhlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wggn9e2xhjnj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2jf3tj831ghf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyhw87395q226\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xlygce0xx07g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzq25eby238tc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_IndustrialAndOtherProcesses_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5hmtwc88rlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_LocalGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPPRB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt94e1ds32ep6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0lfp4pj351n1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NativeHawaiianOrOtherPacificIslanderAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dxzj9myr15zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3qcs4nzbl056\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtqk248623blc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbdv4ljhfvjpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8lveyn2h9jz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szdmyn5skvqjb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70p1nchhtr3m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2c0hh6qp4sgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t04p34nw0ypyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EnrolledInPrivateCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthCountry/MEX\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqtq073vnvvec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shjk9hg8k9233\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpj3dn7300bx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_SingleFatherFamilyHousehold_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9rzb75hl0t58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph4dl2wbclde3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhzhf608fpq0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HeartFailure_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4knw9mfmr2hyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e11hx5288z9b7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06208lv5539g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cx5tn33pcbeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m35r8fk7prs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v74e6ekgwtq7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjk9vyy7j6hj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g715gqz6ycmwh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_VegetalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_LeisureHospitality_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndsgy4qfeb9k7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_DEN.OCCUPATION--ISCO08_2262\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/ddxcd87dzn7n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng1gmr7xq8r07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PrivateTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlmy3mkwebseb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G2_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BeverageMaterialsIncludingCoffeeAndTea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sxxpe12j10w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbxbhdecc4fj6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/206jjn2v34bq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vexnb0bnwsh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7cv21e7zkt11\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_FuelOil_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg9ly2n4ljww1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbcmc4enwyh1b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAASB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FB_BNK_CAPA_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Producer_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr9g1g9hz5tfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7vzrglney7n4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tl4bmrv816cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79djxb2jc1d99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6n4zqr0tzgv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_PowassanVirusDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wd4zw8c835n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tgtfktenef5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e34ynlg64bztb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgsg0k88jsnj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckh3bc3c86g86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Paregoric\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkk2rtsw0cvt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7t7gw5644w58\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9tc9z0eqqzbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt900ezddrf79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmzjldswqvjyh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0emgyl5pqvq0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_NotLivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zbtxzpctyr44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn69n25vrjmwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phqhgjgqtfl14\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17tzm6h24m0w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1j86l5vvzcff\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1bjd3wdjetx4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5h8c1xy9gkwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4yysn6je30n9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MiscellaneousPersonalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/491y1fb1lrz91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gtb3y1r7dv66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q378bg9lpfnx5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mz4srrmb426f\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96s4cv13wqcf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/045t255em8r7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt53xxzvq564h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynqptbj8dhzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/876skv9568295\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ccpbvlxt4gg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnks6frcq3q64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq6z13z9fkjk9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPLLP0C_SKB_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_MarriedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bswh15nzbp9r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzxfcmvqfk695\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_SOCServiceOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s329gsy4vfdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyq4d0k2lkx71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbpmvx3g53ge\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s73nfzzz251eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0k0te5jn07l5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xre209hzqxx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59z0mlncvxgb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcry95reqpy23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21nchtqqnsyk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqmnxwhwfl4gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy75p54pk0jj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znb1v9ncsvn6d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F200_F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1dvqswe59en7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wt8070we6s4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj96wfd40n765\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te5bjdl9c31j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws3btmdl2xhgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthEurope_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcwt9tn4tq6qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DomesticServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r180b3jhgxrrh\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FuelDealers\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PRT_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w83kr7x1mw7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khsmjk10b8ynb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IMF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e0yw2660m4e7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_AvailableVehicles0_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y60r62zecv3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf82btlbt1736\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pebsrs6lc3lq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/050gy6xvy9vr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq5d23yh8vm82\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ZWHDP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmf8nvz7vrp76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e46rrk6mm43n6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--22%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c5szkbetvfr7\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_AnyPostpartumFamilyPlanning_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xzm2ep62brg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwtfvzb05egw2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FGP_56_FNON400500\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0zh5kr2pk374\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMFRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto4Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nhxwh4w2ngq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6lhwe16w8pvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edmqj3szjdj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l88jrq2ctgqdb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PYTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g7rtw4yxlne1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlf914kzr35dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z929yctsr2xs9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentSomeCollegeNoDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cppb08b8xgsp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vb93sp0xrcjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b04f14jyem632\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvxzw6bmgywnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bbj2ccxw8drf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTRRO_XR0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Atherosclerosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf25000To34999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zz26dwr50xhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crtzktfp8vgh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkqtz3dpv5e9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2llz9nssbe9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwr2ckv83xpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge3gq8t5gzn6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/secse77wkpx18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_FPF_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_MSEP_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/382kknm8yfeph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blne7584md3dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kphgv383cq347\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUK_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2exf53nmn9mdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e72s4k315j7db\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUK_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmc2nfb9vkpv9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe4nwk6z1w4ld\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF21\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--62%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yywze04x2ctf\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA28_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_ReceivedAnnualCheckup\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54k9vd5zx27z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p6fv5qbf5mlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmx9b76qk51w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp9fgml70bltb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Influenza_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0se7nxfw2nxc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g20xlvctc7g14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3mk7yr2j6l11\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_NonScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v4hxydn9tqx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxe6yt7h6p6ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xse5f1tsx2hr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq34ql5ckye4c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb00whzby98fg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_NonInstitutionalized_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/826z0tlmczks9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_MaritimeShipping\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2shwmxksl9vj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v142178gx8r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkg8k72d222r4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/633xp8j2wmkyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88ef3smdfrk04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8py32lbnv38t1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z6phqlzjzmqd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqy455mhf6pv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_45To49Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hscr1phbhlx39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkgtfm54ny9m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv12jhv2cdmxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg15re5y52qv1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndf1m14hwv3w8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G2_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_83Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvhye5mssq152\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t8l5sjhe7h23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.IYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hdfne666c9yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3jfdj1t30cm9\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV10_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nvvv6mz9rzb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40cgstrhs0mn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyxpv090s2wn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t13rzw2c4mm58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j59tgxelq8jkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx4kv95bh8l5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkg45c0mzsvz5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_2529_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_31Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx8xkw0wyzss5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5519bk4pqjyp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k0cestv4hddf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr9fnhcmd1zm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79xkh3tg8vc94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r9vvrvpjybq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyffggnbf0wk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys49z0lqtj9g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fkyb4dj24gc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwmx0zx9htczd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/PET.EMA_EPMR_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etverxtr1mzpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt6rc914jphrd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_AllOtherGeneralMerchandiseStores\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45647febbq6ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9h16bsx4n5xc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv3wrc3sxles6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycv95jl52k762\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9010_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6nbnm96rpym3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltbl38j6r188f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PACCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_ModeratelyEffectiveContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enblgpcfkft3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_NEET_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/167p9j5hpe6yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35pzyt6rdqrq1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKERX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqfwlmewj11kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg9lm01d05h8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/me5xn34ckf5yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plv4beb9mhf58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etp80lj04mz58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nft5h45zjyxr1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmyybjgtxf2h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcyrqd0xcx6h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cn0j0lr3hx27\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_SelfReportedDepression_3MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwjl5hycq62f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_MarriedInThePast12Months_OccupiedHousingUnit_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AudioDiscsTapesAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_LarcenyTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08s3y5n5n3l7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m4mpgqjcysvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01c5wzf7es7eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fpm91gpyrzfh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjyep39dwf0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjeyf98c926td\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_FourYear_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthLatinAmerica_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f06x96qkk2kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvpcntrwfy727\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83sybg6s7j1h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gmbzvfxm93g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47heny5c26l08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szbkhjkx4b5wc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFLR.AGE--Y0T17\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3l138xjvdms4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecy2834rv09nd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtr7ml1jwbhx3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9ky1c7ptl6w9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother29Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03yneg94cx3hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y8g2wdsq6ss\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Assault(Homicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthOceania_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vfngyebjl9v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c933fjx4s1086\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t0y3nrf9257d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf7mph89ds4pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg5rntly3ecd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfhklq4y38lfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58gf3wnx7szs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng0x0js5jvdb5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3hf8c5ez23l2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5epv47zk2m37g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdl7h3g8jcdb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njgzb8knf11n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0cgj1m49eg5c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_CREL_HA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_InvasiveDisease_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xcjxjxg0m0j9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJK_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpjtvypbeqmv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbwsq48m5gecb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rsc0p3cy0shb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7nbnpq7y8flh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3hyk89gdexth\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_NEET_19ICLS.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ICD10/Q00-Q99_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zmxzj4tpy8eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx0b6dfkhpggf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPK_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLKCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcylpzr8rbnj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9ngwgxs783yg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqtrlp57cech\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk7pkhv8q3cg7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0g7sk6km0kj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzeb4tyq5nzg5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/e75hs2xr97ck7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PARCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumComplexEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p27m39f7hcbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7zyvktq0hytc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlwdqrmg4ztzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2c310b3vkwn6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1qk7r0teyyb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fejgfg2d2kv2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr7w5jvp8gb3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt6xc5g9phd5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m07xzxq9q7t49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhlfy0yslxqnd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SNICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Bagasse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62hjgz4edjvr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epfqs1df79kc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj89gnbdxv474\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkhs1e5rz6t03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6t4phflvq92d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUR_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_TRF_PWKR_DT_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n0l8m0ry267d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5pl6reyz136d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhpbpwrmsyml8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8t6n63h774mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhc989d1dqdlc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-MT.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk7sw355n0rv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tfg8c5t8ehj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk6rv8gdxm7f8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4419-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv99mhx7cl688\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf3w8ev1x5px3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_AvailableVehicles2_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fykbp1d63jzs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krq9b63v51kmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxf3vxykb0r8g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hnzc1v00p1d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf4pkrmbtkh1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0v2vmxycd299\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn7l591wm77d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvl2jfjsjlk27\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EG_FEC_RNEW_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_TeethCleanedByDentistOrHygienist_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfqnxmc18vhe8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hbkbxrp5chz9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r9tkkyr61vtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3fnd9h75xe84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmmmt7t5wnqr5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gdpzqs8jvf0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9drbmt044gvl3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1180_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKRV_PWAP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec5c3egw5e633\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv15cc0dwnrn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnhmh45fqenph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwhwcg12kmwn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrhsx4hyjfsb5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CitrusFruits\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hm76jjfb0pk5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qw26c248sp29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlp5xgcwee7yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2568mm70s3xd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G3_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_40To44Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcklgc98bllp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfkxk4m62dyc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk68pgwdr6q75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrcy15bc0vxy8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCSalesOfficeOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g475g20xgy002\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvhbdgz0d50ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12qe694x8wjlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkn7hcq1wlff6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPsychologistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q041tj5rj3hs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8krz0yl7etvd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/BX_KLT_DINV_WD_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j2548x3n0j58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y1w89y7fx585\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m7qsh6pc2nef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xssw964k41hg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blnr334erf121\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ketxvnxtjxyq1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y0s3l9mxjh0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8z95llpk9scc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85y10wr9fqp21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhlcb3wz4b3v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe0qmr92ny2t9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_BDVL\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BI_EMP_PWRK_PB_RU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hqmvjyrmwqdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hecfql6gmzecc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwfhm6fex4v97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1vebbs9ksbb6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_3T6_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_SOCNaturalResourcesConstructionMaintenanceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12j7hghvce8jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hknnf273ggvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9hvsnct99fsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73hbcw777srj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d69lzygy57f4g\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_JuicesAndNonalcoholicDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7qjdt9rcc7y9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_FIN_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epw1tyqn3byr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzp3e6xnktjv8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MiningAndQuarryingIndustry_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_AvailableVehicles1_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yrqv5vh9tbsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewk0cc2rx38p5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LOACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y4gkwgs8t1e2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16To19Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tpvxgffcycd7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bz9pzl3mpjs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tde9lk4b7ydpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x116tddglsl7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_RetailSales_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rm7mn8ph34fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlc1yntkbn81b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/C00-D48_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthEurope_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnr7ek6nphwhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd7y6mvnx9wxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr5vhkxrf1tt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--52%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4c49bklxez2b\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rez03w9rmdk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1ee9lgwtqz33\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35OrMoreYears_EnrolledInPublicCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09eq0x4sctt8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nphyy08wghsx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8eksbsd7f2n6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_AST_DOMO_ZG_M3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gge6jv2kk8p7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ftnve3bppz64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcf17tby5fgsg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24923q23ezh38\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ENVTECH_IMP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01l565et72rb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxks73m7brtk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfqgpxreqnbk6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Peat\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vlv8l9dbgsk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4cm4rj4d5fyc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wbjf00x6znw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PipelineTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5bzdh2bhq3qg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nsqgws51z7bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zjpfkpllz6e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q00szb0l9hj39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqt6v8pmp0yy5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SolarPhotovoltaic_MainActivityProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/738l03bjfzwl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3589nf25bsj4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk19c7swv2643\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycv0s92f6gwhh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_PART_FE_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccdkcx29fekc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1b3svzhrbb63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6ssqbzcdlvm2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTRRG_XR0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wltq0k0d1lcrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BedroomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LegalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ComputerSoftwareAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5895bhlk4v04\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Solar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kzt4jenymw34\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gfq7zw5f6rr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c7762d8vsexh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wexqtevp8et8b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_G_8_T\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0z15wbfe24l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wys5nnc0pdbz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5397g74zx061c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krl66ddcyrqmb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfzqd1znrne4d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws71zgkl0n3w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fs3jm2ppn1d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqbv54f2pvt3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt81lh8ewwj8d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SaltAndOtherSeasoningsAndSpices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tm08bhy3hxeh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lmsn9exbn7g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psr2c6jn3j846\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h002cs5gyy22b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76ypvxgrx8733\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATR.TYPE_OF_WASTE_TREATMENT--WT_INCINRT_EGY\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46gdnygzdywph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bm600ey0hs6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlkdfrkzsgb2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_VSI_DAYS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hzgjj2bqp7fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2btgflb0v25h5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8hn0y56kxfqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q5vgdzc2e0s8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/2_1_SHARE_TOTAL_RE_IN_TFEC\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k41eem0gmjjd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SHR__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w37j9hmvflrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9vxpppjwydg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nklt1vgmlrcx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p79h95jnf7vj7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9fy9w6pn6cx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmnqnln1xcx5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgr7elgchj6y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2qc9mdqex1fh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vqh9plnnxj65\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cqr278lj9b74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkqdlqfnbkbm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgrkbfrz7rhef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f716yd3ez0531\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41ljyq2kpqjt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgyhv37hfdfhh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df290dk2svr0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8rh1x96bbkmh\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_Smoking\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCO.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_PL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCIEK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0c34t4md1372\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_Fuelwood_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BoysAndGirlsFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne4clpbtsdeyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptfjctsdz4zsf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hl7tgj1gy1zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71770sf4e6l8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwerc35zlggvb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yqhy242mj5y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slt6mq01egvqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v6mrhygmm02c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w2j5y2dwqhv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxyeq5wx5zmp5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c6dghx87tjn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m9xs9s19c4pc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_DAY1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/lvg3stnsj2jeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w80gw68vkl0gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vcj2v49dkfmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbnc2psrm5hw3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenByNaturalization_ForeignBorn_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s8pbspnsj50f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_USE_ii99.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fjj9f0bf12e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5kysbyfmhv4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1j1b7dm2dtn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyys9v7e8m3rc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_35To44Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kpf2k0hlprx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b174qe3d8fy82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy0rmkbdfzrj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjkwll6ej2x53\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDS_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjrrfk32qm3dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rby900zg807db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1krlqct1ecnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkmfm6ylb19xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbwkqmp1frkx8\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS11_21_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk608kzgrk243\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8j5se7yp5sh3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nhzy1gkmf1ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z1ywj0s6tyv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6rzbqpyjhp5c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_FFS_CMPT_GDP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxide_NetForestEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Hispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0m4mx5pdp9d1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl3wpryzn8klf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg36wxp94sk5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithPublicHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eed4qymv5lk81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w44mtz519g9y9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vbylxpzzb6xg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F200_M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40n3l8hssylhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b75jf3c2z7ty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk5n1lr65xdvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mljg3rd7v0m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl0bdbelet30b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3214qctbzh811\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q16t64rd8g6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9wpxjsn569wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4cpehbhfjt2c\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstProperty_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b61x16yrfv09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m857939365yxg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqkpbxkjngrf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwp0t4r529k05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAACK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_Unemployed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br5778jhyt4m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgnq8hbwh2mf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk10qt1j9s3dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26d7bk5tg5n28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdl1v77mm6ms6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv9q6hrlqybj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn0tbe812ttz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RADMU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7230eptglyj57\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29t2ypb4wy7e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bxrd2x9rs6vd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TG_VAL_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pls7xw20hs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nkvkyl3gsk63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusInfluenzae_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jgqkt1b7h69f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbtl8e80kxk49\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tr6h3vpb0mrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pbqhhwxz6rq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tndjqt3qj7vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpwd4mj80xmdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9er0x8cn8s26\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Nuclear_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlcsg663b3lq3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_4044\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_SolventUtilization_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73v7gfgd9j38c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8ce5vkd2409g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbz8sv2gdys24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crq21vncxnkqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To64999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgwpj8ptefe37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thcbepzex9zd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraInterrogansEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1tbjdgqrp6r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s13el39czqdx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"Revenue_Establishment_NAICSFinanceInsurance_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xkjh4l9dlj21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewsf8s693x5vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0xezqvql8ghh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8t6rgvrjw02b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz744kcjd9gn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkh2y6n9kzpm4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_CD_WT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m069p5ljb4x76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvqgw0bdjw5db\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_TrafficwayNotInStateInventory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg9rhyj3pf3pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzrg7t4j0wc85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zppd4nkzzhbcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79q5xzmjtyvc8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v064f4vrfx2n7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff1wq8yddym9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj390cxgb3glf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4klh7s7tsx2l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gr59k1n8m5pf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3e0cj9rrf7bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4ndw1m44wgg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blg757rz5v0x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjzdxqxq5jef8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz5qqm86vkldc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MiscellaneousPersonalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0f1n30c66vf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s7qelk1mlklg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bcetmhgnge5f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_PumpedHydro_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_ConditionHeatStress_PatientDeceased\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenBornAbroadOfAmericanParents\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lx6fxc904cbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3swffkdvtn801\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m85y9mhy3z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b3rpz8f7pc39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}